Thanks for your suggestions. I will try it with a true or false logic. The block for once per bar would be great, but I need more of this blocks in my strategy and so they doesn't help.
Posts made by MS_fxDreema
-
RE: two or more crossoversposted in Questions & Answers
-
RE: two or more crossoversposted in Questions & Answers
I want to open more than one trade, only not more than one after one candle close.
I mean if a candle crossover two lines, than open just one trade, but if the next candle crossover another line, than open the next trade. Do you understand? -
two or more crossoversposted in Questions & Answers
Hi, I'm trying to resolve a little, but for me complicated problem. I have different lines in my chart, and when the candle crossover these lines, a buy position will be executed.
How can I make the logic in that way, that if the candle crossover two or more lines, that only one positon will be opened?Thanks in advance
-
RE: For Each Position Close, Please Helpposted in Questions & Answers
@Temmy-25 how did you resolved it?
-
RE: Modify pending orders after position closeposted in Questions & Answers
Yes correct and in the meantime, I found a solution. thank you
-
RE: Modify pending orders after position closeposted in Questions & Answers

This whole part does not work right and I don't know where the error is
-
RE: Modify pending orders after position closeposted in Questions & Answers
Let's say we have 10 open positions with lot size 0.01. The total lot size then is 0.1 and our pending order would be 0.2. Now if one of the open positions close in profit, we have 9 open positions with a total lot size of 0.09 and the pending order should change to 0.18. This does not work. the pending positions are not deleted and not replaced with the right lot size.
-
RE: Modify pending orders after position closeposted in Questions & Answers
Here is the right link... https://fxdreema.com/shared/fqqsHUNeb
-
Modify pending orders after position closeposted in Questions & Answers
Hi @all, I'm new to fxDreema and trying to build a kind of breakout strategy. When the EA open a new position, also a pending order in the opposite direction opens for a breakout chance. The pending lot size is always calculated in reference to the opened positions. So, when a new position opens, then a new calculation will be made for the lot size of the pending. This works well. After a position close in profit, the same calculation has to be done but at this time the lot size of the pending order will be reduced.
I created the same calculation after a new position and after a position is closed. After the new position it works well, but after the position closes it does not work.Here is the link of this calculation. Anybody have an idea where I have an error?
thx and best regards
Markus -
RE: Slippage Problem with pending ordersposted in Questions & Answers
@l-andorrà, thank you very much. Will do so


-
RE: Slippage Problem with pending ordersposted in Questions & Answers
Yes I know that, but these pending orders are my „Security Positions“ and therefore I have to ensure that it works well. It is not a problem when the pending order opens with slippage. The problem is only if the take profit is set to near from the opening price. The take profit should have the same slippage like the pending order. If anyone know how to do this, would be great
-
Slippage Problem with pending ordersposted in Questions & Answers
Dear FXDreema Users, would be great if someone of you can help me.
I have a problem with pending Orders opening with to much slippage. I can show you the problem on base of the today XAU/USD market.
I had a pending sell stop order on 2329.20 with take profit on 2324.00. Due to the news release there was a big price gap and my position opened with slippage on 2325.36 and was closed in take profit on 2324.73.Ist there a possibility to set the take profit after the opening of the pending sell stop order.
At the moment the take profit is calculated by the EA and set automatically when the sell stop order is placed.The Idea is that the take profit is set right after the pending position opens so that I have the right distance from the opening price. It must go very, very fast, because of the fast movement of the market after a news release.
Any Idea to resolve this problem?
Thanks and kind regards
Markus