Re: EA Coding and stuck
Posted: Sat Nov 10, 2018 2:39 am
The arrows are based on the slope of the averages so if you use the average itself which is buffer # 2AmirDehghani wrote: Fri Nov 09, 2018 11:47 pm
.
the coder said:
Hi, I checked averages - mtf - alerts 9.1 buffer signal with your set file....
You can see attached video file,
Unfotunatelly, there is no buffer signal change (EMPTY)
It means I can not use the arrow signal with EA....
Sorry I can not do anything about it.
.
could you please help us more ?
Thank you mrtools
NG.zip
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