This is an indicator that exports the history from Metatrader 4 in a CSV file that can be read by Trading Solutions software.
Installation:
That means you need to install it in the experts folder. The indicator will write a CSV file in the folder...
This is the BPNN but this time we use Sinc wavelets as inputs. You need to use more sincpast bars than the ntr. Because the wavelets need some bars to calculate.
extern int SincPastBars =550; //Number of past bars. 0: all...
От 22 септември 2011
This is a BPNN with the extrapolator. Here I do not use linear extrapolation. We use 0 bars ahead of linear extrapolation and we plot the extrapolation from the BPNN. Well I just combine two things. However you...
От 22 септември 2011
No need to spend your time analyzing markets; this indicator does the work for you. Get precise, detailed trading recommendations to implement accurate, profitable trades. With a focus on effective...
No need to spend your time analyzing markets; this indicator does the work for you.Get precise, detailed trading recommendations to implement accurate, profitable trades.
От 22 септември 2011
This is a BPNN Predictor HP mod. This mod uses the values from the Hodrick-Prescott filter
nobs =1000; //Number of bars to process for filter evaluation
lambda=1600; //Higher lambda leads to the...
Brain Trend mod with the 3rd Generation Moving Average. Here the lenght is 70. You need to install the moving Average of 3rd generation from here 3rd Generation MA.
I am going to futher explore this concept together with the Elliotware...
Here I add the BPNN neural net using the Moving Averages of the 3rd generation.
You need to download the 3rd generation MA, it is free and no registration is necessary. It is based on the work of M. G....
This is the BPNN with SSA end - pointed. However maybe the use of the real SSA may be better (as ricmi prefers) even ifit repaints that would be not a problem because we want a prediction for the future and we do not care that the present may...
This is a hybrid indicator cpmbining cycle nalysis, jurik smoothing and Neural net prediction with back propagation.
This is for short term prediction. The Cycle period would analyse the cycle period and the jjma would smooth the data before...