Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 10957
- Valutazioni:
- Pubblicato:
- 2017.03.22 16:06
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Real author: BECEMAL
A simple oscillator that uses the difference between candlestick open and close prices. The indicator is similar to RSI and DeMarker, but is more sensitive. Should be used similarly.
This indicator was first implemented in MQL4 and published in the CodeBase on 26.07.2010.
Fig1. The STD indicator
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/17579

Keltner Channel built relative to the average value of the OsMACandle oscillator as a sequence of candlesticks

An example of using HistorySelectByPosition (based on the HistoryDealGetTicket use example).