PureBytes Links
Trading Reference Links
|
Hi group,
MyStrategy generates buy signal.
I want to trade this signal when and only when another strategy
(OldStrategy)
that trades the same futures contract has short position!
How can I do this using PushPOP.dll?
Something like this:
If OldStrategyMarketPosition = -1 Then Begin
Buy at Open of next bar + BuyDelta Stop;
End;
Thanks for any input,
Saita
|