Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
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
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

Probe - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
3321
Derecelendirme:
(13)
Yayınlandı:
2018.12.18 19:18
Probe.mq5 (37.71 KB) görüntüle
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The author of the idea - Scriptor

mq5 code author - barabashkakvn

The EA works both on netting and hedging accounts. It works on every tick. In order to place pending orders (Buy stop and Sell stop), the EA analyzes iCCI indicator values on bars #0 and #1. 

When a trading signal is activated, the EA sets a pending stop order with the Lots volume at the "Indent from the price" distance from the current price. If Stop Loss is not equal to zero, it is set immediately.

What to do with pending orders that were not triggered? If the current price moves from a pending order at 1.5 * "Indent from the price", it is removed.

After a pending order is activated, a trailing may be applied to a position (unless Trailing Stop is equal to zero).

Sample test on EURUSD, M30:


MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/22471

Exp_Hans_Indicator_Cloud_System Exp_Hans_Indicator_Cloud_System

The trading system based on the signals of the Hans_Indicator_Cloud_System indicator

Exp_Hans_Indicator_Cloud_System_Tm_Plus Exp_Hans_Indicator_Cloud_System_Tm_Plus

The trading system based on Hans_Indicator_Cloud_System indicator signals with the possibility to set a fixed position holding time

Two PerBar Two PerBar

Simultaneous opening of two oppositely directed positions

RSI_Expert_v2.0 RSI_Expert_v2.0

Expert Advisor based on iRSI (RSI) and iMA (Moving Average, MA).