[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: TJ, how can I add shapes



PureBytes Links

Trading Reference Links

Hi Nigel,

Thank you for your suggestion. I've tried that but I think if I can 
modify the size of the shape would be better and if I can add some 
diagonal small up and down arrow would be ideal.

Thanks
KK

--- In amibroker@xxxxxxxxxxxxxxx, Nigel Rowe <rho@xxxx> wrote:
> KK,
> 	try using shapeHollowCircle and plot it at the exact buy/sell 
pice with 0 
> offset.
> 
> PlotShapes(IIf(Buy, shapeHollowCircle, 0), colorGreen, 0, BuyPrice, 
0);
> PlotShapes(IIf(Sell, shapeHollowCircle, 0), colorRed, 0, SellPrice, 
0);
> 
> -- 
> 	Nigel
> 
> On Wed, 5 Feb 2003 09:37 pm, kk12338 <kk2628@xxxx> wrote:
> > Hi TJ,
> >
> > How I can add some other shapes for Plotshapes ? I intend to add 
some
> > small diagonal arrow (up and down) so that it can be displayed at 
the
> > exact buy/sell position of the bar. I have tried all the shapes 
but
> > even the small one will cover some short price bar and the price 
bar
> > seems more confuse when I have more than one buy conditions on the
> > same bar.
> >
> > Thanks
> > KK
> >
> >
> > Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> >
> > Check group FAQ at:
> > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> >
> > Your use of Yahoo! Groups is subject to 
http://docs.yahoo.com/info/terms/


Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/