PureBytes Links
Trading Reference Links
|
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
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/
---
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
|