[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] formatting exploration output, TJ



PureBytes Links

Trading Reference Links

Sid,

The format parameter is for the output of numbers and decimal places in
the AddColumn() function, I do not think it is supported in the
AddTextColumn() function.

Anthony

Sidney Kaiser wrote:

>  William, this is the sort of display I am looking for...thanks, I am
> working on it now.
>
> The next question, there is always a next ? :).  I have tried the
> format
> parameter in the addtextcolumn command but it seems to have no effect
> on
> spacing or column width.  I need to specify column width for
> readability.
>
> Is this a question for TJ or does someone know how to use this
> parameter?
>
> Cheers
> Sid
>
>
> At 08:18 AM 02/08/2003 -0800, you wrote:
>
> >Sid,
> >
> >This will leave you with some white space but it seems from your post
> that
> >you dont mind that.
> >You might get some ideas from it anyway.
> >
> >test1 = WriteIf( Cross(70,RSI(12)), "RSI < 70 Sell", "");
> >test2 = WriteIf( Cross( Signal(), MACD() ), "MACD Signal", "");
> >
> >Filter = Cross(70,RSI(12)) OR Cross( Signal(), MACD() );
> >
> >AddTextColumn(test1,"RSI < 70 Sell");
> >AddTextColumn(test2,"MACD Signal");
> >
> >Regards,
> >William
>
>                    Yahoo! Groups Sponsor
                        ADVERTISEMENT


>
> 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.
>
>    ----------------------------------------------------------------
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.449 / Virus Database: 251 - Release Date: 01/27/2003
>


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/