RSI_OS_LEVEL | double | 30.00 | RSI_OS_LEVEL: OverSold level marker |
|---|
PEAK_OB_LEVEL | double | 60.00 | PEAK_OB_LEVEL: OverBought level for peak reversal |
|---|
PEAK_OS_LEVEL | double | 40.00 | PEAK_OS_LEVEL: OverSold level for peak reversal |
|---|
USE_PEAK_REVERSAL_BUY | bool | true | USE_PEAK_REVERSAL_BUY: Use peak bar reversal strategy on BUY |
|---|
USE_PEAK_REVERSAL_SELL | bool | true | USE_PEAK_REVERSAL_SELL: Use peak bar reversal strategy on SELL |
|---|
MA_AWAY_PERC | double | 0.0005 | MA_AWAY_PERC: Percentage by which price can be away from MA |
|---|
USE_LONG_MA_IB | bool | false | USE_LONG_MA_IB: Use long MA (200MA) for trend IB guidance, this results in fewer but more accurate entries |
|---|
USE_LONG_MA_PEAK | bool | false | USE_LONG_MA_PEAK: Use long MA (200MA) for trend PEAK guidance, this results in fewer but more accurate entries |
|---|
USE_LONG_MA_RSI | bool | false | USE_LONG_MA_RSI: Use long MA (200MA) for trend RSI guidance, this results in fewer but more accurate entries |
|---|
PRICE_TO_TRADEMA_ATR_PERC | double | 1.50 | PRICE_TO_TRADEMA_ATR: Minimum distance between price and TradeMA |
|---|
TRADE_INTERVAL_BARS | int | 3 | TRADE_INTERVAL_BARS: Don't place trade if one exists within this interval (avoid duplicate) |
|---|
MAX_LOSING_DEALS | int | 2 | MAX_LOSING_DEALS: Max number of open losing deals for current symbol |
|---|
MAX_HEAVY_DD_DEALS | int | 6 | MAX_HEAVY_DD_DEALS: Max number of open deals whose drawndown is above 50% (no more deals till cleared) |
|---|
ALLOW_ADD_TO_LOSING_BUY_POSITION | bool | true | ALLOW_ADD_TO_LOSING_BUY_POSITION: Allow adding to losing buy position |
|---|
ALLOW_ADD_TO_LOSING_SELL_POSITION | bool | true | ALLOW_ADD_TO_LOSING_SELL_POSITION: Allow adding to losing sell position |
|---|
TRAIL_PROFIT | bool | true | TRAIL_PROFIT: Enable trailing profit after reaching a certain level |
|---|
TRAIL_LOSS | bool | false | TRAIL_LOSS: Adjust initial stoploss while still in negative (follows positive move until breakeven) |
|---|
BUY_MAX_LOSS_PERC | double | 0.00 | BUY_MAX_LOSS_PERC: If > 0.00 then deal will be closed at this loss level to limit exposure |
|---|
SELL_MAX_LOSS_PERC | double | 0.00 | SELL_MAX_LOSS_PERC: If > 0.00 then deal will be closed at this loss level to limit exposure |
|---|
TP_TRAIL_BUY_PERC | double | 0.025 | TP_TRAIL_BUY_PERC: Distance between TP and current price when LONG |
|---|
TP_TRAIL_SELL_PERC | double | 0.020 | TP_TRAIL_SELL_PERC: Distance between TP and current price when SHORT |
|---|
TP_PERC | double | 0.05 | TP_PERC: Acceptable profit on deal, can start trailing from there |
|---|
CLOSE_ON_BUY_REVERSAL | bool | false | CLOSE_ON_BUY_REVERSAL: Close long position and take profit when price starts reversing |
|---|
CLOSE_ON_SELL_REVERSAL | bool | false | CLOSE_ON_SELL_REVERSAL: Close short position and take profit when price starts reversing |
|---|
CLOSE_ON_REVERSAL_MIN_PROFIT_PERC | double | 0.01 | CLOSE_ON_REVERSAL_MIN_PROFIT_PERC: Minimum required profit before closing on reversal |
|---|
ADD_ATR_TO_SL | bool | false | ADD_ATR_TO_SL: Whether to add ATR to stoploss as a buffer |
|---|
USE_SL_ON_BUY | bool | true | USE_SL_ON_BUY: Use stop loss on Long position |
|---|
USE_SL_ON_SELL | bool | true | USE_SL_ON_SELL: Use stop loss on Short position |
|---|