Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Görüntülemeler:
- 3621
- Derecelendirme:
- Yayınlandı:
- 2017.05.29 13:57
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
The library description format is taken from an articles to the standard math. library, which is compatible with this library.
MathCorrelationPearson
The function calculates the Pearson correlation coefficients for each point of the original series, while making appropriate comparisons with the given Pattern.
bool MathCorrelationPearson( const double &Signal[], // [in] An array for comparing with the pattern const double &Pattern[], // [in] Pattern for calculating the Pearson coefficient double &Corr[] ); // [out] An array with the values of Pearson coefficients
Table of correspondence to the statistical functions in R
No. | Calculated value | MQL5 Function | R Function |
---|---|---|---|
1 | Calculates an array of Pearson correlation coefficient. | bool MathCorrelationPearson( const double &Signal[], const double &Pattern[], double &Corr[] ); | - |
An example of operation and and performance measurement in comparison with alternative implementations is available in Scripts\fxsaber\Math\TestStatBenchmark.mq5.
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/17982

A script for placing two Buy and Sell Stop orders at an equal distance.

A script for placing two Buy and Sell Limit orders at an equal distance.

A list of all positions. An example of working with CPositionInfo.

Trades based on the previous candlestick.