Merge pull request #1888 from freqtrade/fix_ta_on_candle

ta_on_candle removed
This commit is contained in:
Matthias 2019-05-29 18:07:55 +02:00 committed by GitHub
commit 9fab7e6122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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