Skip to content

xxsacxx/Trading_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Cryptocurrency trading bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages