Outlaw:
Hi, I've been searching the forum but can't seem to find a topic that answers my question, I cannot believe that this was not answered before so I hope someone can help direct me the correct article/post.
After an iCustom indicator was loaded on OnInit(), the start of the EA, is it possible to change the input parameter values on the fly?
Thank you in advance.
Not directly, sinc iCustom() "starts" the indicator as it is done inn your EA.
As an idea (on to top of my head), If you coded your indicator, you can exchange values between Global Variable of the Terminal and your EA...
;)
I'll give it a go, thx for the reply
I found the solution:
https://www.mql5.com/en/forum/184514

How to reinitialize Custom Indicator variables?
- 2014.10.05
- www.mql5.com
Hi, I've created an adaptive custom indicator based on RSI and Stochastic that analyzes the immediate previous history and then chooses parameter s...

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've been searching the forum but can't seem to find a topic that answers my question, I cannot believe that this was not answered before so I hope someone can help direct me the correct article/post.
After an iCustom indicator was loaded on OnInit(), the start of the EA, is it possible to change the input parameter values on the fly?
Thank you in advance.