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
Volatility_Arbitrage - indicatore per MetaTrader 5
- Visualizzazioni:
- 5492
- Valutazioni:
- Pubblicato:
- 2018.09.27 16:13
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The Volatility Arbitrage oscillator displays the price rate of change chart and the corridor of the standard deviation of the rate.
Breakdown of the corridor edges indicates an increase in volatility.
There are four input parameters:
- ROC period - period for calculating the price rate of change
- Deviation period - deviation calculation period
- Deviation multiplier - the width of the deviation channel
- Applied price
Calculation:
ROC = 100.0*(Applied price / Applied price[ROC period] - 1.0)
Top = Dev * Deviation multiplier Bottom =-Top
where:
Dev = StdDev(ROC, Deviation period, MODE_SMA)
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21857
Valid_Swing_HighLow
The Valid Swing HighLow indicator
Trendless_OSThe Trendless OS DiNapoli indicator
WPVH
The Wyckoff PV Histogram indicator
RSI_Histogram_Vol_HTFThe RSI_Histogram_Vol indicator with the ability to change the timeframe using input parameters.