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

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



PureBytes Links

Trading Reference Links

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@xxxxxxxxxxxxxxxx> 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/