
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
Hi,
I'm calling an indicator from a #resource delared in a EA. I'm able to open a chart and add multiple instances of this indicator like below :
but then I cannot stop the process once the loop in the OnCalculate function is over. IndicatorRelease has no effect, either on the indicator itself or in the OnTick. I
Is threre a way to list indicators handles that are running? Closing the window is not enough .
Thank you