mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
config: add factorzoo yaml
This commit is contained in:
parent
da51d56624
commit
7f63938a50
30
config/factorzoo.yaml
Normal file
30
config/factorzoo.yaml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
sessions:
|
||||||
|
binance:
|
||||||
|
exchange: binance
|
||||||
|
envVarPrefix: binance
|
||||||
|
# futures: true
|
||||||
|
|
||||||
|
|
||||||
|
exchangeStrategies:
|
||||||
|
- on: binance
|
||||||
|
factorzoo:
|
||||||
|
symbol: BTCUSDT
|
||||||
|
interval: 12h # T:20/12h
|
||||||
|
quantity: 0.95
|
||||||
|
|
||||||
|
|
||||||
|
backtest:
|
||||||
|
sessions:
|
||||||
|
- binance
|
||||||
|
# for testing max draw down (MDD) at 03-12
|
||||||
|
# see here for more details
|
||||||
|
# https://www.investopedia.com/terms/m/maximum-drawdown-mdd.asp
|
||||||
|
startTime: "2022-03-15"
|
||||||
|
endTime: "2022-04-13"
|
||||||
|
symbols:
|
||||||
|
- BTCUSDT
|
||||||
|
account:
|
||||||
|
binance:
|
||||||
|
balances:
|
||||||
|
BTC: 1.0
|
||||||
|
USDT: 45_000.0
|
Loading…
Reference in New Issue
Block a user