openbot-tech / core

MIT License
20 stars 4 forks source link

Backtesting & paper trading via heroku interface #10

Closed Kisgus closed 5 years ago

Kisgus commented 5 years ago

Requirements

An end-user and strategist needs to be able to have a step-by-step guide how to a) backtest and b) how to to papertrading via https://rxjs-trading-bot-client.herokuapp.com

Documentation

Currently I see the way to enable/disable these modes are in the config/index file:

export const BACKTEST = false export const PAPER_TRADE = false

Open Questions