bbgo_origin/doc
Yo-An Lin bfdf4c245f
Merge pull request #460 from zenixls2/feature/backtest_multiple_exchange
feature: add multiple exchange support in backtest
2022-03-07 14:28:20 +08:00
..
commands feature: add multiple exchange support in backtest 2022-03-07 13:18:56 +09:00
configuration add doc for MAX_QUERY_CLOSED_ORDERS_LIMIT 2022-03-07 13:57:58 +08:00
deployment doc: add systemd setup procedure 2022-03-04 15:29:58 +08:00
development doc: fix doc indentation 2022-03-04 16:04:07 +08:00
release Update v2.0.0.md 2022-03-07 12:22:44 +08:00
strategy strategy: rename callBackRatio to callbackRatio 2022-02-06 17:47:14 +08:00
topics feature: add multiple exchange support in backtest 2022-03-07 13:18:56 +09:00
build-from-source.md doc: describe the git clone installation 2021-12-08 23:38:07 +08:00
README.md doc: add systemd setup procedure 2022-03-04 15:29:58 +08:00

BBGO Documentation Index


General Topics

Configuration

Deployment

Strategies

  • Grid - Grid Strategy Explanation
  • Interaction - Interaction registration for strategies
  • Price Alert - Send price alert notification on price changes
  • Support - Support strategy that buys on high volume support

Development