거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Market Capture - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
5453
평가:
(19)
게시됨:
2018.09.27 16:15
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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에서 러시아어로 번역함.
원본 코드: 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.