I have coded a strategy that has built into it a money management system and within this there is a minimum position size that is set with something like the following instruction:
1
2
3
minstake=0.2
mystake=(mypositionsizecalculation)
stake=max(minstake,mystake)
The strategy simply buys the stake size in accumulating positions and then sells them all in one go at market. There is no partial closing of positions.
For some reason I see in my orders the closing of positions that are under the minimum possible position size. How is this possible?
There is a direct correlation between both the quantity of bugs and the weirdness of bugs and the amount of time spent coding strategies and indicators. I really must get out more! 🙂
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok