Hi all,
I'm programmatically loading a custom indicator using IndicatorCreate() and passing values for the indicator's input parameters via the params[] array.
My custom indicator uses input group declarations like " " and "--- Tick Density" to visually organize input settings in the parameters dialog. These groups are just for padding and clarity.
Question:
Do input group lines count as parameters when building the params[] array for IndicatorCreate() ? In other words, should I include a slot in params[] for each input group , or are they ignored?
Thanks in advance for your help — just want to make sure the parameter ordering stays in sync!
Forum on trading, automated trading systems and testing trading strategies
Help me debug ... cannot load indicator 'Relative Strength Index' [4002]
Alain Verleyen, 2021.05.22 17:49
Because you can't just omit the "group" parameter in your iCustom call. They need a value.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi all,
I'm programmatically loading a custom indicator using IndicatorCreate() and passing values for the indicator's input parameters via the params[] array.
My custom indicator uses input group declarations like " " and "--- Tick Density" to visually organize input settings in the parameters dialog. These groups are just for padding and clarity.
Question:
Do input group lines count as parameters when building the params[] array for IndicatorCreate() ? In other words, should I include a slot in params[] for each input group , or are they ignored?
Thanks in advance for your help — just want to make sure the parameter ordering stays in sync!