View Single Post
  #9 (permalink)  
Old 02-09-2006, 11:52 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 16,313
Blog Entries: 106
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, 63 views)
Reply With Quote