PureBytes Links
Trading Reference Links
|
Hello,
short = L <= Ref( L, -1 ); // short when
prices drop below yesterdays low.
shortprice = IIF( Open < Ref(L, -1 ),
Open, Ref( L, -1 ) );
// short at open if there is a price gap
otherwise use previous day low
Best regards,
Tomasz Janeczko
amibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A href=""
title=jgholson@xxxx>Jeff Gholson
To: <A
href=""
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, November 13, 2001 10:36
PM
Subject: [amibroker] stop entry
Hey
All!
<FONT color=#0000ff face=Arial
size=2>
Not
sure if this has been talked about or not...if it has i'm sorry. :( But,
i<FONT color=#0000ff face=Arial
size=2>s there a way to get a system to go short only if it trades below
yesterday's low. In other words use yesterday's low as a stop entry? A
code example would be greatly appreciated....
T<SPAN
class=704063121-13112001>hanksJeff<SPAN
class=704063121-13112001>GYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|