Skip to content

Commit 29b9ed9

Browse files
committed
dev
1 parent 53d5e38 commit 29b9ed9

13 files changed

+4801
-4670
lines changed

notebooks/backtest_bb_meanrev.ipynb

Lines changed: 446 additions & 446 deletions
Large diffs are not rendered by default.

notebooks/backtest_donchian_breakout.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"# ── Shared config ────────────────────────────────────────────────────\n",
6363
"EXCHANGE = \"BINANCE\"\n",
6464
"ASSET = \"BTC\"\n",
65-
"BAR_INTERVAL = \"4h\"\n",
65+
"BAR_INTERVAL = \"1d\"\n",
6666
"STARTING_CAPITAL = 10_000\n",
6767
"TRADE_SIZE = 1000 # $1,000 USD per trade\n",
6868
"LEVERAGE = 20 # Backtesting leverage (margin_init = 1/20 = 5%)\n",

0 commit comments

Comments
 (0)