To edit indicator settings, go to File -> Settings
Indicator settings are divided into settings of the indicators and buy sell trigger.

This first tab contains the settings such as candle sizes and further settings for the indicator strategies.
Setting | Description | Range of values | Data type |
---|---|---|---|
emaSmoothing | Used for Ema calculation. If the smoothing factor is increased, more recent observations have more influence. | > 0 | double |
rsiDivergenceNumCandles | amount of candles being used for Rsi Divergence calculation | > 0 | int |
[indicator]NumCandlesValid | indicator buy sell event will be valid for certain amount of candles | > 0 | int |
[indicator]NumCandles | amount of candles being used for indicator strategy calculation | > 0 | int |
bbStd | standard deviation for bollinger bands calculation | > 0 | double |

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
Setting | Description | Range of values | Data type |
---|---|---|---|
[indicator]minBuySellTrigger | minimum range of generated buy trigger value during backtesting | all | double |
[indicator]maxBuySellTrigger | maximum range of generated buy trigger value during backtesting | all | double |
[indicator]minSellTrigger | minimum range of generated sell trigger value during backtesting | all | double |
[indicator]maxSellTrigger | maximum range of generated sell trigger value during backtesting | all | double |
[indicator]buyValueDirection | direction for value comparison on buying | “UP” or “DOWN” | |
[indicator]sellValueDirection | direction for value comparison on selling | “UP” or “DOWN” |