Initial steps to change bid/ask pricing to enter/exit
This commit is contained in:
@@ -64,7 +64,7 @@ class SampleStrategy(IStrategy):
|
||||
# Run "populate_indicators()" only for new candle.
|
||||
process_only_new_candles = False
|
||||
|
||||
# These values can be overridden in the "ask_strategy" section in the config.
|
||||
# These values can be overridden in the config.
|
||||
use_sell_signal = True
|
||||
sell_profit_only = False
|
||||
ignore_roi_if_buy_signal = False
|
||||
|
||||
Reference in New Issue
Block a user