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 all,
can anyone explain, what is the difference, or what does on line do, what the other do not? sorry i'm not a coder, but very interested to understand.
thanks in advance
extern int LongEma=50;
double LEMA1=iMA(Symbol(),0,LongEma,0,MODE_EMA,PRICE_CLOSE,i+1);
double LEMA2=iMA(Symbol(),0,LongEma,0,MODE_EMA,PRICE_CLOSE,i);