- Credits
- 11
Can u check MT4 teminal ? Any error or comment?look verry good, but still not open position (15-100)
Can u check MT4 teminal ? Any error or comment?look verry good, but still not open position (15-100)
OK, let me code it.im just backtesting the fibo and i got an idea to put out there for this ea how about above 50 fibo level to do only buy trades and below 50 only sell trades just an i dea to put out there
recomended this ea, maybe first will flooting but after that will profit, but if profit i choose close all manual use scriptFrancisco , I modified code.
GU M1
View attachment 62856
GU M1 profit=$5 input
View attachment 62857
im just backtesting the fibo and i got an idea to put out there for this ea how about above 50 fibo level to do only buy trades and below 50 only sell trades just an i dea to put out there
This is fotios idea.im just backtesting the fibo and i got an idea to put out there for this ea how about above 50 fibo level to do only buy trades and below 50 only sell trades just an i dea to put out there
Can you check engulf signal arrow?Hello Tanaka,
I tested your fotios engulf EA, but I see a mistake.
I tried to make a picture so that you can understand it better.
View attachment 63150
Eventually you can put in your EA that the user can choose if the buy or sell signal has to be over or under the EMA 30
To make it simplier it is better to let the user put self the TP and SL, example 100 pips for TP and 50 for SL and so on, the Fibu is a cool feature, but the user have to can it switch if off, better is![]()
use this strategy sometimes will touch stoplose, i see at forexfactoryCan you check engulf signal arrow?
I added some features per you requested.Hello Tanaka,
I tested your fotios engulf EA, but I see a mistake.
I tried to make a picture so that you can understand it better.
View attachment 63150
Eventually you can put in your EA that the user can choose if the buy or sell signal has to be over or under the EMA 30
To make it simplier it is better to let the user put self the TP and SL, example 100 pips for TP and 50 for SL and so on, the Fibu is a cool feature, but the user have to can it switch if off, better is![]()
.Yes, I still don't understand EA trade position is not exactlly same as the indicator arrows.
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.
I do not have the mql4 fileI can not put RONZ in EX4 file. You need to get mql4 file to do it.