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

Re: Include System



PureBytes Links

Trading Reference Links

Form what I can tell, using IncludeSystem works the same as if you had cut
and pasted all the included code into your main program. You may have to go
to some extreme lengths to keep the subsystems from "seeing" each other.
Functions like MarketPosition won't know which system is which.

good luck,
phil

p.s. also you should probably do what Mark says!

----- Original Message -----
From: Gaston Lang <gastonlang@xxxxxxxxxxxxx>
To: Omega-List <omega-list@xxxxxxxxxx>
Sent: Thursday, March 16, 2000 7:49 AM
Subject: Include System


> 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;
>
>