-------------- Original message --------------
From: Graham <[EMAIL PROTECTED]>
Ok, sorry I missed that, never needed to use the EnableTextOutput
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 3/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:Graham,That won't work when using the EnableTextOutput(False) function. That is required to prevent extraneous title and other string variables from displaying.If you don't use a Printf function, you don't get any output. If you do use the printf function wrapped around your code, you get errors.I think your code will work fine in a commentary window, though.Regards,Dan.-------------- Original message --------------
From: Graham < [EMAIL PROTECTED]>
A simple to save a bit of coding unless really needed
You can write to the interpretation window without the printfyou can also include a blank line just using"";no need for \n in that blank lineprintf( "FOR: " + Date()+ " "
+ "\n"
+ "\n"
+ "Close: " + WriteVal (C, 2.2)
should be able to be written as"FOR: " + Date()+ " "
+ ""
+ ""
+ "Close: " + WriteVal (C, 2.2)
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 3/3/06, Dan Clark < [EMAIL PROTECTED]> wrote:Jason,
I'm not sure what you are asking. Please explain further.
Regarding potential, I think it has lots of potential too. But I'm just learning how to use it.
Regards,
Dan.
From: [email protected] [mailto:[email protected]] On Behalf Of Jason Hart
Sent: Friday, March 03, 2006 6:07 AM
To: [email protected]
Subject: Re: [amibroker] Interpretation Window Plus Auto-Hide
Dan,
Did you program the text to read the way it does or is that the default setting? I never use the text box but it looks like there is a lot of potential there that I have been ignoring.
Jason
Dan Clark < [EMAIL PROTECTED]> wrote:I've always thought that the Interpretation Window or Commentary Window had potential. But they had two problems IMO. First, they took up too much room and I had to move them around to get them out of the way when I was through with them. Second, I kept seeing Titles and other strings appear in the Interpretation window when I tried to use it. It was very messy.
Then Tomasz introduced the Auto-Hide option for tabs, including the Interpretation window. Problem one solved!
And, while at the Houston conference, Tomasz mentioned that the EnableTextOutput(FALSE) function cleans up unwanted titles and strings from the Interpretation window. Problem two solved!
Now I can get detailed chart interpretation and information (like fundamental information) in the Interpretation window. Then it auto-hides itself after a few seconds. Detailed info + great screen utilization!
Attached is a screen shot of my Interpretation window (still a work in progress).
<<...>>
Regards,
Dan.
p.s. Most of the original code was provided by NWTrader for the Commentary window. I've just modified it for the Interpretation window and extended from there.
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.htmlSPONSORED LINKS
Investment management software Real estate investment software Investment property software Software support Real estate investment analysis software Investment software
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
Investment management software Real estate investment software Investment property software Software support Real estate investment analysis software Investment software
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
| Investment management software | Real estate investment software | Investment property software |
| Software support | Real estate investment analysis software | Investment software |
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
