process_only_new_candles in examplestrat should be True, thanks @Bloodhunter4rc
This commit is contained in:
parent
fea39254d9
commit
7d41542f93
@ -43,9 +43,9 @@ class FreqaiExampleStrategy(IStrategy):
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
process_only_new_candles = False
|
process_only_new_candles = True
|
||||||
stoploss = -0.05
|
stoploss = -0.05
|
||||||
use_sell_signal = True
|
use_exit_signal = True
|
||||||
startup_candle_count: int = 300
|
startup_candle_count: int = 300
|
||||||
can_short = False
|
can_short = False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user