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

Trend Dashboard Indicator - MetaTrader 5용 지표

조회수:
14504
평가:
(11)
게시됨:
2023.08.08 07:06
업데이트됨:
2023.08.08 07:11
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.


Input parameters

CheckCandle (default = Previous) — which candle to check indicator values on — works for both display and alerts.

PercentK (default = 8) — the period in bars for calculation of the line %K of Stochastic indicator.

PercentD (default = 3) — the period in bars for calculation of the line %D of Stochastic indicator.

Slowing (default = 3) — the value for slowing of Stochastic indicator.

RSIP1 (default = 14) — the period for the first RSI (fast).

RSIP2 (default = 70) — the period for the second RSI (slow).

Enable (default = false/true) — if true, Trend Dashboard Indicator calculates and displays signals for a given timeframe.

EnableNativeAlerts (default = false) — if true, a native MetaTrader popup alert will be used when a confluence of signals appear for some of the timeframes.

EnableEmailAlerts (default = false) — if true, an email message will be sent when a confluence of signals appear for some of the timeframes. Email should be properly configured in MetaTrader via Tools->Options->Email.

EnablePushAlerts (default = false) — if true, an email message will be sent when a confluence of signals appear for some of the timeframes. Notifications should be properly configured in MetaTrader via Tools->Options->Notifications.

Other parameters — symbol codes for trend direction arrows and colors.

tdb i

    Moving Average with alerts on price crossovers Moving Average with alerts on price crossovers

    I wanted to build a moving average which would create an alert when the price moves over the line by a user defined amount of points. It creates both bullish and bearish signals depending on the direction of market price moving through the MA. It is designed for slow length moving averages (default is 200-day MA). EDIT: I now added a second version of the indicator which uses Arrow buffers instead of ObjectCreate.

    RectangleTest RectangleTest

    The EA trades using the Rectangle, EMA and SMA indicators.

    Reporting Memory Leaks in Strategy Tester Reporting Memory Leaks in Strategy Tester

    Monitoring of memory leaks in the strategy tester

    AllAverages v4.9 MT5 AllAverages v4.9 MT5

    One of the latest version of this indicator at the moment. Huge base of different modifications of moving averages, with multitimesframe function, sending signals to e-mail and push notifications.