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

Aeron JJN Scalper EA - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
5225
Derecelendirme:
(17)
Yayınlandı:
2018.04.18 17:18
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: Hemant Agarwal, the MQ5 code author: barabashkakvn.

The Expert Advisor places pending Buy Stop and Sell Stop orders.

The EA searches through an array of the last 100 bars for the prices to be used for pending orders. The price of the placed order is calculated taking into account the minimum allowed distance for that symbol (SYMBOL_TRADE_STOPS_LEVEL).


Input Parameters

  • Lots - the volume for pending orders
  • Trailing Stop (in pips) - trailing value
  • Trailing Step (in pips) - trailing step value
  • Reset time (minutes) - pending order lifetime in minutes;
  • Doji diff 1 - minimum size of bar #1;
  • Doji diff 2 - minimum size of the bar following bar #1;
  • magic number - unique identifier for the EA.

Symbol USDJPY, H1:

Aeron JJN Scalper EA

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

Trend RDS Trend RDS

Trend detection based on the last three bars.

Days of the week Days of the week

A histogram of the days of the week.

Parabolic_TrailingStop Parabolic_TrailingStop

A utility for applying trailing stop based on the "Parabolic SAR" indicator.

DayTime DayTime

An arrow indicator, which compares the daily open price with the close price of an hour.