| 
 PureBytes Links 
Trading Reference Links 
 | 
this will put the smallest circle on the high of the bar where
yourcondition is true
plotshapes(shapesmallcircle*yourcondition, colorred, 0, h, 0 );
you could also try this
Plot( iif( yourcondition, h, null ), "", colorred,
stylenoline|styledots|stylenorescale);
On 6/22/05, ricko8294_98 <ricko@xxxxxxxxxx> wrote:
> Does anybody know if it is possible to place a small dot (or other
> small symbol) exactly on the High (or Low or ...) of a particular bar
> (that meets a specified condition).
> 
> I have tried all the PlotShapes options - but can't seem to get the
> circle (or whatever) to sit exactly on the high, and the smallest
> PlotShapes symbol is quite large.
> 
> 
> tia
> Rick
> 
> 
> 
> 
> 
> Please note that this group is for discussion between users only.
> 
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
> 
> For other support material please check also:
> http://www.amibroker.com/support.html
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
-- 
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
 
 |