__1: About slippage setting in trade block... [/quote:3e4bb4j4]
This is something else, this does not work... most probably. As you can see, the OrderSend() function has "slippage" as a parameter - https://docs.mql4.com/trading/ordersend Yes, this is the "Slippage" from "More settings". But as you can read here: https://forum.mql4.com/45904 in ECN brokers it has no effect. I can only measure it.
Once I tried different values for "slippage" in OrderSend() and really, there was no difference. I tried values like 0.1, 1, 100 (because I never really knew what kind of value to use for this parameter). You can try this as well, if you want. But this looks to be non-ECN parameter.
Why do you think I want you to make fully working and easily testable small example for me? Well... partly because I'm lazy to even read your questions
But also because if you can do that, you already can investigate your own projects for problems. Remember, I don't want to make anyone's projects, what I want is people to master this tool fxDreema, I want you to know how to use it
Why don't you just show me your project. I keep repeating this over and over again to people. When there is some problem, make some simple project that shows only the problem. Ideally something that contains 2-3 blocks or as less blocks as possible. Tell me what is expected and what happens. I will try this EA, I will see the problem and I will fix the problem or tell you what can be done.