PureBytes Links
Trading Reference Links
|
Hello Brett,
If you are using graphstype=64 you haveto know
that this style
uses indirectly High, Low and Open arrays. This is
so because
candlesticks need 4 arrays to draw (not only
one)
So it is not enough to write:
graph0 = something;
graph0style = 64;
but you have to OVERWRITE the High, Low and Open
variables.
(the safest way is to do this at the end of the
formula otherwise built in functions
will operate on overwritten values)
Best regards,Tomasz Janeczko===============AmiBroker - the
comprehensive share manager.<A
href="">http://www.amibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=brett_f1@xxxx
href="">brett_f1@xxxx
To: <A title=amibroker@xxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, June 30, 2001 6:45
PM
Subject: [amibroker] Candlestick
graphstyle problem
I'm using geaphstyle=64 with some other graphs to overlay
some other indicators with and I'm having a problem with the end result of
the display. The candles appear with an outline color and long thin
tops from the body to the top of the chart. Has anyone else
experienced this type of problem and been able to fix
it?BrettYour use of Yahoo! Groups is subjectto
the Yahoo! Terms of
Service.
|