Resetting custom lot levels after trade is closed.
-
Thanks to @roar's super guidance and assistance, I have learned something and managed to build a simple EA, which is only a very temporary solution to this issue:
https://fxdreema.com/forum/topic/18284/add-volume-to-the-manualy-opend-trade
I really dislike using orders like sell limit, etc., but currently, I have no choice. While waiting for Roar's response in the previous thread, I kindly ask you, forum members, for help - how to make the EA reset the lot size to the initial value after closing all orders? I have applied such a solution, but it's not functioning as expected:
-
Okay, I managed to solve it on my own.
It seems that it's easier to add a Condition block with a loop than to look for a solution in Modify Variables.
At least with my limited EA building skills.
If someone is looking for a similar solution, here is a working project:
https://fxdreema.com/shared/EbqK2Et2c -
Thanks for sharing.