Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
NIRJEDA for Amibroker (AFL)
Just follow when the line is:
GREEN, start to BUY
RED, start to SELL
Screenshots
Similar Indicators / Formulas
Indicator / Formula
_SECTION_BEGIN("NirJeda"); MaxGraph = 10; //rumus R = ((HHV(H,14) - C) /(HHV (H,14) -LLV (L,14))) *-100; Period = 14; EMA1 = EMA(R,Period); EMA2 = EMA(EMA1,14); selisih = EMA1 - EMA2; nirjeda = EMA1 + selisih; PR = 0-abs(nirjeda); ratagerak = MA(PR,5); //warna naik = PR>=ratagerak AND PR>=Ref(PR,-1) ; turun = (PR < ratagerak) OR PR>= ratagerak AND PR< Ref(PR,-1) ; barcolor = IIf( turun,colorRed, IIf( naik, colorBrightGreen, 7)); Graph0 = PR; Graph1 = ratagerak; Graph0BarColor = ValueWhen( barcolor != 0, barcolor ); Title = Name() + " NirJeda = " + WriteVal(PR,1.2) + "%" + " RataGerak = " + WriteVal(ratagerak,1.2) + "%" ; Buy = Cross(R,nirjeda); Sell = Cross(nirjeda,R); Plot(R,"R",colorGold,styleDashed);
12 comments
Leave Comment
Please login here to leave a comment.
Back
EXCELLENT – 4 STAR FROM ME
Yess Sir…..EXCELLANT……….I m giving 5 star….!!!
*0 star see in spot nifty daily farm 24/9/2012 start red line mines sell to continu but today run spot nf 5738 high see u r result *h5. Your title here…
Very nice indicator!!!
Can someone put buy/sale arrow and exploration code to get the maximum juice for the layman like me……thanks in advance.
One of the best!!!
Please translate to English thanks
Dick
Works well with 9 period on 40 Point Range bars with Dow Jones Futures but with ‘R’ crossing ‘PR’ !!!!
This is the indonesian Language. Mr. Hoirman U can use Google translator for the same.
Extremist,
Thanks kindly for translating. I had on earthly idea of Language.
Interesting indicator but produces too many Buy Signals.
Dick
for all in the forum this indicator has basic calculations almost same as stochastics
only difference in line
As in stochastics we do it like
just for info. i have shared wht i know.
Stochastics has (LLVor other period not( LLV) and *100 and not *-100. But the result is almost the same. Also Stoch goes from 20 to 80 and this one goes from -100 to 0.
See my version :
So Nice And Usefull