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

Candle shadows v1 - MetaTrader 5용 expert

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

Idea by: Vlad.

MQL5 code bybarabashkakvn.

The EA waits for the candlestick size to become higher than or equal to "Candle size minimum" within "The position can be opened within N minutes" minutes. At the same time, the "Length opposite shadow max" can also be considered (the lower shadow is considered for position Sell, while the upper shadow is considered for position Buy).

Candle shadows v1 Sell

A rule also works here: Only one position can be opened on the current bar. If the last position was closed by Stop Loss (trade DEAL_ENTRY_OUT having property DEAL_REASON_SL is intercepted in OnTradeTransaction) and there was a loss, then the next position is opened with a "Factor of reduction of lot at SL" times smaller lot size.

There are two more interesting position-related parameters: "Position lives N bars" - position lifetime is set in bars, followed by closing the position forcedly, and "Close the profitable position on bar N" - closing a position on bar N, if such position is profitable.

Oh, I nearly forgot to mention that a position could only be opened within a time interval limited by "Start hour" and "End hour", and position size mamangement:

  • Position volume can be constant (parameter "Lots">0, and "Risk"==0)
  • Position volume is dynamic (parameter "Lots"==0, and "Risk">0)

Moroever, you can also disable Stop Loss and Take Profit levels and trailing.

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

Area MACD Area MACD

An unorthodox approach to indicator MACD: The EA calculates the indicator's area displayed above and below zero line.

Hangseng Trader Hangseng Trader

A trading system based on object Fibonacci Lines (OBJ_FIBO) and on indicator Resistance & Support

VR Atr pro Lite MT5 VR Atr pro Lite MT5

Indicator Atr Lite calculates the average price motion

Ang_Zad_C_Hist_Candle Ang_Zad_C_Hist_Candle

A candlestick-based chart based on histograms Ang_Zad_C_Hist calculated on the Open, High, Low, and Close timeseries of the price chart.