- Credits
- 11
Yes, I still don't understand EA trade position is not exactlly same as the indicator arrows..
Dear Tanaka
Good Job,
Thanks for Your Precious Efforts,
I surveyed your EA . It Needs some Improvements .
Please take a Look at attachments.
If it trades according to DeepSkyBlue and SandyBrown Arrows , I Bet it would be Profitable .
Thanks Again
But in this case, it is not EA problem, but indicator signal issues.
I coded as you asked indicator owners.
Code:
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
There may be some other issues in buy&sell trigger.
