mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #1888 from freqtrade/fix_ta_on_candle
ta_on_candle removed
This commit is contained in:
commit
9fab7e6122
|
@ -51,7 +51,7 @@ class TestStrategy(IStrategy):
|
|||
ticker_interval = '5m'
|
||||
|
||||
# run "populate_indicators" only for new candle
|
||||
ta_on_candle = False
|
||||
process_only_new_candles = False
|
||||
|
||||
# Experimental settings (configuration will overide these if set)
|
||||
use_sell_signal = False
|
||||
|
|
Loading…
Reference in New Issue
Block a user