Modify each lot to a based lot size
-
Hello friends,
I'm facing a problem for which I can't find the solution or the logic. I'm using an EA for which I don't have the source code and would like to share the lots that it places. this EA only uses 4 martingales and I use the x2 multiplier, This means that the first lot is 0.04, the second lot 0.08, the third 0.16, the fourth 0.32 and the last 0, 64. I would like to find a solution to make each position at 0.04 by placing multiple trades instead of placing a single position with the duplicate lot from the previous one. I leave the link to my test, it could be an EA or a script that would run in a loop. Thank you very much for your cooperation.
actual project link:
https://fxdreema.com/shared/yZgiZnD7e -
Not sure I fully understand what you mean. Do you want several open trades at the same time with the exact lot size (0.04)? I don't see the point of that. Why not opening one only trade for the global lot size you need? You will save a lot of commissions.
-
Point 1 = no limit of lots
point 2 = consistence lot need for 1 or 2 prop firm im using
Can you help me please? -
Ok. Then you mean using an ON/OFF option to select a fixed lot size or a variable lot size?
-
i'm using a copy to delete open trades and split then copy only by this copy to the master account, i do it with chatgpt but i want to make it with fxdreema for experience