To edit indicator settings, go to File -> Settings

Indicator settings are divided into settings of the indicators and buy sell trigger.

Indicator settings

This first tab contains the settings such as candle sizes and further settings for the indicator strategies.

SettingDescriptionRange of valuesData type
emaSmoothingUsed for Ema calculation. If the smoothing factor is increased, more recent observations have more influence.> 0double
rsiDivergenceNumCandlesamount of candles being used for Rsi Divergence calculation> 0int
[indicator]NumCandlesValidindicator buy sell event will be valid for certain amount of candles> 0int
[indicator]NumCandlesamount of candles being used for indicator strategy calculation> 0int
bbStdstandard deviation for bollinger bands calculation
> 0
double
Indicator buy sell trigger

This tab contains the buy and sell trigger and its range limits for dynamic value generation during backtesting process. It also contains the buy and sell directions.

  • DOWN means, a buy or sell event will occur when the current calculated strategy value is below buy or sell trigger
  • UP means, a buy or sell event will occur when the current calculated strategy value is above buy or sell trigger

SettingDescriptionRange of valuesData type
[indicator]minBuySellTriggerminimum range of generated buy trigger value during backtestingalldouble
[indicator]maxBuySellTriggermaximum range of generated buy trigger value during backtestingalldouble
[indicator]minSellTriggerminimum range of generated sell trigger value during backtestingalldouble
[indicator]maxSellTriggermaximum range of generated sell trigger value during backtestingalldouble
[indicator]buyValueDirectiondirection for value comparison on buying
“UP” or “DOWN”
[indicator]sellValueDirectiondirection for value comparison on selling
“UP” or “DOWN”