PureBytes Links
Trading Reference Links
|
Assuming you're using the System Editor and not writing EL in the PE, the
syntax you want for Long Exit is "Exit next bar at 5.00 Stop". You can
substitute a variable or calc for 5.00 e.g. (EntryPrice + 5.00) - EntryPrice
is a system variable.
Earl
-----Original Message-----
From: Perthuis@xxxxxxx <Perthuis@xxxxxxx>
To: Omega-list@xxxxxxxxxx <Omega-list@xxxxxxxxxx>
Date: Thursday, February 19, 1998 2:18 PM
Subject: EL help
>Simple system,
>
>If c>@average (c,32) then buy tomorrow at market;
>
>Simple question,
>
>What is the language to sell tomorrow at market when a certain price
objective
>is reached (say $5 per share). Everything I try exits me at todays close.
|