Quote:
|
Originally Posted by creative
Niva thanks for your efforts, newdigital gave me the indicator i needed.
All the best! 
|
Which indicator?
I posted two indicators already: one with dots and the other one with arrows. They are the same but with dots and arrows only.
Explanation of the settings:
ShortPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
BigPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
ExitPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
ShortPeriodMode is the mode for one crossing MA (3 is linear weighted moving average).
BigPeriodMode is the mode for the other crossing MA (3 is lwma - your case)
ExitPeriodMode - mode for MA for exit (if you are using lwma or ema or whatever ma for exit).
ShortPeriod = 5 - period of the first crossing indicator.
BigPeriod = 50 - period for the second one.
ExitPeriod = 20 - period for exit (first indicator is crossing Exit indicator).
You may change everything in the settings of course.