PureBytes Links
Trading Reference Links
|
Hi Jon,
Thanks for your fast reply
Tom Supera
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
jonf
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, October 13, 2001 11:34
PM
Subject: Re: [amibroker] Body -
Chart
Here are a simple way
H = L = O;
graph0 = C; graph0Style =
64;
If you use H or L somewhere, it
should be before this, Otherwise, saved them in a temp.
array:
TmpH = H; TmpL=L;
H = L = O;
graph0 = C; graph0Style =
64;
H = TmpH; L = TmpL;
Jon.
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tom Supera
To: <A title=amibroker@xxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, October 13, 20015:04
PM
Subject: Re: [amibroker] Body -
Chart
Oh, i found a way
Preferences - Price color - the same as
background color.
But is there also an other way
Tom Supera
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tom Supera
To: <A
title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, October 13, 2001
11:01 PM
Subject: [amibroker] Body -
Chart
Hi,
Has anyone a idea, how i can realizea
candlestick-chart without the shadows.
Only the body(o and c).
Thanks for your help
Tom SuperaYour use
of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|