PureBytes Links
Trading Reference Links
|
If C > C[1] then exitlong at C - x points stop;
If C < C[1] then exitshort at C + x points stop;
BW
----- Original Message -----
From: "Mike Higgs" <moongateca@xxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Tuesday, October 30, 2001 7:30 PM
Subject: Coding a Stop
> Can the following be coded for TS4? If it can, could someone suggest how?
>
> If long and today's close > yesterday's close, then stop = today's close -
x
> points or dollars
> If short and today's close < yesterday's close, then stop = today's close
+
> x points or dollars
>
> Regards,
> Mike
>
>
|