It is perfect!!! Thank you so much!
Posts made by bagheria
-
RE: Delete objects after x candlesposted in Questions & Answers
-
RE: I have no experience in programming , when trying to build an EA , it keeps multiplying positions , please I need the proper settingsposted in Questions & Answers
Add the block "Once per bar" just before "buy now" block and only one trade will be open and not a lot
-
RE: Delete objects after x candlesposted in Questions & Answers
Thank you so much for your answer. Do you think you can show me with the blocks please? Thank you again
-
Delete objects after x candlesposted in Questions & Answers
Hi,
When a condition is filled, an object (horizontal line) is created on the graph. I would like to delete this object after 60 candles or 60 minutes for example. How can I do please?
Thanks
-
Constants Market properties pivot pointposted in Questions & Answers
Hello,
In my EA I put the value R3 in the pivot point (market properties) in the TP level. But I would like to have the choice in the inputs tab.
How can I have a menu and can choose between R1, R2, R3 or R4 for example. Take a look
-
RE: Tp multiplierposted in Questions & Answers
Hello,
I see what you said. thnak you for your help. I will try
-
RE: Tp multiplierposted in Questions & Answers
Thank you but martingale is programmed with lots and not *2 or *3....
The lots opened in a first time were by % of equity. So I need a solution with a variable I think -
RE: Tp multiplierposted in Questions & Answers
hello!
I don't know if I was clear.
Trade 1 > LONG EURUSD 1.00 lot opened at 1.14200 / TP at 1.14300 (10 pips), no SL
My trade lost 30 pips and I have decided to close my trade at 1.13900Trade 2 > SHORT EURUSD 2.00 lots (x2 from the previous trade) opened at 1.13900 / TP at 1.13600 (the 30 pips I lost with the previous trade)
Thanks for your help
-
Tp multiplierposted in Questions & Answers
Hello,
Just a question. If I have a LONG trade and I lost 30 pips, I would like my EA close this trade and open a SHORT trade immediately with lots x2 and TP = the number of pips I lose with the last trade (here 30 pips), how can I do please?
Thanks for your help
Bag
-
RE: Positionning the pending ordersposted in Questions & Answers
@tipsywisdom Hi! Sorry for my late answer. Please find attached the project. Thanks a lot for your help!
-
RE: Positionning the pending ordersposted in Questions & Answers
@tipsywisdom I think I made something wrong. look

All conditions are under M5 TF.
Once per bar always under H1 TF
Flags on true
.... -
Positionning the pending ordersposted in Questions & Answers
Hello all!
I absolutely cannot manage to do something that may seem simple.
My EA acts on different TFs. I apply this EA on an H1 chart.
In M5 he finds me a signal. I simply want that at the end of the 1H candle he opens for me 1 pending BUY order at the top of the candle that has just closed and 1 pending SELL order at the lowest of the previous candle.
The problem is that as soon as the M5 signal appears, it immediately opens the 2 pending orders for me, whereas I would like it to wait for the candle in H1 to end to place the 2 orders there.a solution please?
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
@l-andorrà thanks again for your time. But your attached scheme is not avalaible cause you speak about consecutive loses. Is it possible to have, for all, a complete scheme please? It seems we are someone to ask the same thing. Thanks a lot!
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
@hiten7405 It is I said previously. When the DD is reached, all opened trades after closed immediately. And I have not solution to correct that.
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
@l-andorrà said in Close trade when MAX DD is reached:
@bagheria Sorry, I missed your last reply. You don't need to remove the EA from the chart at all. You can use a 'Turn On/Turn Off' block just stopping your launcher structure every day. You need to connect/disconnect it on a daily basis to do that.
Thanks. Can you show me with blocks how to do that please?
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
Hi!
When the DD is reached, do I need to remove and reattach the EA or need I restart the MT4 platform to continue to trade?
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
@l-andorrà Hi. No the matter is when the DD max is reached, the positions closed. That's ok. But after, no more positions open. It seems that we need to turn off the EA and turn it back on (from what I understand) so that it can resume positions. Otherwise all following positions cut immediately
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
@djlaserman Thank you for your feedback but the unrealized profit block is valid to configure the number of pips or the amount lost, but not a % loss. Unless I can use a formula here ???
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
I love fxdreema but it's amazing how easy it is to find a solution.
I would like that when a losing trade reaches 10% of my equity or my balance (in loss therefore), the position is cut. And for all the following trades too! Not just one. it doesn't have to be a statistic ...
Can somebody help me please? It's really important.