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
MinMax_MA - indicatore per MetaTrader 5
- Visualizzazioni:
- 4128
- Valutazioni:
- Pubblicato:
- 2018.03.01 11:58
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The indicator draws a moving average line calculated based in the low and high prices over the given interval of bars.
Calculation formula
MinMaxMA[i] = (Min + Max)/2
where Min, Max are the lowest and the highest prices in the range between (i-Period + 1) and (i).
It has two parameters:
- Period - calculation period;
- Applied price - price used for calculations.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/19958
MACD_Signal_Divergence
The indicator searches for divergences and displays them on the chart of the signal line of the custom MACD indicator.
MACD_DivergenceThe indicator searches for divergences and displays them on the chart of the custom MACD indicator.
Other_Candles
The indicator draws candlesticks in a separate window in the form of a histogram from the zero line.
PatternsA set of thirty popular candlestick patterns.