- Credits
- 11
How can I code this?
How can I code this?
Sorry I still dont understand how I can code your fibo EA.Mr.Tanaka. This FIBO SemiAutomat does not have to be FIBO. You can only use candlestick size with wicks.
I do not go directly to FIBO, but the fibo is just a good indicator for this job.
Buy:
Low = 0 fibo
High = 100 fob
1 and 1/2 candle (150 fibo) = BE to 100 (to High)
And 2x Candle (200 fibo) = TP
and u Sell the reverse.View attachment 62713
.oh, someone has already coded your EA.
But this EA is good enough, right?.
please pick useful codes and make YOUR EA, Tanaka.
Thanks
.
.But this EA is good enough, right?
Maybe it is because of indicator signal issue??mr tanaka, ea trenvison1 have a problem, sometime op sell or buy and opposite change they not close and not op new op
This EA will not use arrow signal, it uses only line cross?.
it has fast and slow MA settings , but v 9.1 dont .
also this ea dont have selectable timeframe in ea setting , i want select H1 in strategy-tester and select H4 in the EA(indicator) settings .
.
.This EA will not use arrow signal, it uses only line cross?
By the way, what does error message mean?
2018.11.09 20:43:12.755 2018.10.10 09:00:00 averages - mtf - alerts 9.1.ex4 GBPUSD,H1: Alert: You are trying to use renamed indicator
2018.11.09 20:43:12.755 2018.10.10 09:00:00 averages - mtf - alerts 9.1.ex4 GBPUSD,H1: Alert: contact [email protected]
If you have mql4 I can check the code, but this indicator file name was changed from the orignal??
Sorry I still dont understand how I can code your fibo EA.
What is entry signal?
What is TP?
What is SL?
What time frame ?Please test it.
EA "Status Gold modification"
other ind-s
Maybe it is because of indicator signal issue??


bro,Hi, Malinda.
I have set up this strategy. The result is not good.
I made it even stronger. The result was not good.
Bollinger can not access the net. I also set up TMA Centered.
thanks bro it will be good for all membersOk.
I'll just do it tomorrow.

..
No i think according to the author saying, you should see the way he call the 8.8 version by iCustom and do it in your ea.
i need the v9.1 EA , not 2ma cross (8.8)
Thanks
.
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

i tested all night, no open positionPlease test it.
EA "Status Gold modification"
other ind-s