If you want to report something you need to post all relevant code. The indicator code (simplified is ok), and the calling code, that compiles.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have a custom indicator with the following inputs (in the following order):
and register the custom indicator within a new class with a property:
with the following initialization:
The indicator is initialized (without errors or warnings in the console). However, TYPE_INT (array position 1) is not successfully passed to the indicator settings.
If I use the following instead, it works successfully. Both input values are successfully passed to the indicator settings:
with
Does anyone know why? I assume it's a bug. Where can I submit a bug report?