Page 1 of 3

JMA and JurX smooth algorithm

PostPosted: Mon Nov 07, 2011 4:59 pm
by Nikolay.Gekht
These two indicators are ports of JJMA and JurX smoothing methods from NK (Nikolay Kositsin's) library for MT4's. The original algorithms were developed by Jurik Research's.

shot.PNG


The Nikolay Kositsin's article which describes usage of these algorithms can be found here:
Effective Averaging Algorithms with Minimal Lag: Use in Indicators

Download:
DLL
jmalua.dll
(13 KiB) Downloaded 2056 times

JRX indicator
jrx.lua
(2.25 KiB) Downloaded 1854 times

JMA indicator
jma.lua
(2.35 KiB) Downloaded 1936 times


How to install:

1) Save jmalua.dll file to the Trading Station folder:
* for production version: C:\Program Files\CandleWorks\FXTS2
* for beta version: C:\Program Files\CandleWorks\FXTS2.Dev
* on 64-bit version of Windows use C:\Program Files (x64)\CandleWorks\FXTS2 and C:\Program Files (x64)\CandleWorks\FXTS2.Dev
* for using indicators in Indicore SDK save dll to C:\Gehtsoft\IndicoreSDK folder too.

2) Install jrx.lua and jma.lua custom indicators.

Download Source Code of DLL:
cppsrc.zip
(9.61 KiB) Downloaded 1504 times


To build the source code you need:
* Microsoft Visual C++ 2005 or newer
* The latest version of Indicore Integration SDK installed
* The environment variables (bin, include, lib) of MSVC set properly.
* You do NOT need to build code in order to use the indicator. The build version of DLL can be downloaded above in this post.

Note: At the moment of the post publication, these indicators can be used with the current BETA version only. DO NOT use it on the current production version!

JJRSX

PostPosted: Mon Nov 07, 2011 5:31 pm
by Nikolay.Gekht
The NK's article referenced above also demonstrates JJRSX indicator which uses both, JMA and JRX smoothing:

jjrsx.PNG


Here is the port of JJRSX indicator to Marketscope.

jjrsx.lua
(3.73 KiB) Downloaded 1538 times


Please note that dll and both indicators from the first post must also be installed.

Re: JMA and JurX smooth algorithm

PostPosted: Tue Nov 08, 2011 1:02 pm
by fx_wannabe
Hi Nikolay,

Just downloaded the file and installed them!
WOW!
All I can say is WOW!
Don't know what else to say, except WOW!

I cannot tell you how happy I am at this moment. :D

:?: I would like to ask how long it will take to create the 3C_JJRSX1 indicator. Link here:
http://articles.mql4.com/425

Its the last indicator I looking to get done.
My trading account is 'Live' and fully funded, just waiting on this indicator, and then chocks away...

I cannot thank you enough, I am forever grateful. :D
fx_wannabe

Re: JMA and JurX smooth algorithm

PostPosted: Tue Nov 08, 2011 3:03 pm
by Nikolay.Gekht
You are welcome :-)

3C_JJRSX1 is a colorizer over JJRSX so somebody of my guys will do it this week.

Re: JMA and JurX smooth algorithm

PostPosted: Wed Nov 09, 2011 10:00 am
by Apprentice
Coloring to JJRSX added.
jjrsx.lua
(4 KiB) Downloaded 1367 times

Re: JMA and JurX smooth algorithm

PostPosted: Thu Nov 10, 2011 5:29 am
by fx_wannabe
Hi Apprentice,

I really love this indicator :D , may I ask if a colour-change histogram bars could be added so this indicator resembles the original 3C_JJRSX1 indicator??

Many - MANY - thank-you's.

fx_wannabe

Re: JMA and JurX smooth algorithm

PostPosted: Thu Nov 10, 2011 5:06 pm
by Apprentice
Bar Option Added.
jjrsx.lua
(4 KiB) Downloaded 1426 times

Re: JMA and JurX smooth algorithm

PostPosted: Wed Nov 16, 2011 2:41 pm
by fx_wannabe
UPDATED:

Hello Apprentice,

May I request a strategy based upon the indicator "JJRSX" (LINE version, not bar) with the following parameters/rules to be applied:

Parameters to be added (In addition to the regular stratagy parameters):
-Allow strategy to trade?
-Allow Long/Short/Both positions?
-Colour change trading\Zero Line Crossover trading?

Trading Rule:
-As the Line colour changes, from long to short (Green to Red), the long position is closed and a short position is opened; closing the previous position in the process.
-If the line crosses from bottom to top of the zero-line, a short position is closed and a long position is opened; closing the previous position in the process.

I hope that is clear.

This is one of the most profitable indicators I have come-across. However, I cannot sit at my computer 24 Hours a day and having a strategy would benefit me greatly.

Your knowledge and help has been greatly appreciated.
fx_wannabe

Re: JMA and JurX smooth algorithm

PostPosted: Wed Nov 16, 2011 2:47 pm
by Apprentice
Your request is added to the development queue.

Re: JMA and JurX smooth algorithm

PostPosted: Mon Nov 21, 2011 11:10 am
by fx_wannabe
Hello Apprentice,

I know it's not been a week since I requested a strategy for "JJRSX" (Line version), but could you tell me where I am in the queue?

This is the last piece of the puzzle I am looking for, the indicator is absolutely perfect - it works exactly as planned. The updated strategy request is here:
http://www.fxcodebase.com/code/viewtopic.php?f=30&t=7895#p17998

:?: Are writing strategies easier once you've written the indicator?

Many thank you's. :D ;)
fx_wannabe