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

Flat Channel - MetaTrader 5용 expert

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

Idea by JS_Sergey

mq5 code author - barabashkakvn

The Expert Advisor uses the  Standard Deviation smoothing custom indicator, which is a smoothed Standard Deviation. Determine trend existence based on the indicator values on bars #0, #1, #2, #3 and #4: 

(StdDev #0 > StdDev #1)  && (StdDev #1 > StdDev #2)  && (StdDev #2 > StdDev #3)  && (StdDev #3 > StdDev #4) -> there is a trend

It also determines flat within the "Minimum number of bars" bars. A flat zone is indicated by two lines:

Flat Channel

If there is no flat zone currently in the market, the EA does not place pending orders. Also, if there is no flat, appropriate lines are deleted from the chart. When any of the pending orders triggers, other pending orders are deleted, and trailing stop is further applied to positions.

Stop Loss and Take Profit can be set both as constant or dynamic values. This depends on the Stop loss andTake Profit parameters. The lot value can also be either constant ("Enable the money management function" is set to "false") or dynamic. This depends on the number of trades closed by Stop Loss and Take Profit.

EURUSD,M30:

Flat Channel

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

Normalized_Volume Normalized_Volume

The Normalized Volume indicator

MA_Trend MA_Trend

MA Trend indicator

Exp_Slow-Stoch_Duplex Exp_Slow-Stoch_Duplex

Two identical trading systems (for long and short positions) based on the signals of the Slow-Stoch indicator, which can be configured in different ways within one Expert Advisor

MACD_MFI MACD_MFI

The MFI indicator (Money Flow Index) applied over MACD (Moving Average Convergence/Divergence) provides a visual presentation of the current price divergence