Learn math and fix your code
c3 = 3.0 * (cd * cd + cd * cd * cd); c4 = -3.0 * (2.0 * cd * cd + cd + cd * cd * cd); c5 = 3.0 * cd + 1.0 + cd * cd * cd + 3.0 * cd * cd;
What that should be?
this is a code of coral trend indicator in tradingview that converted to mql5 file.
12 minuteaffiliate: this indicator code runs too slow in testing. how it become faster without affect results of it?
Stop computing all bars every tick.for (int i = 0; i <= rates_total - 1; i++)
How to do your lookbacks correctly #9 — #14 & #19 (2016)

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