Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
- Yayınlayan:
- Vladimir Karputov
- Görüntülemeler:
- 3905
- Derecelendirme:
- Yayınlandı:
- 2017.03.02 09:54
- Güncellendi:
- 2018.06.25 15:39
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
The EA places pending stop orders BUY_STOP and SELL_STOP.
Recommended timeframe — M15.
Author of the idea — Yuri, author of the MQL5 code — barabashkakvn.
Trading rules:
- Find the maximum price value in the interval between 14 and 16 hours terminal time and place a pending Buy stop order at this level. Find the minimum price value in the interval between 14 and 16 hours terminal time and place a pending Sell stop order at this level.
- The distance between the maximum and minimum should be no more than 50 points, otherwise the orders should not be placed.
- Take Profit is 30 points.
- Stop Loss is set at the price level of the opposite trade. Untriggered orders are deleted at the end of the day.
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/17250

The Expert Advisor places two pending orders (BuyStop and SellStop) with the specified expiration.

The Expert Advisor uses the values of two iMA (Moving Average, MA) indicators.

An example of working with the trading history on Hedge accounts — reconstruction of positions.

An example of an Expert Advisor with a Trailing Stop implementation.