I'm running a simple strategy that buys shares when the Current Price > -1.005*MA30, and does the opposite when the current price is less than -1.005*MA30.
I have set the order target to 0 shares when the price is less than the -1.005*MA30, but can't figure out why only a small portion of the shares are sold at that point, and then rebought.
What I am trying to do is have 100% of allocated share value purchased when the price is greater than the MA, and have 100% sold when price is less than the MA.
If someone could help me find the error I'd appreciate it.
Thanks