1. what code do i need to define instrument pairs?
(I.e. if retail leads SPY, enter long.....)
2. I wanted to use a Parabolic Sar Trail Stop, but this might not the way to build it:
SetTrailStop("",CalculationMode.Ticks,(ParabolicSA R(0.02, 0.2, 0.02)[0]);

Comment