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

Zakryvator - MetaTrader 4 için Uzman Danışman

Görüntülemeler:
8899
Derecelendirme:
(21)
Yayınlandı:
2016.02.08 12:36
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The EA closes orders, opened in the terminal, when certain loss is reached by them in the account currency. Including the orders opened for all other pairs on which the adviser is not installed. It can be put on any currency pair and it will keep track of all open orders.

It is possible to vary the loss by the volume of the order. For example, by default the maximum loss equals 4 (min_001_002=4) for orders with the volume of 0,01-0,02 lots (if the account is in dollars, then $4), and equals 30 (min_from1=30) at order volumes greater than 1 lot.

Attention: possible slippage depending on the market conditions, as well as the broker!

Input Parameters:

  • min_001_002 — The maximum loss per orders with volumes starting from 0,01 (inclusive) to 0,02 lots (inclusive);
  • min_002_005 — The maximum loss per orders with volumes starting from 0,02 (inclusive) to 0,05 lots (inclusive);
  • min_005_01 — The maximum loss per orders with volumes starting from 0,05 (inclusive) to 0,1 lots (inclusive);
  • min_01_03 — The maximum loss per orders with volumes starting from 0,1 (inclusive) to 0,3 lots (inclusive);
  • min_03_05 — The maximum loss per orders with volumes starting from 0,3 (inclusive) to 0,5 lots (inclusive);
  • min_05_1 — The maximum loss per orders with volumes starting from 0,5 (inclusive) to 1 lot (inclusive);
  • min_from1 — The maximum loss per orders with volumes greater than 1 lot;

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

CM Open 2 Stop Orders CM Open 2 Stop Orders

Script for opening opposite stop orders at a specified time. Once one of them triggers, the other one is deleted.

F_RSI F_RSI

The RSI with dynamic levels.

Lossless MA Lossless MA

The EA opens trades at the intersection of the fast and the slow MAs. It has the function of outstaying the losses.

Quantum Quantum

One of the implementation variants of the Quantum trading system.