Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Important_Extremums - indicatore per MetaTrader 5
- Visualizzazioni:
- 4315
- Valutazioni:
- Pubblicato:
- 2018.06.06 14:24
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The indicator displays "important" extremum points on the price chart.
It has one input parameter:
- Period - indicator calculation period.
Calculation:
If High[i-1] >= MaxHigh and High[i-1] > High[i] - it is the upper extremum If Low[i-1] <= MinLow and Low[i-1]<Low[i] - it is the lower extremum
where
MaxHigh, MinLow - the highest and the lowest prices in the range from (i-Period-1) to (i-2)
Fig.1. Timeframe H1
Fig.2. Timeframe H4
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20445
Donchain counter
A trading system based on the Donchian Channel indicator.
ILRS_MAIntegral of Linear Regression Slope (ILRS MA).
JSmooth_MA
A Moving Average with the smoothing type by Mark Jurik.
Performance_IndexThe Performance Index indicator.