PureBytes Links
Trading Reference Links
|
I don't think it is hidden.
Default price chart allows
switching to line chart using
View->Price chart style->Line
menu.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Barry Scarborough" <razzbarry@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, February 11, 2009 1:28 PM
Subject: [amibroker] Re: Price Chart
> It is kinda hidden. The shipped Price function does not show all the
> style parameters. If it had then you could have just used it or
> drag/dropped it on your chart. To show all the available styles you
> need to change the ParamStyle in the plot statement to
>
> Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle |
> ParamStyle("Style", styleLine, maskAll) );
>
> The maskAll shows all the styles when you select the Style parameter.
> Mask is the default and only shows a few styles. Check out ParamStyle
> in help.
>
> Barry
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Larry M Powell" <larypowell@xxx>
> wrote:
>>
>> I am trying to plot a price as a single line, I have been looking
> at
>> help but cannot find it. Could someone please direct me?
>>
>> Thanks, Larry
>>
>
>
>
>
> ------------------------------------
>
> **** IMPORTANT ****
> This group is for the discussion between users only.
> This is *NOT* technical support channel.
>
> *********************
> TO GET TECHNICAL 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
>
>
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL 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/
|