PureBytes Links
Trading Reference Links
|
Exactly !
I suppose you run the
AddToComposite(1,"~COUNT","V");
together and then, in IB
os= Foreign("~rsiosi","V");
ob=Foreign("~rsiobi","V");
C1=Foreign("~COUNT","V");
Oo=C1-(Os+Ob);
os1=100*os/(os+ob+oo);
ob1=100*ob/(os+ob+oo);
oo1=100*oo/(os+ob+oo);
Graph0 =os1;
Graph1=ob1;
Graph2=oo1;
Graph2Style=1;
Title="Rsi OSI = "+
WriteVal(LastValue(os1), format=1.0 )+"%"
+", Rsi OBI= "+WriteVal(LastValue(ob1),format=1.0 )+"%"
+", Rsimedium= "+WriteVal(LastValue(oo1),format=1.0)+"%";
Graph0Color=4;
Graph1Color=5;
Graph2BarColor=7;
Sorry for the old fashion AFL style, I just pasted my code. It works !
DT
--- In amibroker@xxxxxxxxxxxxxxx, "steve_almond" <steve_almond@xxxx>
wrote:
> Dimitris,
>
> What is the third curve (yellow) in the top graph? Rsimedium?
>
> Steve
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Dimitris Tsokakis"
<TSOKAKIS@xxxx>
> wrote:
> >
> > ----- Original Message -----
> > From: Dimitris Tsokakis
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Tuesday, March 25, 2003 1:36 PM
> > Subject: 6 valuable Sell The Market signals
> >
> >
> > The RSIobi, RSI overbought N100 issues never exceeded 50 the last
> years.
> > Enjoy the last 6 Sell signals.
> > The March24 peak was dramatic : The RSIobi dropped from 48.5 to
> 5.9 !!!
> > Dimitris Tsokakis
> > Reference:
> > http://www.amibroker.com/library/detail.php?id=179
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/46VHAA/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/
|