PureBytes Links
Trading Reference Links
|
Graham,
indeed something like that. The manual mentions:
"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."
I can't find info about the "odd values" and "even values". I guess
an up arrow is even or odd and then the offset behaves also odd or
even or something like that
thanks, Ed
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> I thin it has something to do with the up and down arrows. The down
arrow
> seems to work opposite to the other shapes
>
> Cheers,
> Graham
> http://groups.msn.com/ASXShareTrading
> http://groups.msn.com/FMSAustralia
>
> -----Original Message-----
> From: ed2000nl [mailto:pablito@x...]
> Sent: Sunday, 2 November 2003 4:26 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Plotshapes - offset
>
>
> hi,
>
> could someone explain the following?
>
> In order to get the hollow green arrow down I fill in a negative
> offset as is mentioned in the manual. It works, the arrow goes down.
>
> PlotShapes(shapeHollowUpArrow*Ref(Cover,-
> 1),colorBrightGreen,0,CoverPrice,-25);
>
> In order to get the hollow red angle up a little I fill in a
> possitive offset and the arraow goes down as well.
>
> PlotShapes(shapeHollowDownArrow*Ref(Short,-
1),colorRed,0,ShortPrice,-
> 25);
>
> I need to fill -25 as an offset for the last one to move it up by
24
> pixels. Why does it work this way?
>
> regards, Ed
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs from home.
Over 14,500 titles. Free Shipping
& No Late Fees. Try Netflix for FREE!
http://us.click.yahoo.com/I3w.vC/hP.FAA/3jkFAA/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/
|