Add experimental settings to sample strategy

This commit is contained in:
Matthias 2019-01-24 07:08:21 +01:00
parent 74b03d0529
commit 9960fe07bc
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@ class TestStrategy(IStrategy):
# run "populate_indicators" only for new candle
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
order_types = {
'buy': 'limit',