Quote:
|
Originally Posted by newdigital
I fixed some bug in the code of this well-known indicator and slightly modify it.
Now you have colour changing moving average:
period of ma:
MAPeriod = 50;
MA Method:
PeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
|
What's the meaning of green,blue,red color?