Ok
This is what the EA does:
When the red point of Leledc-ExhaustionBar1 appears, and vertex is high in blue, that is, it is reaching the point of return, SELL
When the lime point of Leledc-ExhaustionBar1 appears, and vertex is high in red, that is, it is reaching the point of return, CLOSE SELL AND OPEN BUY ORDER
This Test is done in M15, with SL 0 and TP 0, 0.2 lot
You can put whatever you want.
Please, take a test in several currencies, and put them here.
Or better, I create a new topic for this EA, since it seems that it could go well.
EURUSD
View attachment 38353
I have this error
Hi guys
As I see that enough people would like to know how good their indicator is, testing it with an Ea.
I thought the following:
I am going to try to make a Simple Ea for all with the indicator that you share here.
So we can identify how good an indicator is, with respect to another.
The EA will be simple and for all indicators equal:
TP 50
SL 60
The EA will take the H1 signal
Only 1 trade at the same time, until it closes, there will be no other.
The operations will be opened with the first candle in which the signal goes off, 20 minutes later (to try to avoid false signals, indecisions of the indicator)
Remember this:
I am not a programmer, And neither an Expert, I just want to help and discover good indicators.
The indicators have to be in mq4 please.
If I find good indicators on my own, I will also make them EAs, and I will share them here.
I will only share the EAs in ex4, without any limitations in time or anything.
Reason:
I do not want if we are lucky enough to find something good here, someone can sell it, so, anyone will come to soehoe.id, and download the EA.
Free from All to All
I understand that the EA will be very basic, but this helps to make backs of your indicator, also, we have the opion to use:
RoNz_Auto_SL-TS-TP
This EA can control the SL and TP of other EA, with the ability of Trailing Stop and Hide them ...
I will make an backtest for the EA:
EURUSD 6 month
H1
Spread in fxt Dukascopy data, 10
Leverage 100
Nothing else, I hope we get something good from here![]()
Hello can you do an ea for gbpusd pairs only on 5minutes time frame attached is the instructionI come again with 2 more EAs
The indicators are from here:
https://soehoe.id/fx-supreme-profit-indicator.t8200/
2 indis from the template
1 is good, 1 is bad (with default EA set), You can probably find better SL and TP
$ Simple EA ForexprofitsupremeFilter
View attachment 36871
And
$ Simple EA Forexprofitsupreme Signal
View attachment 36872
Darts are better. Notifications, including emails, are not applicable. Just fake signals. Correction - arrows are not usable in the backtest.i already check the indicator code ... and the code have an error "zero divided"
error code :
double signalVal = (momVal / (atrVal + adxVal)) - subtractFromSignalVal; // -2
double indiVal = ((atrVal + cciVal + rsiVal) / adxVal) - subtractFromIndiVal; // -1
code with red color should not be the same as zero
when you put the indicator on chart it will look good coz there is no zero divided
but if u run it on chart there is zero value coz mt4 calculate it.
its done when those 2 line change with this ..
double signalVal = (atrVal + adxVal)!= 0 ? (momVal / (atrVal + adxVal)) - subtractFromSignalVal : 0; // -2
double indiVal = (adxVal) != 0 ? ((atrVal + cciVal + rsiVal) / adxVal) - subtractFromIndiVal : 0; // -1
But this indicator badly repaint
just test it with strategy tester and compare it with when you drop this indicator directly on chart , not just late arrow but it give super badly repaint arrow
Hi guys
As I see that enough people would like to know how good their indicator is, testing it with an Ea.
I thought the following:
I am going to try to make a Simple Ea for all with the indicator that you share here.
So we can identify how good an indicator is, with respect to another.
The EA will be simple and for all indicators equal:
TP 50
SL 60
The EA will take the H1 signal
Only 1 trade at the same time, until it closes, there will be no other.
The operations will be opened with the first candle in which the signal goes off, 20 minutes later (to try to avoid false signals, indecisions of the indicator)
Remember this:
I am not a programmer, And neither an Expert, I just want to help and discover good indicators.
The indicators have to be in mq4 please.
If I find good indicators on my own, I will also make them EAs, and I will share them here.
I will only share the EAs in ex4, without any limitations in time or anything.
Reason:
I do not want if we are lucky enough to find something good here, someone can sell it, so, anyone will come to soehoe.id, and download the EA.
Free from All to All
I understand that the EA will be very basic, but this helps to make backs of your indicator, also, we have the opion to use:
RoNz_Auto_SL-TS-TP
This EA can control the SL and TP of other EA, with the ability of Trailing Stop and Hide them ...
I will make an backtest for the EA:
EURUSD 6 month
H1
Spread in fxt Dukascopy data, 10
Leverage 100
Nothing else, I hope we get something good from here![]()
View attachment 115413View attachment 115414
View attachment 115415
I have been using this indicator for months and the results are pretty good. Can you please turn this into an EA?.
As you can see in the photo I made a buy in that point because of the indicator and the yellow EMA (100) is higher than the white EMA (20). But if the white EMA is higher than the yellow EMA and the indicator shows a sell, sell it is. It will be great if you could put some parameters like how much distance between the EMAS to trade cuz the market could be lateral, and to decide if closing the orders when: 1. The indicator shows reverse signal and 2. The EMAs turn in a reverse position than they should be. Thanks in advance
hello mr Ademola, please does Atamatase repaint ? Iyanu mashelePls kindly help covert this good indicator to e.a. red arrow sell and blue arrow buy. Pls add the indicator parameter such period value options. Opposite close. Take profit and stop lost. Trailing stop and basket profit
Hello it will be that someone here has the indicator (binary options.ex4) I once had the indicator here on the forum but I ended up formatting the notbook and lost it I can't find any more
I don't even know if the strategy will work in an EA[email protected]
Contact him... He charge low Price and he does good job...I recommended him because he does good job for me...
Hola bro,Yes friend, I don't have much free time, but yes, I like this forum![]()