Skip to content

Latest commit

 

History

History
executable file
·
39 lines (27 loc) · 975 Bytes

README.md

File metadata and controls

executable file
·
39 lines (27 loc) · 975 Bytes

Trading Bot

price graph

Uses Gekko which is a Bitcoin TA trading and backtesting platform that connects to popular Bitcoin exchanges. It is written in JavaScript and runs on Node.js.

Gordon Gekko

The most valuable commodity I know of is information.

-Gordon Gekko

Use Gekko at your own risk.

Installation

git clone https://github.com/xxsacxx/Trading_Bot
cd Trading_Bot

Installing Gekko's dependencies

yarn install --only=production

launch the UI

node gekko --ui

This will open UI

UI

Using strategy : Neural net

Neural net

Upload data to do backtest

Strategy

It helps us creating policy (which decides the action to sell,buy,hold) given a state (bank account details) also considering the observation (Sentiment Analysis etc)