PureBytes Links
Trading Reference Links
|
Thank you Terry. I've learnt a little bit more about AFL thanks to your example.
cheers
----- Original Message -----
From: "Terry" <MagicTH@xxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, January 11, 2005 3:27 AM
Subject: [trading] Re: [amibroker] How to highlight an individual bar?
>
> PlotShapes(IIf(BarIndex() == LastValue(BarIndex()) - 33, shapeDigit3,Null),
> colorRed, 0, Graph0, -10);
> PlotShapes(IIf(BarIndex() == LastValue(BarIndex()) - 33, shapeDigit3,Null),
> colorRed, 0, Graph0, -22);
>
> I used 2 statements to get a 33. You only need one for a single marker.
> --
> Terry
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|