PureBytes Links
Trading Reference Links
|
This is my simple easylanguage:
Inputs: BZ(2), SZ(1);
Sell at SwingHigh(1,high,1,50) - (SwingHigh(1,high,1,50)* (sz*.01)) stop;
buy at swinglow(1,low,1,50) + (Swinglow(1,low,1,50)* (bz*.01)) stop;
I would like to continually reverse my position. I want to buy x% off of
the swinglow and sell x% off of the swinghigh.
My code does not seem to be doing the trick. Any suggestions, please?
--
|