PureBytes Links
Trading Reference Links
|
I just realized I had forgotten Offset=0
PlotShapes(IIf( Buy, shapeUpArrow,shapeNone),colorBrightGreen,0, offset =
0);
PlotShapes(IIf( Sell, shapeDownArrow, shapeNone),colorRed,0, offset = 0);
Thankyou too Stephane for your help
greatly appreciated
Regards
Don McKay
----- Original Message -----
From: "Anthony Faragasso" <ajf1111@xxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, October 02, 2003 2:37 AM
Subject: Re: [amibroker] Re: Help with buy sell signals
> Don,
>
> I am sure you read the help file for PlotShapes() function and the offset
> feature.
>
> SYNTAX PlotShapes( shape, color, layer = 0, yposition = graph0,
> offset = -12 );
> RETURNS NOTHING
> FUNCTION Plots arrows and other shapes on any chart pane.
> Parameters:
>
> a.. shape defines type of the symbol. when shape is zero nothing
is
> plotted values other than zero cause plotting various pre-defined shapes.
> Odd values plot shape BELOW indicator, even values plot shape ABOVE
> indicator.
> b.. color defines color of shape
> c.. layer defines layer number on which shapes are plotted
> d.. yposition defines Y-position where shapes are plotted (by
> default they are plotted 'around' graph0 (first indicator) line)
> e.. offset - (or distance) parameter (by default -12 ), Offset is
> expressed in SCREEN pixels. Negative offsets shift symbols down, positive
> offsets shift symbol up. To place the shape exactly at ypostion, specify 0
> as offset
> Anthony
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/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/
Attachment:
BHP.PNG
Attachment:
Description: "Description: PNG image"
|