Yeah, but it's possible to jerry-rig the PSC to divide for me, if I set TakeProfitNumber to something higher than 1 it actually gives me the opportunity to divide between the "takes" a lot %!
Sadly I have 2 options of Take Profits , equal distance or inside the main one. It's possible to create a third option to all takes just be in the same position as the main one?
Or even better, if we use/activate "CalculateUnadjustedPositionSize" to bypass broker restriction, why not auto divide like the "TakeProfitNumber" when placing the order?
Which means, the EA would have a new function inside the "CalculateUnadjustedPositionSize":
You set your order, it bypass the symbol broker maximal volume per position but when you actually "Shift+T" it will place multiple orders with same SL n TP, exactly like "TakeProfitNumber" works. To prevent bugs:
The "position size" font/number only gets red and block trades (with CalculateUnadjestPositonSize true) if the margin is not available.