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
- Visualizzazioni:
- 5943
- Valutazioni:
- Pubblicato:
- 2018.09.27 15:26
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The TriggerLines trend indicator draws two moving average lines colored in accordance with the trend direction:
- Up - green;
- Down - red.
The indicator has three input parameters:
- Period - calculation period (line 1);
- Smoothing - smoothing period (line 2);
- Applied price - price used for the calculation of the two lines.
Calculations:
WT = 6.0 * sum / K Signal = EMA(WT, Smoothing)
where:
sum = sum of (LV * Applied price) over the Period range LV = (Period+1)/3 K = Period * (Period+1)
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21698

Twiggs Money Flow is an indicator by Colin Twiggs, which uses Welles Wilder's Moving Average.

A signal indicator YABSI. It shows Buy and Sell labels on the price chart.

Damiani Volatmeter - trend/flat determining algorithm.

A channel filter indicator Darvas Box.