Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 3675
- Valutazioni:
- Pubblicato:
- 2018.06.18 16:25
- Aggiornato:
- 2018.10.09 11:08
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The indicator displays in a separate window the slow stochastic line, a signal line plotted by the slow line smoothing method, and a histogram showing the difference between the slow line and the signal line.
It has five input parameters:
- %K period - stochastic K line calculation period;
- %D period - stochastic D line calculation period;
- Slowing - slowing period;
- Method - stochastic calculation method;
- Price field - stochastic calculation price.
Calculations:
K = Stochastic D - 50.0
D = SMA(K, %D Period)
Histogram = K - D
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20928

Weight Volume Move-Adjusted Moving Average.

Indicator Wiseman with the timeframe selection option in its input parameters.

Smart Money Pressure Oscillator

Semaphore signal indicator SilverTrend with the NRTR line of possible stop order locations.