[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Include System



PureBytes Links

Trading Reference Links

Hey Traders

Any idea why this might not work? Both these systemws run fine as a stand
alone. When I try to run them in this calling module using include system,
it trades only one time. As independent systems there are about 100 trades
in the test data. Any ideas? Thanks in advance.

Gaston

Inputs: LRS_Lth(3),LRS_BK(3),Mult1(1),Mult2(2), stopMult(.25), risk(3);

IncludeSystem:"ThrustReversal",
LRS_LTH,LRS_BK,MULT1,MULT2,RISK,StopMult;

IncludeSystem:"SpringReversal",
LRS_LTH,LRS_BK,MULT1,MULT2,RISK,StopMult;