
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
Below I have a moving average where I have set the MA_shift to 0 and I am not sure what it gives me with regard to the calculation of the moving average. Further on in the script you can see (Mode_ema, price_close,1 ) where 1 is a shift one period back.
LMA=iMA(NULL,0,LMP,0,MODE_EMA,PRICE_CLOSE,1);