Thread: Moving Average
View Single Post
  #13 (permalink)  
Old 04-01-2006, 07:50 PM
phildunn phildunn is offline
Member
 
Join Date: Dec 2005
Posts: 47
phildunn is on a distinguished road
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?
Reply With Quote