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

Market Capture - MetaTrader 5 için Uzman Danışman

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

Idea by: alex

MQL5 code author: barabashkakvn

Attention: The Expert Advisor is designed for testing in the MetaTrader 5 terminal, not for real trading!


Strategy

  • At the zero bar, it opens SELL #1 at a market price.
  • If the price moves up, it opens a market position BUY #1 at a grid step distance from SELL #1.
  • If the price moves higher, it opens a market position BUY #2 at a grid step distance from the previous BUY #1 position.
  • If the price moves down below the BUY # position level, it opens SELL #2 at a grid step distance, and so on. A similar sequence applies for a downward movement.


Input Parameters

  • Buy trading: true = enabled, false = disabled;
  • Sell trading: true = enabled, false = disabled;
  • Whether to use the function of closing by equity: true, false;
  • Whether to close by equity in drawdown: true, false;
  • Position volume;
  • Take Profit;
  • Distance between positions (minimum);
  • Equity increase percent to close loss-making positions;
  • Equity fall percent to close loss-making positions;
  • Number of loss-making positions to close upon equity growth;
  • Number of loss-making positions to close upon equity fall.

Market Capture 8 2

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

RSI_Histogram_Vol_HTF RSI_Histogram_Vol_HTF

The RSI_Histogram_Vol indicator with the ability to change the timeframe using input parameters.

WPVH WPVH

The Wyckoff PV Histogram indicator

DZP_Trend DZP_Trend

The DZP Trend indicator displays the market state as a detrended oscillator, i.e. the trend component is removed from the price, thus showing a clearer picture of the price movement.

MAE MAE

The MAE (Moving Average Envelopes Percentage) indicator shows the price as a percentage of the Envelopes channel.