I am trying to buy 50 shares for 6B# using for simple formula below but it doesnt work.
I did my research in this forum to make sure the "allow position shrinking" is off and tried to lower "pointvalue" to buy small contract. But it doesnt work, it is not buying 50 shares, can anyone please help? Thanks in advance.
SetPositionSize( 50, spsShares );
KUn5 = StochK(8)>StochD(8) AND StochK(8)>20 OR StochK(8)>80; ;
KDn5 = StochK(8)<StochD(8) AND StochK(8)<80 OR StochK(8)<20; ;