[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] How to write value of indicator in intrepretation section



PureBytes Links

Trading Reference Links




<SPAN 
class=130144004-14042003>Mayoor,
use 
the title() function with writeval()
<SPAN 
class=130144004-14042003> 
<SPAN 
class=130144004-14042003>title="sma(12) =  " 
+writeval(sma(12));
<SPAN 
class=130144004-14042003> 
string 
the text together with "  "     add the calue with + 
and writeval 
 Jayson 
<FONT face=Tahoma 
size=2>-----Original Message-----From: mayoor_vaghela 
[mailto:mayoor_vaghela@xxxxxxxxx]Sent: Monday, April 14, 2003 12:20 
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] How to 
write value of indicator in intrepretation sectionI 
have created simple moving average line for differenct period as new 
indicator and it works nicely. but I want to write value of each SMA for its 
day. i.e. if SMA is for 12 days than I want to appeared it in intrepreation 
seciton as SMA(12)= value. At present I got value but not the period in 
intrepretatio section.I have write down as follows :range = Prefs( 3 
);_N( ranstr = "("+WriteVal( range, 1.0 )+")" );Plot( SMA1=MA(C,20), 
"SMA1"+ranstr, -8 );Plot( SMA2=MA(C,50), "SMA2"+ranstr, -9 );Please 
guide me.mayoorSend 
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












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.