Rajandran R
Rajandran R
Friends

Add friends via their profile or user search and you will be able to see if they are online

Rajandran R
Added topic Clarifications on Indicatiorcounted() and EMA
Hi can anyone give me clarification of Indicatorcounted funtion. In the below function Does Indicatorcounted plays any major role in EMA function. If yes how the below function differs from normal EMA plotting int li_4 = IndicatorCounted (); if (li_4
Rajandran R
Added topic What is the difference between the two EMA funtions
funtion 1: for (int i = 0; i < bars-1; i++) { ind[i] = iMA(NULL, 0, 13, 0, MODE_EMA, PRICE_CLOSE, i); } funtions 2: ind = iMA(NULL, 0, 13, 0, MODE_EMA, PRICE_CLOSE, i);
Rajandran R
Registered at MQL5.community