PureBytes Links
Trading Reference Links
|
Plot(C,"C",3,128);
Plot(IIf(Close > 20 AND Close < 28,25,Null),"",colorDarkGrey,styleNoTitle);
Thomas
www.patternexplorer.com
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of jflynnnz
Sent: Sunday, February 18, 2007 8:48 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Ploting price related line
I want to chart lines at particular price levels. I have
constructed a line of code however this also plots when price is
outside that specified in the code.
I would appreciate if someone could modify my code.
IIf (((Close > 20) AND (Close < 28)), Plot
25,"",colorDarkGrey,styleNoTitle),Null);
Thanks
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.441 / Virus Database: 268.18.2/692 - Release Date: 2/18/2007 4:35 PM
|