PureBytes Links
Trading Reference Links
|
y position should be the graph you want to offset from - in this case "high"
Also the offset should be a minus number. Try the -12 (default)
----- Original Message -----
From: "murthysuresh" <money@xxxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, August 24, 2008 3:45 PM
Subject: [amibroker] keep offset of plot shapes consistently above the high
or low
> as u can see from the screenshot the offset is sometimes above the high
> and sometimes not. its because the offset is plotted as 30 pixels plus.
> how do i make it dynamic so it is high + <xpixels>
> i am not able to transulate the price into pixels.
>
> PlotShapes( IIf( (C>prevHourHigh) , IIf( Hourly9ema>=
> Hourly20ema ,shapeUpArrow,shapeHollowUpArrow) ,
> shapeNone ),colorGreen,layer = 0, yposition = Graph0, offset = 0+30);
>
>
>
> http://screencast.com/t/sfopasuC
>
>
> ------------------------------------
>
> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
> Yahoo! Groups Links
>
>
>
------------------------------------
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|