Add experimental settings to sample strategy
This commit is contained in:
parent
74b03d0529
commit
9960fe07bc
@ -53,6 +53,11 @@ class TestStrategy(IStrategy):
|
|||||||
# run "populate_indicators" only for new candle
|
# run "populate_indicators" only for new candle
|
||||||
ta_on_candle = False
|
ta_on_candle = False
|
||||||
|
|
||||||
|
# Experimental settings (configuration will overide these if set)
|
||||||
|
use_sell_signal = False
|
||||||
|
use_profit_only = False
|
||||||
|
ignore_roi_if_buy_signal = False
|
||||||
|
|
||||||
# Optional order type mapping
|
# Optional order type mapping
|
||||||
order_types = {
|
order_types = {
|
||||||
'buy': 'limit',
|
'buy': 'limit',
|
||||||
|
Loading…
Reference in New Issue
Block a user