Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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

VR---STEALS - MetaTrader 5 için Uzman Danışman

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

Author of the ideaVladimir Pastushak

MQL5 code author: barabashkakvn

The EA works with positions of a symbol chart it is launched at. For example, if it is launched on USDJPY chart, the EA tracks all positions on USDJPY symbol. The unique EA identifier (magic) is not taken into account. Before any trading operation, the EA copies magic: thus, the position's magic does not change.

EA features

The EA tracks position's loss (control Stop Loss) and profit (control Take Profit), and can also apply trailing. The stop loss and take profit themselves are not set. Instead, the EA waits for a condition to close a position by market price when one of the stop levels is reached. During trailing, a stop loss level is set. To disable any parameter, set it to zero in the inputs.

For checking in the tester

If the EA is launched in the tester, an attempt is made in OnInit() to open a BUY position of 1.0 lot (without checking the result).

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

Smoothed_Momentum Smoothed_Momentum

Smoothed Momentum indicator

SuperTrend SuperTrend

SuperTrend indicator

Exp_XBullsBearsEyes_Vol_Direct Exp_XBullsBearsEyes_Vol_Direct

The trading system based on XBullsBearsEyes_Vol_Direct indicator signals

Exp_XBullsBearsEyes_Vol Exp_XBullsBearsEyes_Vol

The trading system based on XBullsBearsEyes_Vol indicator signals