• 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

HI, is this full code?
'amount' - undeclared identifier ....
What is this ammout used for?
Dear Tanaka,
Kindly check your inbox and please update EAradar as per ahmed khan request,
EAradar also have problem in martingale... it is increasing lot size without real loss and from account history.
Thanks,
 
dear friend Tanaka and people of the group, I have noticed in tests that the ""radar"" expert influences the take profit of other currency pairs and experts if they are connected in the same platform. Did someone notice a problem too?


I use the radar in par gbpusd and the radar expert influenced the take of another theft by marking the mesto take of him in pair eurusd. error that goes beyond the sequence of open orders when it passes through the signal price. example:
**radar- take gbpusd - 1.27330
**roboscop: take eurusd - 1.13600, the radar robo modified to 1.27330 the take.
they do not have the same magic number.
 
Last edited:
Dear Tanaka San, the video I have made of Radar, if you can see it closes old signal tgt along new signal tgt, means if first signal is buy and then new signal comes sell, after sell another signal is buy then what it will do, it will close all buy trades together in which all old buy trades closed in loss and new signal trades closed in profit, it consider them as martingale, can you please check video and adjust it. Also if trade is already active when u attach EA, it wait very long until new signal generates, is it possible if target is far, then it will pick the same signal, only if it is possible, thanks my brother :)
Sorry, this is not possible. EA reads that TGT value from indicator but it can not know which orders's target since this EA has many open orders(buystop,sellstop)
If maximum order is limited to one order, it maybe possible.
Why don't we use trailing stop for TP instead of TGT value? If you set good value for trailing, it will be the similar profit.
I revised RevB5.
1. When use TGT value as takeprofit, trailing function is stopped (not used).
2. When use trailing stop function, TGT value is stopped(not used). This is because if trailing is working, price is going higher and higher but if TGT value is changed lower price, then you will loose profit, so I stopped using TGT value when use trailing stop.
3. Added news filter.
4. Max order is separated buy and sell order and bug was fixed.

Do you have any ideas not to use buystop/sellstop? Is it better to use normal buy/sell order? because broker has order limitation a day. So if you have any ideas just tell me, I will try.
upload_2018-12-6_22-6-29.png
 

Attachments

Back
Top