| 
 PureBytes Links 
Trading Reference Links 
 | 
Er….don’t you have to use WriteVal   
WITHIN    a Title statement????    or else in an Interpretation or commentary
window???
 
Ken
 
-----Original Message-----
From: mrdavis9
[mailto:mrdavis9@xxxxxxxxxx] 
Sent: Friday, September 05, 2003
3:17 AM
To: amibrokeryahoogroups
Subject: [amibroker] WriteVal
doesn't work
 
 
I
have developed the need to start using WriteVal.   Below, I have
copied what the user manuel says about WriteVal.   I pasted into
indicator builder  the examples identified below by the number 1. and
number 2.   Below the user manuel instructions, I have pasted only
two of the many examples that I tried, but I could never get any values to
appear in the indicator window.  All help will be appreciated.  Ron D
1.
Simple use (no custom format) 
WriteVal( stoch(39) - stoch(12) ); 
2.
Display rate of change with 2 decimal digits and % appened at the end 
WriteVal( ROC( Close, 20 ), 1.2 ) + "%"; 
3.
Display date/time according to regional settings 
WriteVal( DateTime(), formatDateTime ); 
====================================================================
Graph0<span
>=C;
WriteVal<font size=1
face="Courier New">( <font
color=blue>ROC( <span
>Close, <span
>20 ), <span
>1.2 ) + <span
>"%"; 
==========================================================
Graph0<font
size=1>=MA(<span
>C,<span
>10);
Graph1=MA(<span
>C,<font size=1 color=fuchsia
face="Courier New">2<span
>0<span
>);
WriteVal(<font
color=blue>MA(C,10)<font
size=1 face="Courier New">
-<font
size=1 face="Courier New">
MA<font
size=1>(C,<font
color=fuchsia>20)); 
<font size=2
face="Courier New">Send BUG REPORTS to
bugs@xxxxxxxxxxxxx<span
>
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">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@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 the Yahoo! Terms of Service.
 
 |