PureBytes Links
Trading Reference Links
|
Thanks, Graham, that Helps. The popup menu
only shows the two individual values of rsi, and not the difference. Being
a nontech user, I don't know if it is even possible to modify the popup menu to
display the difference. Even if the menu can be modified, I would
still like to have the difference value appear just to the left of the
vertical line. Ron D
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=gkavanagh@xxxxxxxxxxxxx
href="">Graham
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, September 06, 2003 3:10
AM
Subject: RE: [amibroker] relocate
WriteVal output
Just a suggestion, could you use the pop up box for this
purpose when youpace the cursor over the bar.Alternatively you could
try this, it won't show above the bar in question,but will enable you to
see the last value and the selected value of thedelta rsi in the second
rowDR = RSI(10) - RSI(15);Title="RSI 10-15 "+Date()+", "+
LastValue(DR) +"\n" + selectedvalue(DR);
Cheers,Graham<A
href="">http://groups.msn.com/ASXShareTrading<A
href="">http://groups.msn.com/FMSAustralia-----Original
Message-----From: mrdavis9 [mailto:mrdavis9@xxxxxxxxxx] Sent:
Saturday, 6 September 2003 3:52 PMTo: amibrokeryahoogroupsSubject:
[amibroker] relocate WriteVal outputIf it is possible, I would
like to have this title changed so that only thevalue of the
(difference of the two RSI's) is positioned just to the leftand very close
to the verticle line that is positioned over the candle datebeing focused
on. I want RSI 10-15 and the date to continue to be positionedin the upper
lefthand corner of the indicator window. Please don't directme to
the help files. Nothing comes up when you search for TITLE, and
Ichecked out every category in the contents that I thought might answer
myquestion. All help will be appreciated. Ron D
Title="RSI 10-15 "+Date()+WriteVal(RSI(10) - RSI(15)); Yahoo!
Groups SponsorADVERTISEMENTSend BUG REPORTS to <A
href="">bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
<A
href="">suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: <A
href="">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 Yahoo! Terms of Service.
------------------------ Yahoo! Groups Sponsor
---------------------~-->Buy Ink Cartridges or Refill Kits for Your HP,
Epson, Canon or LexmarkPrinter at Myinks.com. Free s/h on orders $50 or
more to the US & Canada. <A
href="">http://www.c1tracking.com/l.asp?cid=5511<A
href="">http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM---------------------------------------------------------------------~->Send
BUG REPORTS to <A
href="">bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
<A
href="">suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: <A
href="">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 <A
href="">http://docs.yahoo.com/info/terms/
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.
|