• 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

I mean when the basket order not make any profit and not close I put TP 100 SL 100 FOR Mother Expert and EA_MOTHERCOPY when any onhit TP or SL I need close together Mother Ticket and Child Ticket .
THX
You can use both tp/SL && basket profit, so I think you can put
1. TP=100. SL=100 in Mother EA and child EA.
2. Use basketprofit close in Mother EA and child EA.
So if basket profit is not hit, then all orders will be closed with tp or sl.
 
Sorry I don't understand what you mean.
1. Do you mean Max order=1?
I am looking simple Expert when I select Buy Order Open directly no need wait any signal from any indicators to open buy order and when close the 1 BUY order open again buy order.
OK, you want me to code that EA?
1. Open buy order by manual.
2. If buy order is empty, then automatically buy order again.
3. Open sell order by manual.
4. If sell order is empty, then automatically sell order again.
 
You can use both tp/SL && basket profit, so I think you can put
1. TP=100. SL=100 in Mother EA and child EA.
2. Use basketprofit close in Mother EA and child EA.
So if basket profit is not hit, then all orders will be closed with tp or sl.
So if basket profit is not hit, then all orders will be closed with tp or sl I agree sir but I am looking when any one (Mother EA OR child EA) hit TP or SL nedd to close (Mother EA OR child EA) .
 
OK, you want me to code that EA?
1. Open buy order by manual.
2. If buy order is empty, then automatically buy order again.
3. Open sell order by manual.
4. If sell order is empty, then automatically sell order again.
No sir I am looking EA_M3c-Timer(revB).ex4 same option but no need wait any signal form any indicators gust when i run expert open 1 Buy order and when the First buy order closed open directly new buy order .
 
hello tanakasan

You create an EA from files
thanks.

Indicator 1: green dot and red dot.
Indicator 2 filter: slope directioneline

buy conditions: reception if the green dot signal is on the filter.
no action if the green dot signal is below the filter.

sell conditions: sell if the red dot signal is below the filter.
If the red dot signal is above the filter, it will not sell.
 

Attachments

So if basket profit is not hit, then all orders will be closed with tp or sl I agree sir but I am looking when any one (Mother EA OR child EA) hit TP or SL nedd to close (Mother EA OR child EA) .
when any one (Mother EA OR child EA) hit TP or SL need to close (Mother EA OR child EA) all orders , but even total profit is loss, you want close all, right?
 
Sir Tanaka, regarding the same matter with the image attached.
The trade open for a month and growing the DD until Blow!

So is there any way we can apply this logical thinking to code in the ea just to prevent a big loss?


https://soehoe.id/i-will-make-a-free-ea-with-your-indicator.t9801/page-847#post-316951

not in the same candlestick. i'm just showing that the trade is in loss.
any suggestion?

if its possible, you decide which is applicable, either same candle which need to use higher timeframe, or counting pip loss regardless how mane candle as long the profit is still (-) negative.

thank you for your time.
Sir Tanaka.
My post.

https://soehoe.id/i-will-make-a-free-ea-with-your-indicator.t9801/page-855#post-317282

Possible?
 
I thing easy for code with auto magic number same EA_M3c-Timer(revB).ex4
Can you test?
1. EA_MotherCOPY(revB4)
I add tp/sl close order. Please make it true, if any order (one order) was closed with tp/sl, then other orders are closed together.
upload_2019-6-17_15-55-17.png

2. EA_M3c-Timer(revC)
I added buy-sell order without any indicator signal.
If order was closed with tp/sl/basket profit, then EA check the last closed order and if it was BUY order, a new buy order is placed without waiting indicator signal.
if it was SELL order, a new sell order is placed without waiting for indicator signal.
 

Attachments

Can you test?
1. EA_MotherCOPY(revB4)
I add tp/sl close order. Please make it true, if any order (one order) was closed with tp/sl, then other orders are closed together.
View attachment 88841

2. EA_M3c-Timer(revC)
I added buy-sell order without any indicator signal.
If order was closed with tp/sl/basket profit, then EA check the last closed order and if it was BUY order, a new buy order is placed without waiting indicator signal.
if it was SELL order, a new sell order is placed without waiting for indicator signal.
Thank you sir for code I will test over night . but to be clear I need option select Buy Order or sell order separately as same the EA_M3c-Timer(revB) I cant see now But wil check over night .
 
Thank you sir for code I will test over night . but to be clear I need option select Buy Order or sell order separately as same the EA_M3c-Timer(revB) I cant see now But wil check over night .
If EA_M3c-timer placed buy order and closed, then next order is Buy order. It is ordered without indicator signal.
If EA_M3c-timer placed sell order and closed, then next order is Sell order. It is ordered without indicator signal.
EA will check the last closed order to check if it was buy or sell and place order with same.
 
Back
Top