Thread: Cross!
View Single Post
  #45 (permalink)  
Old 08-05-2007, 04:35 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 17,169
Blog Entries: 159
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
It is with arrow. I did not check alert as market is closed now.
You may change the settings for sma, ema and so on.

extern double ShortPeriod = 6;
extern int ShortPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
extern double BigPeriod = 21;
extern int BigPeriodMode = 0; //0=sma, 1=ema, 2=smma, 3=lwma
extern int DeltaForSell = 0;
extern int DeltaForBuy = 0;
Attached Files
File Type: mq4 wma_cross6.mq4 (3.9 KB, 176 views)
Reply With Quote