Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I put the JJMASeries.mqh in the respective folder " MetaTrader\experts\include\", but some indicators dont work (3c_JDemark_H.mq4; 3c_JMACD.mq4; J2JMA.mq4; JADX.mq4; JFatl.mq4)..
Do you know why?
Newdigital: Does anyone have the original JMA indicator ??? Because the one posted here is a clone and does not work properly. When you run 2 JMA of different periods, it starts out ok, then the 2 lines start coming together and get really messy, on the last 20-30 bars.
It JMA is a great MA when you compare it with any other MA's posted anywhere.
Newdigital: Does anyone have the original JMA indicator ??? Because the one posted here is a clone and does not work properly. When you run 2 JMA of different periods, it starts out ok, then the 2 lines start coming together and get really messy, on the last 20-30 bars.
It JMA is a great MA when you compare it with any other MA's posted anywhere.
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.
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").
I tried JMA moving average and it looked great but I think it's due to the fact that it changes according to future price movement?
Another lookback indicator does anyone else confirm this?
you are absolutely right camisa. JMA change. they look too perfect in hindsight..because they change their crossover points. i have seen some croassovers of 2 JMA's and couple of hours later...it showed as the crossovers never happened. forex is the easiet to trade in hindsight.
you are absolutely right camisa. JMA change. they look too perfect in hindsight..because they change their crossover points. i have seen some croassovers of 2 JMA's and couple of hours later...it showed as the crossovers never happened. forex is the easiet to trade in hindsight.
Newdigital: Okay thanks, I will try to down load. I really want to get to the bottom of this. I have been testing with the HMA, LSMA, JMA, & FX Fish. They all look fantastic, but if they all change colours of line/bars, then a regular EMA crossover would be better with a CCI zero line confirmation.
If there anyway to change the code in these indicators to not change the colour of line/bars anymore than lets say 2 bars back ??
The other one I have been testing is the Trend Manager, and its rock solid, it will not change colour once its painted in. But I would like to get one of these others working properly as an additional confirmation, if at all possible.