PureBytes Links
Trading Reference Links
|
Tomasz,
Yes. I had noticed that.
Why is 'Volume' displayed when importing using FT plug-in ? I have not used Stock
database of FT for a while, but as far as I recall, FastTrack does not provide any
volume data at all, even for securities for which it's available.
Regards,
- Salil V Gangal
--- Tomasz Janeczko <amibroker@xxxx> wrote:
> Salil,
>
> When using Funds - you should switch OFF "Continuous quotations"
> box in Symbol->Information window.
>
> This will change the title to close price and volume only and chart to the line.
>
> This is done automatically when database is created using FT plugin.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "Salil V Gangal" <salil_gangal@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Saturday, October 26, 2002 4:22 PM
> Subject: Re: [amibroker] Modifying Built-in 'Price'
>
>
> > Tomasz,
> >
> > Thank you. This is going to make the Title meaningful for me.
> >
> > I dislike the standard Title display that shows OHL and V values, as for most
> mutual
> > funds OHL and V are meaningless.
> >
> > Regards,
> >
> > - Salil V Gangal
> >
> >
> > --- Tomasz Janeczko <amibroker@xxxx> wrote:
> > > Salil,
> > >
> > > The title of built-in charts can not be changed as long as
> > > "Use formula only" box is not marked.
> > >
> > > Once you mark this box you gain complete control over
> > > appearance of built-in chart and internal implementation
> > > is not called at all (so you have to plot everything from AFL).
> > >
> > > Best regards,
> > > Tomasz Janeczko
> > > amibroker.com
> > > ----- Original Message -----
> > > From: "Salil V Gangal" <salil_gangal@xxxx>
> > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > Sent: Saturday, October 26, 2002 3:46 PM
> > > Subject: [amibroker] Modifying Built-in 'Price'
> > >
> > >
> > > > Friends,
> > > >
> > > > I'm trying to modify the Built-in 'Price'. If I do something simple such as
> > > >
> > > > Plot(Ema(C,100),"",colorRed,styleLine);
> > > >
> > > > above the line '//--Indicator-End--', then it works. However, if I do
> something
> > > > such as
> > > >
> > > > Title = FullName() + " (" + Name() + ") " + Date();
> > > >
> > > > then it has no effect. It neither gives any error nor does it change the
> Title
> > > !
> > > >
> > > > Is this to be expected ?
> > > >
> > > > Regards,
> > > >
> > > > - Salil V Gangal
> > > >
> > > > __________________________________________________
> > > > Do you Yahoo!?
> > > > Y! Web Hosting - Let the expert host your web site
> > > > http://webhosting.yahoo.com/
> > > >
> > > >
> > > > 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/
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > 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/
> > >
> > >
> >
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Y! Web Hosting - Let the expert host your web site
> > http://webhosting.yahoo.com/
> >
> >
> > 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/
> >
> >
> >
>
>
>
>
> 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/
>
>
__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/
|