I am trying to shorten some of the text in a title and do not know if what I wish to do is possible or if I must resort to hard coded Writeif and writeval statements.
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g Vol " +WriteVal( V, 1.0 ) + " {{VALUES}}", O, H, L, C ));
1. How do I erase the moving average, bollinger band, etc title components since I want to shorten them?
2. Can I read the moving average period from the parameters to say
something like "MA" + writeval(ParamRead("MA","Periods")....
I want MA(Close,8) = 42.042999 to become
MA8 = 42.04
Hints or a documentation reference would be appreciated if title line above can be modified, else I'll just code writeif and writeval to get something less flexible.
Robert
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
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.
