Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Juriks Trading Signals for Amibroker (AFL)
ecki
over 11 years ago
Amibroker (AFL)

Rating:
5 / 5 (Votes 1)
Tags:
trading system, amibroker, Jurik

Buy and sell signals using Juriks RMX and Juriks DMX (Jurik Tools needed)

Similar Indicators / Formulas

EMA crossover
Submitted by Ketan-0 about 13 years ago
Kase Peak Osc. V2 batu
Submitted by batu1453 almost 10 years ago
Kase CD V2batu
Submitted by batu1453 almost 10 years ago
Ichimoku
Submitted by prashantrdx almost 10 years ago
Adaptive Price Zone (APZ)
Submitted by AndrewThomas about 13 years ago
LANDIS Modified
Submitted by isfandi about 13 years ago

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("JRSX");
//SetBarsRequired(10000, 0);  


Length=Param( "Length ", 14, 0, 100);

Plot( JurikRSX( C,8), "", IIf(JurikRSX( C,8) > Ref(JurikRSX( C,8),-1),colorBrightGreen,colorRed), styleThick);
Plot( JurikRSX( C,9), "", IIf(JurikRSX( C,9) > Ref(JurikRSX( C,9),-1),colorBrightGreen,colorRed), styleThick);

Plot( JurikRSX( C,10), "", colorBlue, styleDashed);

_SECTION_BEGIN("JDMXall");
//SetBarsRequired(10000, 0); 

PosQty = 100; // You can define here how many open positions you want
SetOption("MaxOpenPositions", PosQty );
PositionSize = -100/PosQty; // invest 100% of portfolio equity divided by max. position count



Col_adx = IIf(JurikDMX( 20) < Ref(JurikDMX( 20),-1),colorOrange,colorBlue);
Col_jrsi = IIf(JurikRSX( C,9) > Ref(JurikRSX( C,9),-1),colorBrightGreen,colorRed);
Buy = Col_adx == colorBlue AND Col_jrsi == colorBrightGreen;
Sell = Col_adx == colorOrange AND Col_jrsi == colorRed;

PlotShapes(shapeSmallUpTriangle*Buy,colorBlue);
PlotShapes(shapeSmallDownTriangle*Sell,colorYellow);

_SECTION_END();

8 comments

1. johnnypareek

Need dll files. If anyone have please share.

2. gopal

Yes. Can anyone share Jurik dll with respect to the above submitted AFL.Request author to paste the chart for this indicator AFL.

3. administrator

@gopal Jurik is a paid plugin and cannot be posted on this site.

4. johnnypareek

Hmm, Yes It can’t be share here. but, ??? johnnypareek at yahoo.com :) If anyone help, will highly obliged an keep him/her on my mind.

johnny

5. apu21

Please give the dll file in my mail…….. apusaha212(at)gmail . com. please help.
Many Many thnaks in advance…

6. viclaudio

Please give the dll file in my mail too…….. bastaromeo(at)yahoo . com. please help.
Many Many thnaks in advance…

7. Janusz

Please give the dll file in my mail…….. fjanusz@gmail . com. please help.
Many Many thnaks in advance…

8. Krishnendu

please kindly share the jurik dll for amibroker biz.krishnendu@gmail.com

Leave Comment

Please login here to leave a comment.

Back