PureBytes Links
Trading Reference Links
|
Use this in the IB
Title = WriteVal( ROC( Close, 20 ), 1.2 ) + "%";
Cheers,
Graham
http://groups.msn.com/ASXShareTrading
http://groups.msn.com/FMSAustralia
-----Original Message-----
From: mrdavis9 [mailto:mrdavis9@xxxxxxxxxx]
Sent: Friday, 5 September 2003 3:17 PM
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=C;
WriteVal( ROC( Close, 20 ), 1.2 ) + "%";
==========================================================
Graph0=MA(C,10);
Graph1=MA(C,20);
WriteVal(MA(C,10) - MA(C,20));
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.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|