0
(0)
नाम:
Extrapolator [ आरयू ]
लेखक: gpwr (2008.12.25 08:18)
रेटिंग: 9.5
डाउनलोड: 14839
डाउनलोड करना:
Extrapolator 1
Extrapolator.mq4 (14.7 केबी) देखना

विवरण:

The indicator is based on several methods that can be chosen by the Method input variable:

तरीका 1: Fourier's extrapolation; the frequencies are calculated using the Quinn-Fernandes Algorithm

तरीका 2: Autocorrelation Method

तरीका 3: Weighted Burg Method

तरीका 4: Burg Method with Helme-Nikias weighting function

तरीका 5: Itakura-Saito (geometric) तरीका

तरीका 6: Modified covariance method

Methods 2-6 are the methods of linear prediction. The linear prediction is based on finding the future values as the linear functions of the past values. Assume that we have a number of prices x[0]..एक्स[n-1] where the higher index is compliant with the recent price. The prediction of the future price x[एन] is calculated as

एक्स[एन] = -Sum(ए[मैं]*एक्स[n-i], i=1..p)

where a[i=1..p] - coefficients of the model, पी - order of the model. The listed methods 2-6 find the coefficients a[] by decreasing the mean-root-square error on the training last n-p bars. बिल्कुल, we can reach the zero error of prediction if we directly solve the set of equations mentioned above with n=2*p by the Levinson-Durbin method. Such method of prediction is called Prony Method. Its disadvantage is the instability during the prediction of the future values of the series. That's way this method has not been included.

The other input parameters are:

LastBar - the number of the last bar in the past data

PastBars - the number of past bars used for the prediction of the future values

LPOrder - the order of the linear model as a fraction from the number of the past bars (0..1)

FutBars - the number of future bars in the prediction

HarmNo - the maximum number of frequencies for the Method 1 (0 means all frequencies)

FreqTOL - the imprecision of the frequeincies calculation for the Method 1 (if it is >0.001 it can't converge)

BurgWin - the number of the weighting function for the Method 2 (0=Rectangular 1=Hamming 2=Parabolic)

सूचक दो रेखाएँ खींचता है: the blue line shows the prices of the model on the training bars, the red line shows the predicted future prices.

उदाहरण:

तरीका 1 (the extrapolation of Fourier series)

Extrapolator 2

तरीका 3 (Burg's method)

Extrapolator 3

तरीका 6 (Modified Covariance Method)

Extrapolator 4

Petition:

If somebody will be successful in developing a profitable EA based on this indicator I ask to share his/her ideas via the e-mail specified inside the code.

ये पोस्ट कितनी उपयोगी थी?

इसे रेट करने के लिए किसी स्टार पर क्लिक करें!

औसत श्रेणी 0 / 5. वोटों की गिनती: 0

अभी तक कोई वोट नहीं! इस पोस्ट को रेट करने वाले पहले व्यक्ति बनें.

हमें खेद है कि यह पोस्ट आपके लिए उपयोगी नहीं रही!

आइए इस पोस्ट को बेहतर बनाएं!

हमें बताएं कि हम इस पोस्ट को कैसे बेहतर बना सकते हैं?



लेखक: विदेशी मुद्रा विकी टीम
हम अत्यधिक अनुभवी विदेशी मुद्रा व्यापारियों की एक टीम हैं [2000-2023] जो अपनी शर्तों पर जीवन जीने के लिए समर्पित हैं. हमारा प्राथमिक उद्देश्य वित्तीय स्वतंत्रता और स्वतंत्रता प्राप्त करना है, और हमने स्व-शिक्षा का अनुसरण किया है और एक स्व-टिकाऊ जीवन शैली प्राप्त करने के हमारे साधन के रूप में विदेशी मुद्रा बाजार में व्यापक अनुभव प्राप्त किया है।.