Thread: Indicator.
View Single Post
  #4 (permalink)  
Old 02-21-2006, 02:30 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,790
Blog Entries: 29
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 hugo
Guys i'm looking for one indicator that could give me a warning sound, or one arrow, when ema 6 crosses above ema 5, or vice-versa. I don't know if any of you guys have it. Please, if you have,let me know.. Thanks!
Regards to all!
There is some thread with all the MA indicators.
I have one (attached). Some explanation of the settings:

extern int ShortPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
extern int BigPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
extern int ExitPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
Attached Files
File Type: mq4 wma_cross1.mq4 (4.8 KB, 19 views)
Reply With Quote