You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@ A bot that extends grid trading once you use it to create a grid using orders wi
4
4
This was developed with NodeJS running in the BASH shell provided by Windows 10. I believe it's using "Windows Subsystem for Linux" and that there are some oddities because of this. I don't see them as odd because I'm not familiar enough with Linux yet.
5
5
6
6
## Installation
7
-
Once the file (kraken-grid.js) is installed with the dependencies (NPM and/or Node figures this out), you can run it and it will save a file`keys.txt to your home folder.
7
+
1. Get your API key and secret from Kraken.
8
+
2. Install [NodeJS](https://nodejs.org/)
9
+
3. Run `npm install kraken-grid`
10
+
11
+
If you install kraken-grid globally, you can run it from anywhere. Please note that it will save a file `keys.txt to your home folder.
8
12
9
13
## Usage
10
14
At the prompt that kraken-grid presents (>), you can enter one of these commands:
0 commit comments