PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>TJ,
<FONT face=Arial color=#0000ff
size=2>
Thanks
a bunch! This program continues to amaze me with it's
power!
Thanks and have a great day!Jeff <SPAN
class=149593912-14112001>G
<FONT face=Tahoma
size=2>-----Original Message-----From: Tomasz Janeczko
[mailto:amibroker@xxxx]Sent: Wednesday, November 14, 2001 7:46
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
stop entry
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 title=jgholson@xxxx
href="">Jeff Gholson
To: <A title=amibroker@xxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, November 13, 200110:36
PM
Subject: [amibroker] stop entry
<FONT face=Arial color=#0000ff
size=2>Hey All!
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Not sure if this has been talked about or not...if it has i'm sorry.
:( But, i<FONT face=Arial
color=#0000ff size=2>s there a way to get a system to go short onlyif 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 Yahoo!
Terms of Service. Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|