PureBytes Links
Trading Reference Links
|
It should look like this
Input:LStop(.0625);
ExitLong ("StopLossL") from entry ("MyLong") At$ Low - LStop stop;
This will exit at the input value below the Low of the entry bar.
The Entry must be named in the buy of sell statement,
If conditions Then Buy ("MyLong") High + 1 Point Stop;
____________________Reply Separator____________________
Subject: EL QUESTION -- RE AT$
Author: Brent August
Date: 2/1/99 4:07 PM
TS EL Manual ver 4 Page 104 talks about the AT$ "feature" I can not
get it to work.
My code
If c>c[1] buy;
exitlong entryprice at$ close + 200 points limit;
error message #162 --stop,limit, .... expected here
the error is at the at$ the system turns it to another collor
any help will be appreciated
brent
|