config: add factorzoo yaml

This commit is contained in:
austin362667 2022-04-18 20:59:53 +08:00
parent da51d56624
commit 7f63938a50

30
config/factorzoo.yaml Normal file
View 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