Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 10884
- Note:
- Publié:
- 2017.03.22 16:06
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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
Traduit du russe par MetaQuotes Ltd.
Code original : 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).