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

Flat Trend EA - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
5350
평가:
(15)
게시됨:
2018.10.25 16:09
\MQL5\Experts\ \MQL5\Indicators\
FlatTrend.mq5 (25.03 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the ideaScriptor

MQL5 code author: barabashkakvn

The EA uses the FlatTrend indicator:

The indicator defines the market state: flat or trend.

Interpretation of the histogram color buffers when setting "signal timeframe" PERIOD_CURRENT:

FlatTrend

If Use hour flag is enabled - from Start Hour to End Hour on the bar #Current bar, the FlatTrend is surveyed. If a signal is present, open Buy or Sell. Set a stop loss (only if Stop Loss is not "0.0") and a take profit (only if Take Profit is not "0.0").

Trailing is activated if Trailing Stop is not "0.0".

Test on EURUSD, M15 with these parameters:

Flat Trend EA Optimization


Flat Trend EA


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

TrendManager_HTF TrendManager_HTF

TrendManager indicator with the timeframe selection option available in input parameters

ssb5_123 ssb5_123

Defining a signal based on several indicators: iMA (Moving Average, MA), iMACD (Moving Average Convergence/Divergence, MACD), iStochastic (Stochastic Oscillator), iOsMA (Moving Average of Oscillator, OsMA) and iAO (Awesome Oscillator, AO). The indicators are surveyed in a certain sequence.

FlatTrend FlatTrend

Flat/trend indicator.

XRSI_Candle_Vol XRSI_Candle_Vol

RSI_Candle_Vol indicator with additional averaging of the resulting candles