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:
- 4328
- Valutazioni:
- Pubblicato:
- 2018.04.18 17:23
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
A trend state indicator. It is a signal modification of the trend indicator of the same name.
It has only one input parameter:
- Period - indicator calculation period.
The indicator displays color marks on a chart indicating the trend state. Six types of marks are possible:
- Strongly up - a strong uptrend;
- Up - an uptrend;
- Uncertainly up - an uncertain uptrend (rollback/consolidation after an uptrend);
- Strongly down - a strong downtrend;
- Down - a downtrend;
- Uncertainly down - an uncertain downtrend (rollback/consolidation after an uptrend).
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20219

The indicator displays the ratio of two LSMAs.

Linear regression line (LSMA) - a moving average calculated by the linear regression method.

A signal indicator for opening/closing positions.

Stochastic on the price chart.