Skip to main content

Juriks Trading Signals for Amibroker (AFL)

ecki over 13 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)

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

2. gopal
over 13 years ago

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

over 13 years ago

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
over 13 years ago

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

over 13 years ago

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

7. Janusz
almost 5 years ago

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

about 3 years ago

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

Leave Comment

Please login here to leave a comment.