Problem with max lots per trade
-
Hi all. So I have a problem with the prop firm I'm trading with. They have a max lot size per trade of 40 lots. I trade the 5m chart and my execution requires me to be fast. I have an EA that calculates position size automatically and gets me in with the right size (always the same amount of money).
Is it possible to code an EA that if my trade is 40 lots, it checks the difference between the intended SL (say 3000$) and the actual SL do to the limit (say 2500$). The EA should then immediately open a second trade with same stop but only risking the difference...so in this case 500$.
Is something like that possible? This is way above my coding skills.
Thanks for any help!
-
This need some custom code calculations. No block in fxDreema can do that, I'm afraid. I hope someone else can help, because I'm also interested.
-
Is there maybe a block that checks total risk in a specified symbol? If yes, you could deduct the intended risk from the actual risk in a formula, put it in a variable and open another position with the variable as fixed cash risk?
-
I mean deduct the actual risk from the intended risk of course...