Attachments forums

List of attachments posted on this forum.


All files on forums: 136005

Re: EA Coding and stuck

AmirDehghani, Mon Nov 12, 2018 2:25 am


The arrows are based on the slope of the averages so if you use the average itself which is buffer # 2

Code: Select all

MaCur  = iCustom(NULL,TimeFrame,"averages - mtf - alerts 9.1",0,0,MAPeriod,MAPrice,MAType,MADouble,MAAdaptive,MAFilter,MAFilterType,MAShift,2,1);
 MaPre   = iCustom(NULL,TimeFrame,"averages - mtf - alerts  9.1",0,0,MAPeriod,MAPrice,MAType,MADouble,MAAdaptive,MAFilter,MAFilterType,MAShift,2,2);
 
 if (MaCur>MaPre) Buy
 if (MaCur<MaPre) Sell
.
Dear mrtools ,
I know ex4 is not inside-visible , but
could you please take a look at the EA performance and find the problem reason ?
i attached the performance pictures .
Thanks a lot
All files in topic