Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ This is the code for [this](https://youtu.be/myydDX-us4o) video on Youtube by Si

'npm install --only=production'

### Step 2 - Start the bot
### Step 2 - Installing Gekko broker's dependencies
'cd exchange'
'npm install --only=production'
'cd ..'

### Step 3 - Start the bot

'node gekko --ui'

### Step 3 - Follow the instructions [here](https://github.com/SirTificate/gekko-neuralnet) to install a custom neural strategy
### Step 4 - Follow the instructions [here](https://github.com/SirTificate/gekko-neuralnet) to install a custom neural strategy

### Step 4 - Once that works, create your own custom deep RL strategy using [this](https://github.com/karpathy/reinforcejs) library.
### Step 5 - Once that works, create your own custom deep RL strategy using [this](https://github.com/karpathy/reinforcejs) library.


## Credits
Expand Down