• 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

thank you so much tanaka for making the EA but the ea opens too many orders which will margin any account so please mondify the ea to make each order opens after a specific number of pips
please put a code in the ea to prevent the ea from opening any orders if the distance between orders less than ini_stoploss, this will make the ea much safer
when i tested the ea in high quality backtest i found that the EA predicted 95% of the market movement right but the other 5% may margin any account please look at the picture at attachments
what i want to be in the ea is very simple for example if the ea opened an order at price 1.2345 and this order didn't hit the tp, i want the next order for example after 30 pips then 1.2345 + 30= 1.2375 then after this order i want the next order to be 1.2375 + 30 = 1.2405 and so on each order after 30 pips

this idea is very popular and could make the ea much more safer
so please put this idea in the ea because i don't want the ea to be dangerous

Thank you so much in advance
Hi, I was taking a bath and thinking about how I can fix it.... I think I could fix the bug now. Can you test the attached revB again?
By the way, iniSL name is OK? It is not a SL actually, what should we call it? If you want to change the name, let me know. :):ok:
 

Attachments

Hi, I was taking a bath and thinking about how I can fix it.... I think I could fix the bug now. Can you test the attached revB again?
By the way, iniSL name is OK? It is not a SL actually, what should we call it? If you want to change the name, let me know. :):ok:

Let the health be with you:))

ps: wish for people after bath
 

Attachments

thank you so much tanaka for making the EA but the ea opens too many orders which will margin any account so please mondify the ea to make each order opens after a specific number of pips
please put a code in the ea to prevent the ea from opening any orders if the distance between orders less than ini_stoploss, this will make the ea much safer
when i tested the ea in high quality backtest i found that the EA predicted 95% of the market movement right but the other 5% may margin any account please look at the picture at attachments
what i want to be in the ea is very simple for example if the ea opened an order at price 1.2345 and this order didn't hit the tp, i want the next order for example after 30 pips then 1.2345 + 30= 1.2375 then after this order i want the next order to be 1.2375 + 30 = 1.2405 and so on each order after 30 pips

this idea is very pipular and could make the ea much more safer
so please put this idea in the ea because i don't want the ea to be dangerous

Thank you so much in advance

You mean add position in your example for a bearish signal, right ?
Trades only in the first h4 bar of the new signal ? In the next h4 bar no more trades even if the signal is still up, right?
But if there is a basket of opened buy/sell orders continue trading until maxtrades, for example 15 for sell and 15 for buy.
Basket close Once profit reached.

Is what you want?
 
Hi, I was taking a bath and thinking about how I can fix it.... I think I could fix the bug now. Can you test the attached revB again?
By the way, iniSL name is OK? It is not a SL actually, what should we call it? If you want to change the name, let me know. :):ok:
thank you so much tanaka but the problem i was trying to explain is that iniSL is not working probably, it just working for the second order only and after the second order the ea opens too many orders less than the value of iniSL .

what i mean if the iniSL is 30 pips then the ea opens the first order when it get signal and the second order opens after the iniSL value which is 30 pips but after the second order the ea opens orders after 5 pips and 7 pips and 10 pips and don't care about the iniSL value

what the ea needs is to follow the iniSL value after each order For Example

first order
first order + iniSL = second order
second order + iniSL = third order
third order + iniSL = fourth order
and so on

thank you so much Tanaka
 
Hi, I was taking a bath and thinking about how I can fix it.... I think I could fix the bug now. Can you test the attached revB again?
By the way, iniSL name is OK? It is not a SL actually, what should we call it? If you want to change the name, let me know. :):ok:
you can just put a code
if the distance between the opened order and the next order is less than iniSL then don't open next order

and if the the distance between the opened order and the next order equal or more than iniSL value then open next order

Thanks
 
you can just put a code
if the distance between the opened order and the next order is less than iniSL then don't open next order

and if the the distance between the opened order and the next order equal or more than iniSL value then open next order

Thanks

I tired to code as you explained... but it was really hard for me.:rolleyes:
Anyway, I hope this will work. Please check it again.
 

Attachments

If it is ok, i want to try trailing stop with ATR.
Tanaka Akiko - you are great man ( excellent and outstanding) :ok::ok::ok:

1. Also build in high impact news filter - EA AUTO Disable and Enable for the specific currency for the chart.
2. Choice true/false - do not open any trade after close all the trades.
3. Comment, so we able to rename ;) .

For News Filter - I only have "ID_IceFX.NewsInfo.v2.6.0" and don't have source file.
 

Attachments

thank you so much
thank you so much
thank you so much
Sorry, there is a bug.... once BUY/SELL order is placed, if the distance is more than Ini_SL, next order is places but first order is also closed at the same time....
I will fix this bug today. Please wait for sometime.
 
Back
Top