PureBytes Links
Trading Reference Links
|
Vars: LimLong(1), LimShort(1);
if marketposition = 1 then LimLong = LimLong - 1;
if marketposition = -1 then LimShort = LimShort - 1;
Kent
-----Original Message-----
From: Sentinel <rjbiii@xxxxxxxxx>
To: omega-list@xxxxxxxxxx <omega-list@xxxxxxxxxx>
Date: Friday, February 04, 2000 1:19 PM
Subject: Limiting Trades
I have a function that limits trades to an inputted number of trades, I have
been unable to limit the trades to one long and one short, and would
appreciate
and ideas.
Thanks
Sentinel
Sentinel Trading
|