PureBytes Links
Trading Reference Links
|
Thanks Tomasz; I did see your message regarding the modification in
next version. I merely try to explain my issue to Anthony.
Thanks
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> OK, I am going to address this 'scientific format' issue
> in the next version.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "mmqp" <mmqp@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, April 04, 2003 9:40 PM
> Subject: [amibroker] Re: AB's "param"
>
>
> > Anthony,
> >
> > I did mean the param window. I use this to change the input to
my
> > indicator. Here is part of the code.
> >
> > /******************************/
> > /**** Parameters Defn *********/
> > /******************************/
> > R1_pds=Param("R1_Pds",R1_pds,1,750,1);
> > S1_pds=Param("S1_Pds",S1_pds,1,750,1);
> > S1Date=Param("S1Date",S1_MidasDate,950101,1091231,1);
> > S2Date=Param("S2Date",S2_MidasDate,950101,1091231,1);
> > S3Date=Param("S3Date",S3_MidasDate,950101,1091231,1);
> > R5Date=Param("R5Date",R5_MidasDate,950101,1091231,1);
> > R4Date=Param("R4Date",R4_MidasDate,950101,1091231,1);
> > R3Date=Param("R3Date",R3_MidasDate,950101,1091231,1);
> > R2Date=Param("R2Date",R2_MidasDate,950101,1091231,1);
> > R1Date=Param("R1Date",R1_MidasDate,950101,1091231,1);
> > TBDate=Param("TBDate",TB_MidasDate,950101,1091231,1);
> > TBCenter=Param("TBCenter",TB_MidasCenter,1,1091231,1);
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso"
<ajf1111@xxxx>
> > wrote:
> > > Jayson,
> > >
> > > I know that Window....It seemed like he was talking about
something
> > > completely different.....How can you code the Param Window to
hold
> > Datenum()
> > > s....he also stated that he was looking for fixed notational
> > output......
> > >
> > > Anthony
> > >
> > > -------Original Message-------
> > >
> > > From: amibroker@xxxxxxxxxxxxxxx
> > > Date: Friday, April 04, 2003 00:13:25
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: RE: [amibroker] Re: AB's "param"
> > >
> > > Anthony,
> > > click a plot that has an indicator that you have coded
parameters.
> > press
> > > Ctrl -R to reveal the param window...
> > >
> > > Jayson
> > > -----Original Message-----
> > > From: Anthony Faragasso [mailto:ajf1111@x...]
> > > Sent: Thursday, April 03, 2003 3:08 PM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: Re: [amibroker] Re: AB's "param"
> > >
> > >
> > > Tomasz,
> > >
> > > What is meant by "Param" Window ?
> > >
> > > -------Original Message-------
> > >
> > > From: amibroker@xxxxxxxxxxxxxxx
> > > Date: Thursday, April 03, 2003 14:46:10
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: Re: [amibroker] Re: AB's "param"
> > >
> > > Hello,
> > >
> > > Param window uses %g formatting sequence
> > > which prints numbers bigger than 10^6 in scientific
> > > notation and you have no control over it.
> > >
> > > Best regards,
> > > Tomasz Janeczko
> > > amibroker.com
> > > ----- Original Message -----
> > > From: "mmqp" <mmqp@xxxx>
> > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > Sent: Thursday, April 03, 2003 8:48 PM
> > > Subject: [amibroker] Re: AB's "param"
> > >
> > >
> > > > 1.091231e6 is what display in param window.
> > > > 1091231 is what I'd like to see.
> > > >
> > > > --- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso"
> > <ajf1111@xxxx>
> > > > wrote:
> > > > > I am drawing a blank at the moment :(
> > > > >
> > > > > what do you mean by Fixed Notation ?
> > > > >
> > > > > -------Original Message-------
> > > > >
> > > > > From: amibroker@xxxxxxxxxxxxxxx
> > > > > Date: Thursday, April 03, 2003 09:13:33
> > > > > To: amibroker@xxxxxxxxxxxxxxx
> > > > > Subject: [amibroker] AB's "param"
> > > > >
> > > > > I have a variable which stores AB's date format (1091231).
> > Param
> > > > > displays in scientific format; it's fine but a bit
difficult to
> > > > > see. Anyone know how to format it in fixed notation? TIA
> > > > >
> > > > >
> > > > > Yahoo! Groups Sponsor
> > > > > ADVERTISEMENT
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > 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 the Yahoo! Terms of
> > Service.
> > > >
> > > >
> > > >
> > > > 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 -----------------
----
> > ~-->
> > > DVD Rentals with No Late Fees - Try Netflix for FREE!
> > > http://us.click.yahoo.com/ZKLNcC/pEZFAA/i5gGAA/GHeqlB/TM
> > > ----------------------------------------------------------------
----
> > -~->
> > >
> > > 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/
> > >
> > >
> > > .
> > >
> > >
> > > 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 the Yahoo! Terms of
> > Service.
> > >
> > > Yahoo! Groups Sponsor
> > > ADVERTISEMENT
> > >
> > >
> > >
> > >
> > > 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 the Yahoo! Terms of
Service.
> >
> >
> >
> > 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 ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/i5gGAA/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/
|