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
Ang_Zad_C_Hist - indicatore per MetaTrader 5
- Visualizzazioni:
- 3118
- Valutazioni:
- Pubblicato:
- 2018.07.09 14:07
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Real author: ANG3110
A histogram based on the difference between the main and the signal lines of indicator Ang_Zad_C in the points of the price chart.
//+----------------------------------------------+ //| Indicator input parameters | //+----------------------------------------------+ input double ki=4.000001; // Indicator smoothing ratio input Applied_price_ IPC=PRICE_CLOSE_;//Price constant input int Shift=0; // Horizontal indicator shift in bars
Fig 1. Ang_Zad_C_Hist
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21153
Ang_Zad_C
A trend-following indicator of the main and signal lines, drawn as a color cloud.
AbsolutelyNoLagLwma_Digit_Cloud_HTFIndicator AbsolutelyNoLagLwma_Digit_Cloud with the timeframe selection option available in its input parameters.