PureBytes Links
Trading Reference Links
|
Cash,
You can also make use of some Reserved Words directly in your EL code:
SetStopLoss(2500);
or
SetProfitTarget(500);
which is handy if you want to nest these within an If statement.
Also to answer you other question about Exits on Close:
SetExitOnClose;
================
Dave Nadeau
Fort Collins, CO
> -----Original Message-----
> From: Jim Bronke [mailto:jvbronke@xxxxxxxx]
> Sent: Saturday, August 11, 2001 4:01 PM
> To: cash@xxxxxxxxxxx; omega-list@xxxxxxxxxx
> Subject: Re: Setting stops in TS2K?
>
>
> Just create a strategy with a number of different exit
> stops. They are
> called signals.
>
> Jim Bronke
> Phoenix, AZ
>
>
>
> ----- Original Message -----
> From: <cash@xxxxxxxxxxx>
> To: <omega-list@xxxxxxxxxx>
> Sent: Saturday, August 11, 2001 3:57 PM
> Subject: Setting stops in TS2K?
>
>
> : In TS4, you were able to set a stop through a dialog for your
> : system. I don't see this in TS2K. Where do I set the stops now?
> :
> : Cash
> :
> :
> : "Buy Low, Sell High"
> : (If this statment is used for financial gain, I am
> entitled to 10% of all
> profits. ;) )
> :
> :
>
|