Jurik - page 45

 

Log Sigmoidal Normalized Jurik MA - indicator for MetaTrader 5


In this indicator Jurik MA is sigmoidal (Softmax) normalized - made as oscillator that ranges in 0 to 1 range, and if you use hyperbolic normalization it will range from -1 to +1 range. That way it can help in assessing if the extreme (up or down) is reached.

 

BB stops JMA - multiple stops - indicator for MetaTrader 5

BB stops JMA - multiple stops - indicator for MetaTrader 5

BB stops JMA - multiple stops - indicator for MetaTrader 5

BB stops is using Bollinger bands as a criteria for determining if the trend is changing as well as determining the trend direction. The usual way how it finds out the stop lines is by calculating a risk based on deviation. But, in many cases, one single proposed stop line is not enough.

 

Hello:


I have a doubt regarding platform mql4 and all the smoothed indicators in NKLibrary. I seriously read all the blog 45 Pages and I never find what happened to me. In mql4 when I Checked the indicators it shows some errors. When I try to compile it said to me that the errors are in JJMA Series I need to erase all the dots (Not only From Text Below and for the rest of the archive) in order to get the indicators to work. Even though not all the indicators work.


double dJMA.f18[1],dJMA.f38[1],dJMA.fA8[1],dJMA.fC0[1],dJMA.fC8[1],dJMA.s8[1],dJMA.s18[1],dJMA.v1[1],dJMA.v2[1];
double dJMA.v3[1],dJMA.f90[1],dJMA.f78[1],dJMA.f88[1],dJMA.f98[1],dJMA.JMA[1],dJMA.list[1][128],dJMA.ring1[1][128];
double dJMA.ring2[1][11],dJMA.buffer[1][62],dJMA.mem1[1][8],dJMA.mem3[1][128],dJMA.RING1[1][128],dJMA.RING2[1][11];
double dJMA.LIST[1][128],dJMA.Kg[1],dJMA.Pf[1];


Have you seen this problem before. If I would't have done it I could´t see some indicators


I would appreciate any thoughts


Best REgards

 
Rodrigo Olivares:

Hello:

Have you seen this problem before. If I would't have done it I could´t see some indicators

I would appreciate any thoughts

Best REgards

That code is incomplete.

 
Rodrigo Olivares:

Hello:


I have a doubt regarding platform mql4 and all the smoothed indicators in NKLibrary. I seriously read all the blog 45 Pages and I never find what happened to me. In mql4 when I Checked the indicators it shows some errors. When I try to compile it said to me that the errors are in JJMA Series I need to erase all the dots (Not only From Text Below and for the rest of the archive) in order to get the indicators to work. Even though not all the indicators work.



Have you seen this problem before. If I would't have done it I could´t see some indicators


I would appreciate any thoughts


Best REgards

When mt4 was updated the NKLibrary include files needed to be updated too, but since most of these versions of Jurik repainted didn't see any use in updating them.

 
William Snyder:

When mt4 was updated the NKLibrary include files needed to be updated too, but since most of these versions of Jurik repainted didn't see any use in updating them.

How do you know if the code is repainting the algorithm, anyway is possible to use this indicators in real trading????
 
Rodrigo Olivares:
How do you know if the code is repainting the algorithm, anyway is possible to use this indicators in real trading????
When it comes to two color lines in metatrader 4 the rules is as simple as it gets : if the indicator is using just 2 drawing buffers for colors it is repainting. Period.
 
William Snyder:

This is a version of cci similar to Mark Jurik's Ccx. This version is using Adaptive Smoother, you can choose to use the histogram or not and a choice to use the Cci Ma or not. The histo colors are based on Cci zero as is the alerts.


Yes, your version works now with MT4 build 600++ (I just compiled with no error) - and with all kinds of alert.
Thanks, MrTools.

 

 
Sergey Golubev:

Yes, your version works now with MT4 build 600++ (I just compiled with no error) - and with all kinds of alert.
Thanks, MrTools.

 

cci adapt smth



This is a version more user friendly.

Files:
 
William Snyder:

Andreas those versions was using a repainting version of jurik, there is a non repainting jfatl speed slope type version here: https://www.mql5.com/en/forum/180648/page650 it doesn't require any include files to work.

Hi,I can't find the jfatl speed slope indicator,where is it?can you share me?Thanks!

Reason: