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

OHLC Check - MetaTrader 5용 expert

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

Idea by: Alexey Lopatin

MQL5 code author: barabashkakvn

The EA only operates when a new bar emerges.


Trading system signals

  • A signal to open a BUY position: if Close price of bar #Bar index for signal checking > Open price of bar #Bar index for signal checking;
  • A signal to open a SELL position: if Close price of bar #Bar index for signal checking < Open price of bar #Bar index for signal checking;


Trading settings

Stop Loss and Take Profit can be disabled. To do this, set the appropriate parameter value to 0.0. Trading signals can be reversed using parameter Enable/disable reverse mode for trading. If the current spread is greater than Maximum allowed spread, the position open signal should be ignored.


Working Timeframe

For convenience of testing, Work TimeFrame is available as a separate parameter. This enables to test the Expert Advisor on the selected symbol using all timeframes.


Position volume calculation

The EA can trade a constant lot (Lots > 0 and Risk == 0), as well as use dynamic calculation (Lots == 0 and Risk > 0). Here:

  • Lots - fixed position volume (in this case the Risk parameter should be equal to zero);
  • Risk - risk as percent per trade (in this case the Lots parameter should be equal to zero).

Symbol EURUSD, "Every tick based on real ticks":

OHLC Check EURUSD

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21653

Wajdyss_Ichimoku_x10 Wajdyss_Ichimoku_x10

The Wajdyss_Ichimoku_x10 indicator displaying the colors of the Wajdyss_Ichimoku_Candle indicator candlesticks from ten different timeframes, from the bar defined in the indicator input parameters.

PCR PCR

The PCR (Percent Retracement) indicator shows the maximum distance by which the price has moved away from the highest High in the specified range.

Exp_XAng_Zad_C_Tm_MMRec Exp_XAng_Zad_C_Tm_MMRec

A trading system using the XAng_Zad_C trend-following indicator with the possibility to set a fixed trading time interval and change the volume of a forthcoming trade depending on the results of the previous trades.

Corrected T3 - EMA deviations Corrected T3 - EMA deviations

Corrected T3 - EMA deviations