PureBytes Links
Trading Reference Links
|
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 );
====================================================================<FONT
face=Arial size=2>
Graph0=C;
WriteVal( <FONT
face="Courier New" color=#0000ff size=1>ROC<FONT face="Courier New"
size=1>( Close, <FONT face="Courier New" color=#ff00ff
size=1>20 ), <FONT
face="Courier New" color=#ff00ff size=1>1.2<FONT face="Courier New"
size=1> ) + "%"<FONT
face="Courier New" size=1>;
<FONT face=Arial
size=2>==========================================================
Graph0=MA<FONT
size=1>(C,10<FONT
size=1>);
Graph1=MA<FONT
size=1>(C,<FONT face="Courier New" color=#ff00ff
size=1>20<FONT
size=1>);
WriteVal(MA<FONT
size=1>(C,10<FONT
size=1>) <FONT
size=1>- <FONT color=#0000ff
size=1>MA(C,<FONT color=#ff00ff
size=1>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.
|