Pezh commited on
Commit
194926a
1 Parent(s): fb6c0e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def execute_trade(exchange, symbol, side, amount):
63
 
64
  symbol = 'BTC/USDT'
65
  timeframe = '1h'
66
- limit = 22000
67
  lags = 12
68
  test_size = 0.3
69
 
 
63
 
64
  symbol = 'BTC/USDT'
65
  timeframe = '1h'
66
+ limit = 7200
67
  lags = 12
68
  test_size = 0.3
69