PureBytes Links
Trading Reference Links
|
I believe that currently you can only display limited number of
shapes and numbers which are listed in the help file.
--- In amibroker@xxxxxxxxxxxxxxx, "ed2000nl" <pablito@xxxx> wrote:
> hi,
>
> I want to display inside a chart next to a buy arrow the number x
> (see below). However I need to convert x to a "shape" that
> corresponds to the number. Anyone know how to do that?
>
> for(x=20;x<30;x++)
> {
> Buy = Perc_Threshold(Close,x);
> -------> PlotShapes(x*Buy,x);
> PlotShapes(shapeUpArrow*Buy,colorBrightGreen);
> }
>
> regards, Ed
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Remanufactured Ink Cartridges & Refill Kits at MyInks.com for: HP $8-20. Epson $3-9, Canon $5-15, Lexmark $4-17. Free s/h over $50 (US & Canada).
http://www.c1tracking.com/l.asp?cid=6351
http://us.click.yahoo.com/0zJuRD/6CvGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
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/
|