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 everyone
I am writing an MT5 multi-currency EA that uses several indicators.
Rather than create Handles and Arrays for each Indicator/Currency I created functions to easily get the values for each indicator that I use in the OnTick on every new candle.
It takes however rather long to calculate.
Can anyone suggest an alternative?
Thank you
The functions
And I use the functions in the OnTick of the code on every new bar to get the values