PureBytes Links
Trading Reference Links
|
Hello,
If you read the manual indeed (especially Tutorial: Using
graph styles, colors, titles and parameters in Indicator
Builder
you would learn that WriteVal results must be assigned to
"Title" variable in Indicator Builder
so the output can appear in the title (caption) of chart
pane.
You would also learn that graph0.. is obsolete and you should
use Plot that automatically formats the title.
"straight" WriteVal() displays text in COMMENTARY and
INTERPRETATION windows.
If you opened Interpretation window (View->Interpretation)
you would see.
ALL tutorial articles are MUST-READ for every
AmiBroker user.
By reading them all you would save yourself hours
guessing,.
Best regards,Tomasz
Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
mrdavis9
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibrokeryahoogroups
Sent: Friday, September 05, 2003 9:17
AM
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 );
====================================================================<FONT
face=Arial size=2>
Graph0=C;<FONT face="Courier New" color=#0000ff
size=1>
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" color=#ff00ff
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(<FONT color=#0000ff
size=1>MA(C,<FONT color=#ff00ff
size=1>10)
- <FONT
color=#0000ff size=1>MA(C,<FONT
color=#ff00ff size=1>20));
Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend 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 <A
href="">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.
|