Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Pearson correlation indicator - indicatore per MetaTrader 5
- Visualizzazioni:
- 23815
- Valutazioni:
- Pubblicato:
- 2012.05.30 15:05
- Aggiornato:
- 2016.11.22 07:32
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Pearson correlation indicator shows the correlation between symbols.
Input parameters:
- Symbol - Name of the second symbol, used for calculation of correlation;
- Period - Period;
- Price - Applied price;
- Min correlation - Gradient color for weak correlation;
- Max correlation - Gradient color for strong correlation.
Formula:
where:
- xi and yi - time series;
- n - number of data;
- σx and σy - standard deviations.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/897
Size Highs And Lows
The indicator shows the size of Highs and Lows and their values over the specified period.
IncGUI_ColorInputGraphic control for color selection.