look at CCI.mq4
wow,got to say,these techniques are so cool,but I have no idea of how to DIY the software.
chie1979:
but I have no idea of how to DIY the software.
but I have no idea of how to DIY the software.
then you are left with no choice but to use a freelancer
This indicator already exist, maybe it's the detrented in %
https://www.mql5.com/en/code/8387
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 a newbie in programming MQL4, I'm just trying to create an indicator-oscillator to draw the % difference between moving average and price.
Could someone give me the code for that:
SMA = Simple moving average
Indicator= (SMA / Close)*100
My time frame will be 1w, 1d, 4h or 1h for 89 or shorter periods.
Thanks in advance for your help.