Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Yayınlayan:
- Vladimir Karputov
- Görüntülemeler:
- 3512
- Derecelendirme:
- Yayınlandı:
- 2017.08.10 10:27
- Güncellendi:
- 2018.02.27 13:22
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Author of the idea — Evgeny.
MQL5 code author: Vladimir Karputov.
The EA trades in the specified time interval. It takes into account High and Low within a certain number of bars. The EA includes protection against the "not enough money" error.
High and Low are determined at the specified interval of bars. When the low value is broken down, a BUY position is opened. When the high value is broken up, a SELL position is opened.
Before opening BUY, all SELL trades are closed. Before opening SELL, all BUY trades are closed.
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/18333

The EA trades based on the Fractals indicator. Lot calculation: percentage of free margin.

The CandleRange indicator with the timeframe selection option available in the indicator input parameters.

The trading system is based on the PercentageCrossoverChannel_System indicator signals.

The PercentageCrossoverChannel_Cloud indicator with the timeframe selection option available in the indicator input parameters.