PureBytes Links
Trading Reference Links
|
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
> From: "Steve" <avalon-ardy@xxxxxxxxxxxxxxx>
> Reply-To: amibroker@xxxxxxxxxxxxxxx
> Date: Tue, 11 Jan 2005 00:01:21 +1100
> To: <amibroker@xxxxxxxxxxxxxxx>
> Subject: [amibroker] How to highlight an individual bar?
>
>
> A simple question, but the answer eludes me...how do I mark a bar X amount of
> bars ago ago
> using plotshape. i.e. I want the 33rd bar from today highlighted thanks
>
>
>
>
>
> 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
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/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/
|