• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion I will make a Free EA with your Indicator

Hello friends!
Can anyone do a indicator for me? It will be used on MT2, in a binary options automated trade.

I was trying to do it myself, but i still noob on coding.

The logic is simple. If the M15 candle close green (Bullish), check if the 3 m5 candle who made that m15 candle, is majority bull, if yes, do a call buffer on the next m5 candle, if the majority is bear candles, do nothing, if the number are the same (bull, doji, bear), do nothing.
If the the M15 is bear, check if the majority candles are bear, if yes, do a put buffer, if not, do nothing.

If anyone can do it for me, i will send a coffee, thx!


upload_2019-6-7_21-47-49.png
 

Attachments

  • upload_2019-6-7_21-47-49.png
    upload_2019-6-7_21-47-49.png
    70.3 KB · Views: 979
Pls Mr Tanaka . Kindly make an e.a for real graal indicator only. You have been using it as a filter in some of your e.a. but I believe it has good accuracy in opposite close. Pls kindly make it to trade on its own as an e.a. thanks
 

Attachments

Pls Mr Tanaka . Kindly make an e.a for real graal indicator only. You have been using it as a filter in some of your e.a. but I believe it has good accuracy in opposite close. Pls kindly make it to trade on its own as an e.a. thanks
It does not repaint in normal mode but in MTF mode which is in default it will repaint. Anyway it is the same thing with BO Trigger which has been coded into an EA in this thread, but its in the normal mode which has a lot of false entries.
 
You ask for improvements...change the time for pairs to the non trading sesssion for example EURUSD 22 to 4 hour...(you can set the first value higher than last)
Better than after first breakout would be to take the trade when the price is going far from channel...then the probability is high to reverse to it....
And not fixed pips...I would take percentage of channel of the last 20 candles....so for example if the price is away 100%=width of channel ...then the probabilty is high to reverse
TP I would choose the first border of channel when the price reverse or X percent of the channelwidth ...
SL maximal RR=1:1 but this would mean the price goes twice the average channel width...rarely this will happen....
Breakeven to 1 point would be nice if price reaches channel border and the tp is set to the other side....
I ll just code this...but I ll wont post this public cause we are reaching a high money making probabilty level....
Every1 is invited to join & test & work hard on this....
 
Hi Guys,
for those who can't get the Hedge working for the SuperArrow Rev-B, here is a Set for Solo... best for M1, Bal 200$ each pair for majors.
View attachment 87349
One thing is that the BT is only for 1-year.. if somebody can BT this set for at least 3-5 years with 99.9% would be much appreciated .

Hi Kris,
The reverse mode is just tick the reverse box in the setting right? I basically opened 2x EU chart, one chart i put your settings and another chart i put the same settings but ticked the box reverse in the settings. Forward tested this week, highest dd i saw was $300 by using 0.01 lot, not sure i done it right or wrong? So now you recommended SL input is 50?

Thanks Nelson
 
Last edited:
Can some EA code expert advise what entry to be added on the source code if I need to pause all trades in case the equity reached a specific percentage of total balance amount..
 
hi friends, can we use copy ea to mirror trades from a demo account to a live account? I am asking because I like the dragon expert EA but it only works on a demo account.
 
hi friends, can we use copy ea to mirror trades from a demo account to a live account? I am asking because I like the dragon expert EA but it only works on a demo account.
I cant promise but I m sure the answer it 99% yes(for me)....it is only a question how much effort is needed....in the most cases it is better to recode the EA(if U know the strat)...and the results have to be VERY good to convince me to do this....
You have a small window where the information where the trades are...the name of the window is the same on every MT4...so just write a method with C# which reads the updates and read this method from a extern dll in your expert advisor...
Maybe just get the information over the standard DDE communiction....this will be an easier way of coding for the most guys(and girls :-))
 
Hi Tanaka San,
Concerning EA_FXTh1, It always only takes sell orders when you select "Buy and Sell" in parameter... I don't understand why...
And secondly, the EA doesn't take any order in demo or real account... Can you take a look at and explain us the reason because this EA seems to be very promising (particulary in H1 or H4).
Thanks
 
Hi Tanaka San,
Concerning EA_FXTh1, It always only takes sell orders when you select "Buy and Sell" in parameter... I don't understand why...
And secondly, the EA doesn't take any order in demo or real account... Can you take a look at and explain us the reason because this EA seems to be very promising (particulary in H1 or H4).
Thanks
it opens in real sim! already tried
 
Hi Tanaka San,
Concerning EA_FXTh1, It always only takes sell orders when you select "Buy and Sell" in parameter... I don't understand why...
And secondly, the EA doesn't take any order in demo or real account... Can you take a look at and explain us the reason because this EA seems to be very promising (particulary in H1 or H4).
Thanks
 

Attachments

Hi Tanaka San,
Concerning EA_FXTh1, It always only takes sell orders when you select "Buy and Sell" in parameter... I don't understand why...
And secondly, the EA doesn't take any order in demo or real account... Can you take a look at and explain us the reason because this EA seems to be very promising (particulary in H1 or H4).
Thanks
Hi, Jean for me in backtest it works both buy and sell. I still dont know why. I wonder if it depens on broker?
 
Hi, Jean for me in backtest it works both buy and sell. I still dont know why. I wonder if it depens on broker?
Hi Tanaka ,

I am testing EA TMA CG mladen never repaint but in the journal I get the error that the file "TMA CG mladen never repaint" cannot be opened so the EA does not use the indy and the trades are open all the time without TMA signal which is most important important...is this a bug or something because I have many versions of TMA indy ......

I know that this is an oldest version of TMA EA but this is the only one functioning where I found TMA SETTINGS IN THE INPUTS which is also extremly important. We cannot test your limited default settings only, we must be able to change them.

Maybe it is the easiest for you instead of dealing with this problem that I post "True TMA " indy here and you make EA with your latest template with this indy. It is a not repainting one that shows accurate history if you scroll back in the chart.

BUT PLEASE INCLUDE THE INDY INPUTS IN THE EA INPUT so that they could be changed while testing...


Thanks for your answer...
 

Attachments

  • ScreenHunter 277.png
    ScreenHunter 277.png
    64.1 KB · Views: 117
  • TmaTrue .ex4
    TmaTrue .ex4
    5.2 KB · Views: 29
Last edited:
Yes, it is strange, as this problem was occurring on all my accounts only at Market Close every day (New York 5pm).

Now it is occurring constantly on one terminal only - my other account is not showing this problem (yet).

I remove the chart and start again, and still having problem.
I restart MT4 and still having problem.

I have another EA with similar bug issue, but MT4 restart fixes it until next time.

Journal log on terminal where SuperArrow still working:
View attachment 87736

Journal log on terminal where SuperArrow is not working:
View attachment 87737
hi brothers,
what i have is not the same error of yours..
upload_2019-6-8_19-47-13.png
no basket issues but fortunately i have got an slow indicator and needs to re-write as per the journal but still doing its job..
having the same issues for my hedge and Solo FT..
 

Attachments

  • upload_2019-6-8_19-47-13.png
    upload_2019-6-8_19-47-13.png
    45.6 KB · Views: 1,051
hi brothers,
what i have is not the same error of yours..
View attachment 87789
no basket issues but fortunately i have got an slow indicator and needs to re-write as per the journal but still doing its job..
having the same issues for my hedge and Solo FT..

You can solve these errors with a faster/more performing VPS (indicator is too slow) and increasing max spread (from 20 to 30, it depends from your broker and type of account).
Instead I have another kind of error (common error) and I don't know why...superarrow_error.jpg
 

Attachments

  • superarrow_error.jpg
    superarrow_error.jpg
    179.1 KB · Views: 1,058
hi brothers,
what i have is not the same error of yours..
View attachment 87789
no basket issues but fortunately i have got an slow indicator and needs to re-write as per the journal but still doing its job..
having the same issues for my hedge and Solo FT..

You use a different version of Super Arrows RevB?
I am still using the original.

Maybe RedHawk's suggestion for faster VPS will fix your issue? Not sure how to fix my issue or RedHawk's Common Error.
Why is SA EA attempting to close non-existent orders?
Could SA EA have too many parameters and need a rewrite to be less complex??
 

Attachments

Back
Top