Quote:
|
Originally Posted by forexpipmaster
NewDigital: The link for the JMA is the same one I have(that does not work properly)and the othe rlink for the JJMA series wont compile because of error.
Maybe you can have a look at them. Someone must have the original to have gotten the code to write the JMA you have here, thats what I would like to get my hands on, but I dont want to pay $250.00 for it either if possible. It is probably the best MA I have ever seen, and very smoothe.
|
I compilled it right now from
here. It works. Place JJMASeries.mqh file to your experts\include\ folder and do not compile it. Then place indicators from jurik_set.zip in indicator's folder and compile.
JJMA.mql4 indicator having the following settings:
Length = 5; // depth of smoothing
Phase = 5; // parameter changing in the range from -100 to +100, affecting on the quality of transient process;
Shift = 0; // it is shift of the indicator;
Input_Price_Customs = 0;//Selection of the price for the calculation of the indicator: (0 - "Close", 1 - "Open", 2 - "(High+Low)/2", 3 - "High", 4 - "Low", 5 - "Heiken Ashi Close", 6 - "(Open+Close)/2").