Supertrend MTF Dragan MT5

Supertrend MTF Dragan — MQL5 Market description (MetaTrader 5, Indicators)

Supertrend MTF Dragan is a clean multi-timeframe ATR Supertrend for MetaTrader 5. It shows the Supertrend of a higher timeframe directly on your working chart — for example the H1 Supertrend on an M5 chart — with a color-coded trend line, confirmed reversal arrows that never repaint, alerts and a hidden trend-state buffer that you can read from your own Expert Advisor.

Key features

  • Multi-timeframe: select any timeframe equal to or higher than the chart (M1 … MN1). Follow the higher-timeframe trend while you trade the entries on a lower chart.
  • Classic ATR Supertrend formula with adjustable ATR period and multiplier (defaults 10 and 3.0).
  • Trend line changes color and side: green below the price in an uptrend, red above the price in a downtrend.
  • Confirmed reversal arrows: a BUY or SELL arrow is placed on the last chart candle of a closed higher-timeframe candle. The forming candle never gets an arrow, so the arrows do not repaint and do not disappear.
  • Alerts on every confirmed reversal: pop-up, push notification to the mobile terminal and e-mail. One alert per higher-timeframe candle, no repeated messages.
  • EA-ready: a hidden buffer holds the trend state (+1 uptrend, -1 downtrend) and the trend line values are in separate buffers, so the indicator can be used as a trend filter or signal source through iCustom / CopyBuffer.
  • Lightweight: the full history is calculated once, after that only the forming higher-timeframe candle is updated on each tick. The calculation depth is adjustable.
  • Works on any symbol (forex, metals, indices, energies, crypto, stocks) and any chart timeframe.

How it can be used

  • Trend filter: trade only in the direction of the higher-timeframe Supertrend (green = look for longs, red = look for shorts).
  • Reversal signals: the BUY / SELL arrows mark the candle on which the higher-timeframe trend has just changed.
  • Trailing stop: the Supertrend line is a natural place for a trailing stop loss in the direction of the trend.
  • Two copies on one chart: for example an H1 copy as the filter and an M15 copy for entries and exits.

Inputs

  • Supertrend timeframe — PERIOD_CURRENT uses the chart timeframe; a lower timeframe than the chart is not allowed and is replaced by the chart timeframe.
  • ATR period — default 10.
  • ATR multiplier — default 3.0.
  • Calculation history — number of candles of the selected timeframe to calculate, default 5000.
  • Uptrend line color, Downtrend line color, Trend line width.
  • Show confirmed reversal arrows, BUY arrow color, SELL arrow color, Arrow distance from candle (pips).
  • Pop-up alert, Push notification, E-mail alert.

Buffers (for Expert Advisor developers)

  • 0 — Supertrend line during an uptrend
  • 1 — Supertrend line during a downtrend
  • 2 — confirmed BUY reversal arrow (price of the arrow, EMPTY_VALUE otherwise)
  • 3 — confirmed SELL reversal arrow
  • 4 — trend state: +1 uptrend, -1 downtrend

Example — reading the trend of the last closed candle from an EA:

int handle = iCustom(_Symbol, _Period, "Market\\Supertrend MTF Dragan", PERIOD_H1, 10, 3.0, 5000); double state[]; if(CopyBuffer(handle, 4, 1, 1, state) == 1) { if(state[0] > 0) { /* H1 uptrend */ } if(state[0] < 0) { /* H1 downtrend */ } }

Notes

  • The Supertrend is calculated from the candles of the selected timeframe, so the line and the arrows on the lower chart are exactly the same as on the higher-timeframe chart itself.
  • Push notifications require the MetaQuotes ID of your mobile terminal in the terminal settings; e-mail alerts require the mail settings of the terminal.
  • The indicator does not open trades and does not use any DLL or external files.

作者のその他のプロダクト
Supertrend MTF Indicator is a free MetaTrader 4 indicator designed to help traders follow trend direction across multiple timeframes directly on the chart. The indicator provides a clear visual representation of bullish and bearish market conditions and can be used as a multi-timeframe confirmation tool for manual trading. Main features: Multi-timeframe trend analysis Clear bullish and bearish trend visualization Suitable for Forex, Gold, indices and other MT4 instruments Can be used on differen
FREE
MTF Fixed Candle Boxes is a multi-timeframe chart visualization indicator for MetaTrader 4. The indicator displays High, Low and optional Middle levels of M1, M5, M15, M30, H1 and H4 candles directly on the active chart. It helps traders observe multi-timeframe candle structure without switching between several charts. Main features: Multi-timeframe candle boxes on one MT4 chart Supported timeframes: M1, M5, M15, M30, H1 and H4 High and Low levels for each selected candle Optional Middle line fo
Mtf Middle Expert Advisor is a MetaTrader 4 trading robot based on a multi-timeframe middle-of-candle model. The higher timeframe defines the allowed direction. By default, the EA reads the middle of the last closed M30 candles and confirms direction with both slope and price position. The lower timeframe then waits for an entry signal, by default an M5 close crossing the middle of its own candle. All signal decisions are made from closed candles only. The EA does not use the current forming c
Universal MidZone Expert Advisor – Automation Companion for H1 Container 5 Zones Universal MidZone EA was developed as an automated trading companion to our free H1 Container M30 M15 M5 M1 - 5 Zones indicator. The free H1 Container indicator gives traders a visual multi-timeframe view of the H1 candle and its internal M30, M15, M5 and M1 structures, divided into five price zones by the 20%, 40%, 60% and 80% levels. Universal MidZone EA takes the same zone-based trading concept one step further b
Supertrend MTF Expert Advisor is an automated trading system for MetaTrader 4 based on the same Supertrend MTF trading concept used by the free Supertrend MTF Indicator available in the MQL5 Market and CodeBase. The Expert Advisor is designed to automate Supertrend-based trend following while keeping the trading rules transparent and configurable. It analyzes market direction using the Supertrend calculation and can confirm signals using closed candles, helping to reduce decisions based on incom
**FVG MTF Dragan** finds Fair Value Gaps (price imbalances) on the timeframe of your choice and draws them as boxes on the chart you trade from — for example the H1 gaps on an M5 chart. Every box has a size filter, a selectable mitigation rule, labels, alerts and hidden buffers, so the indicator works both as a discretionary tool and as a signal source for your own Expert Advisor. **What is a Fair Value Gap** A Fair Value Gap is a three-candle pattern in which the middle candle moves so fast
**FVG MTF EA** trades one of the cleanest price-action setups: the return of price into a Fair Value Gap. The gaps are detected inside the EA on the timeframe of your choice, with the same rules as the FVG MTF indicator, so what you see on the chart is exactly what the EA trades. No grid, no martingale, no averaging — one position per gap with a fixed stop loss and take profit. **How it trades** A Fair Value Gap is a three-candle pattern in which the middle candle moves so fast that the first
フィルタ:
レビューなし
レビューに返信