Thread: Cross!
View Single Post
  #8 (permalink)  
Old 04-24-2006, 01:02 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 20,059
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
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.
Attached Files
File Type: mq4 wma_cross2.mq4 (4.8 KB, 556 views)
File Type: mq4 wma_cross1.mq4 (4.8 KB, 394 views)

Last edited by newdigital; 04-24-2006 at 01:06 PM.
Reply With Quote