Rejoignez notre page de fans
- Publié par:
- Vladimir Karputov
- Vues:
- 6813
- Note:
- Publié:
- 2018.04.18 16:17
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The author of the idea: Scriptor, the author of the MQL5 code: barabashkakvn.
The indicator shows the so-called safe zone, which is calculated using the High, Low and Close prices, and the Moving Average indicator.
It is recommended to perform trades when the indicator is positioned horizontally:
- If the price is above the horizontal segment of the indicator, open a BUY position;
- If the price is below the horizontal segment of the indicator, open a SELL position.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20009

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into account, i.e. whether it is netting or hedging.

The Expert Advisor works based on the iChaikin (Chaikin Oscillator) and iMA (Moving Average, MA) indicators.

The Expert Advisor uses three iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD)

Bollinger Bands in the form of an oscillator.