xxsacxx / Trading_Bot

Cryptocurrency trading bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 89.5%Language:Vue 10.2%Language:HTML 0.1%Language:Dockerfile 0.1%Language:Shell 0.0%