| 
 PureBytes Links 
Trading Reference Links 
 | 
Donīt be that pessimistic, it is not the end of the world !!
a. Both formulas work in Commentary window 
b. for your indicator builder application, just add Title=
Graph0=C;
Title=WriteVal( ROC( Close, 20 ), 1.2 ) + "%"; 
and you will see the Writeval working !!
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "mrdavis9" <mrdavis9@xxxx> wrote:
> 
> 
> 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 ---------------------~-->
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/ 
 
 |