Skip to content

Latest commit

 

History

History
executable file
·
31 lines (15 loc) · 727 Bytes

README.md

File metadata and controls

executable file
·
31 lines (15 loc) · 727 Bytes

Overview

This is the code for this video on Youtube by Siraj Raval called Watch me Build a Trading Bot.

Dependencies

  • gekko
  • reinforcejs
  • Bitcoin API

Usage

Step 1 - Install dependencies with NPM

'npm install --only=production'

Step 2 - Start the bot

'node gekko --ui'

Step 3 - Follow the instructions here to install a custom neural strategy

Step 4 - Once that works, create your own custom deep RL strategy using this library.

Credits

Credits go to AskMike for the starter code.