View Single Post
  #9 (permalink)  
Old 02-09-2006, 12:52 PM
newdigital newdigital is online now
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
Next version. Now you can select MA method to use in EA:

Code:
MAsmallMode =  1; //0=sma, 1=ema, 2=smma, 3=lwma
Code:
MAbigMode =  1; //0=sma, 1=ema, 2=smma, 3=lwma
So EMA is by default. If we need LWMA we should use 3.
Attached Files
File Type: mq4 easyLMA_v2.mq4 (6.4 KB, 84 views)
Reply With Quote