PureBytes Links
Trading Reference Links
|
Hi Joe,
Problem solved. Thanks very much for taking the trouble.
Regards
Rakesh
On 8/19/05, Joe Landry <jelandry@xxxxxxxxxxxxx> wrote:
>
>
>
> R
> Here's a general PLOTSHAPE statement that someone on the forum used in an
> indicator formula. Note the three parameters after color are 1) the layer
> you're plotting on, 2) price either High, Low, Close, etc and 3) offset in
> pixels; if you want to specify offset and not take the default of -15 you
> have to have it in the proper position the function expects or label it as
> this author(was it Gordon?) did.
> Hope this helps
>
> joe
>
> PlotShapes(IIf(aAddedLPivs==1, shapeUpArrow , shapeNone), colorDarkGreen, 0,
> Low, Offset=-15;
>
>
>
> ----- Original Message -----
> From: Rakesh Sahgal
> To: Amibroker Yahoogroup
> Sent: Friday, August 19, 2005 9:01 AM
> Subject: [amibroker] PlotShapes
>
> Hi All,
>
> Am using the following PlotShapes statements.
>
> PlotShapes(IIf(bc1,shapeUpArrow,shapeNone) ,colorYellow,0);
> PlotShapes(IIf(bc2,shapeUpArrow,shapeNone)
> ,colorBrightGreen,0);
> PlotShapes(IIf(sc1,shapeDownArrow,shapeNone) ,colorBlue,0);
> PlotShapes(IIf(sc2,shapeDownArrow,shapeNone) ,colorRed,0);
>
>
> Problem - sometimes the arrows both the up arrows and down arrows plot
> within the body of the bar. Changing the offset values didnt solve the
> problem either.
>
> How can I resolve the problem? Any ideas?
>
> TIA
> Regards
>
>
>
> R
>
>
> 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
>
>
> Visit your group "amibroker" on the web.
>
> To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
> ________________________________
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hvrfg55/M=362343.6886682.7839641.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1124468703/A=2894350/R=0/SIG=10tj5mr8v/*http://www.globalgiving.com">Make a difference. Find and fund world-changing projects at GlobalGiving</a>.</font>
--------------------------------------------------------------------~->
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/
|