Custom Price Level - is this a bug?
-
I am testing an Range EA an have set fixed SL under the Time Range Candle for two Buy Positions.
why sets the EA 2 different SL`s (Position 1 SL=10178.1 is correct)?
Best regards
-
I don't know. I tested your EA here and I always get the same stops
Does this happen every time or only for these 2 trades? -
Hi and thanks for your Answer.
I have made this EA with your Windows Edition. The Backtest is 100% right because (I think) there is no slippage. But why calculate the programm the Enty (Slippage) from the Entry Price?
I don’t` understand that
I only need a stop under (Hour) Price level… -
This version is now old, I don't remember what was going on before. I probably changed the code for this few times since then. For the moment I don't have newer desktop version
-
I have tried it today with your Web Edition – the same error.
Can you Check it (File: TimeBreak Bug)? Thanks. -
I don't see dax30 in my symbols, so I tried this on Gold and this is what I got - http://prntscr.com/bgedtb I don't know how to get that problem

-
Yes but you have no one Postions with Slippage (Your entry of both positions is always equal - It is no difference between the first and the second Position)!
Example DAX:
First Pos.Entry: 9602.8 - EA set SL: 9802.8
Second Pos. Entry: 9602.5 - EA set SL: 9802.5
(Admiral Market simulated Slippage in the Demo)This is the Problem, why offset the EA the difference ???
Thanks.
-
So you have slippage. I programmed the EAs in a way, so if slippage happens, to modify SL/TP after that. The idea is that if you want SL to be 100 pips from the open price, it's going to be 100 pips from the open price, even if the open price happens to be different that the price that was requested. If this happened, you would be able to see "modify" immediately after the trade is created.