Sig Ma MT4

プロフェッショナルなスムージング、明確なアラート、複数の時間枠のサポートを備えた、色分けされたスマート移動平均で、日常的なトレーダー向けに設計されています。

## 簡単に言うと、何をするか
-  チャート上に移動平均線を描きます。
-  線の色は方向によって変わります。
  -  青=上昇傾向
  -  赤=下降トレンド
  -  黄色 = フラット/ニュートラル
-  ラインの方向が変わったときにアラートを送信します (オプション)。
-  現在の時間枠内で作業するか、より明確にするためにより長い時間枠を「借りる」こともできます。

トレーダーが愛する理由
-  ノイズ除去: クラシックまたは高度なスムージング ツール (SMA、EMA、HMA、KAMA、T3 など) を選択します。
-  兆候は明らかです。色を見ればすぐに傾向がわかります。
-  柔軟性: より一貫性のある動作のために、生の価格設定または平均足の価格設定を使用します。
-  軽量: ライブ グラフィックで高速かつ応答性に優れるように設計されています。

## クイックスタート
1.  コピー  `カスタムMA.mq5`   MQL5 > インジケーター > カスタムインジケーター。
2.   MetaTrader 5 を開き、必要に応じてインジケーターをコンパイルします (ナビゲータ > インジケーター > 右クリック > 更新)。
3.  ドラッグ  「カスタム MA」  写真にあります。
4.  必要な設定(下記参照)を選択し、「OK」をクリックします。

ボタンの設定(簡易ガイド)
-  時間枠: 現在の時間枠を使用するか、より安定した読み取りのために、より高い時間枠 (例: M5 チャートの H1) に切り替えます。
-  価格:
  -  元の価格(終値/始値/最高値/最安値/平均価格/標準価格/加重終値など)。
  -  平均足価格(HA終値/始値/高値/安値/平均/標準など)により、よりスムーズなエントリーが可能になります。
-  期間: 平均を計算する際に考慮するバーの数。期間が長いほど、平均はより滑らかになり、よりゆっくりとした動きになります。
-  方法: スムーズスタイルを選択します。重要なポイント:
  -   SMA、EMA、LWMA、SMMA (クラシック)
  -   HMA(高速かつ安定)、KAMA(ノイズ適応型)、T3/TEMA/DEMA(高速応答)、
  -  フィルター ZeroLagEMA、McGinley、Laguerre、SuperSmoother、Butterworth、ALMA、EWMA、VWMA/V-EMA など。
-   ShowInColor: グラデーションカラーリング(青/赤/黄)を有効にします。
-   Shiftキー:行全体を前後に移動します。オプションです。不明な場合は0のままにしておいてください。
-  通知(オプション):
  -   AlertOn: ポップアップアラートを有効にします。
  -   AlertShift: 1 = 前のバーをチェック (より安全)、0 = 現在のバー (前のバーですが、ノイズが多い)。
  -   SoundsNumber/Pause + サウンド ファイル。
  -   EmailOn / PushNotificationOn には独自のカウンターがあります。

## 仕組み(数学は不要)
-  各チョコレートバーには価格があります(生または平均足を選択できます)。
-  選択した方法を使用してこれらの価格を平滑化し、移動平均を生成します。
-  今日の値が昨日の値より大きい場合、線は「上昇」です。昨日の値より小さい場合、「下降」です。同じ場合、「横ばい」です。
-  色は更新されるので、この機能を有効にすると、向きが変わると通知がトリガーされます。

## 複数の時間枠(MTF)
-  より短い期間でより詳細なチャートを作成したい場合は、期間を長く設定してください。
-  このインジケーターは、現在のチャート上で、より高い時間枠値を持つ移動平均を直接選択して表示します。

## 平均足バリアント
-   HA 価格を選択すると、インジケーターは最初に内部平均足シリーズを構築し、次にそれを平滑化します。
-  その結果、小さな振動やひび割れを無視できる、より静かなラインが実現します。

## 取引のアイデア(シグナルではない)
-  トレンドに従って、線の色の方向に取引します。赤に対して買い、青に対して売ることは避けます。
-  リトレースメント: 青いトレンドで価格がこのラインまで上昇するか、赤いトレンドで価格がこのラインまで上昇するのを待ちます。
-  確認: 構造 (HH/HL または LH/LL) またはお気に入りのオシレーターと一致します。

## 通知のヒント
-  ヒストグラムが閉じたときに反転が確認されるように、AlertShift = 1 に設定するのが最適です。
-  一日を通して音を使って注目を集めたり、外出中に電子メールやプッシュ通知を送信したりできます。

## ライセンス
-  デモ アカウントと戦略テスターは完全にサポートされています。
-  アクティブアカウント: この行は承認されたアカウントにのみ表示されます。承認されていないアカウントのインストールにはブロックメッセージが表示されます。
-  別のアカウントにアクセスする必要がある場合は、著者に連絡してください。

トラブルシューティング
-  行が表示されません: 許可されていないアクティブなアカウントを使用しているか、上で選択した期間のデータがない可能性があります。
-  ノイズが大きすぎる場合: 期間を長くするか、より穏やかな方法 (例: HMA、KAMA、T3、SuperSmoother) に変更します。
-  遅すぎる場合: 期間を短縮するか、より感度の高い方法 (EMA、ZeroLagEMA、DEMA/TEMA など) を選択します。

得られるもの
-  トレンドの方向が一目でわかります。
-  柔軟で実績のあるスムージング ツールのセットを 1 つのインジケーターにまとめました。
-  バーが閉じると、明確なアラートが鳴ります。

明確なトレンドを好む場合は、これによりチャートがシンプルかつ焦点が絞られたものになります。



おすすめのプロダクト
Big Trend Signal   indicator is designed for trend and signal trading. This indicator generates trend signals.  It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators.  You can only trade with this indicator. The generated signals are displayed on the graphical screen.  Thanks to the alert features you can ge
Bollinger Trend Lines – MT4 & MT5 Bollinger Trend Lines   is a professional volatility-based trend indicator designed to clearly identify trend direction and dynamic stop levels using Bollinger Bands. Fuses on one core principle: follow the trend, ignore noise, and let volatility define the stop. How it works The indicator builds   trailing trend lines   using Bollinger Bands: In an   uptrend , the   lower band trails price and can only rise In a   downtrend , the   upper band trails pri
Signal Undefeated   indicator is designed for trend and signal trading. This indicator generates trend signals.  It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators.  You can only trade with this indicator. The generated signals are displayed on the graphical screen.  Thanks to the alert features you can g
InitialBalance. Universal business tool from professional traders that helps to visualize interest market situations. It previews markets using a price action and sentiment in the market. Tool necessary to understand the market situation and the anticipation of further movement. Finally, you will see how traders estimate the market. Who knows the first steps in the market can estimate the point where the market will stop and reflect! With this tool, you will see important supports and resistance
Chart Patterns Detect 15 patterns (Ascending Triangle, Descending Triangle, Rising Wedge, Falling Wedge, Bullish Flag, Bearish Flag, Bullish Rectangle, Bearish Rectangle Symmetrical triangle, Head and Shoulders, Inverted Head and Shoulders, Triple top, Triple Bottom, Double Top, Double Bottom) Use historical data to calculate the probability of each pattern to succeed (possibility to filter notification according to the chance of success) gives graphic indication about the invalidation level and
Signal trend indicator. Detects the direction of the trend and is coloured accordingly.  Has built in audible and visual alerts when trends change. Can send notifications to your phone or email. Allows Trend and Counter-Trend trading. Works on all timeframes, all currency pairs, metals, indices and cryptocurrencies. Can be used with binary options. Distinctive features No re-drawing; Simple and clear settings; Four types of alerts; Works on all timeframes and all trading tools; Suitable
数列の一つに「森林火災数列」があります。これは、最も美しい新しいシーケンスの 1 つとして認識されています。その主な特徴は、このシーケンスが線形トレンドを回避することです。最短のものであってもです。この指標の基礎を形成したのはこのプロパティです。 財務時系列を分析する場合、この指標は可能なすべての傾向オプションを拒否しようとします。そして失敗した場合にのみ、トレンドの存在を認識し、適切なシグナルを発します。このアプローチにより、新しいトレンドの始まりの瞬間を正しく判断できます。ただし、偽陽性の可能性もあります。それらの数を減らすために、このインジケーターに追加のフィルターが追加されました。新しいバーが開くとシグナルが生成されます。いずれの場合も再描画は発生しません。 指標パラメータ: Applied Price - 適用価格定数; Period Main - インディケータのメイン期間、その有効な値は 5 ~ 60 です。 Period Additional - 追加の期間。このパラメーターの有効な値は 5 ~ 40 です。 Signal Filter - 追加の信号フィルター、有効
「ダイナミック・スキャルピング・オシレーター」は、MT4向けの高度なカスタムCrypto_Forexインジケーターです。効率的な取引ツールです! - 新世代のオシレーター - 使い方は画像をご覧ください。 - ダイナミック・スキャルピング・オシレーターは、適応型の売られ過ぎ/買われ過ぎゾーンを備えています。 - オシレーターは、動的な売られ過ぎ/買われ過ぎエリアから正確なエントリーポイントを見つけるための補助ツールです。 - 売られ過ぎ値:グリーンラインより下、買われ過ぎ値:オレンジラインより上。 - このインジケーターは、プライスアクションパターンと組み合わせるのに最適です。 - 標準的なオシレーターよりもはるかに正確です。対応時間枠:M30、H1、H4、D1、W1。 - PCとモバイルの両方でアラート機能付き。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、このMQL5ウェブサイトでのみ提供されるオリジナル製品です。
This indicator displays the short-term trend direction and flat areas in the same way as the classic Heiken Ashi indicator, but it is not plotted using candles or a moving average, but rather the Skynet Moving Average indicator. Advantages no delay, or a slight delay when using the 'smooth' parameter. customizable parameters for any price data and timeframes. visualization of the flat and the short-term trend. unlike the classic Heiken Ashi indicator, the frequency of candles changing from bull
MajorAlert - is a professional trading indicator for MetaTrader 4 that combines two distinct market analysis approaches into one powerful tool. By integrating a counter‑trend entry logic (upper block) with a trend‑following filter (lower block), the indicator generates high‑probability signals on the chart with clearly separated arrow colors. Key Features Fully self‑contained   – no external indicators required; all calculations are built‑in. Versatile inputs   – adjust all parameters to suit a
Hidden123Gap (123Gap) is universal business tool from the professional traders that helps to visualize market situation. It previews markets using a price action and a sentiment in the market. The tool is necessary to understand the market situation and the anticipation of further movement. Finally, you will see how traders estimate the market. With this tool, you will see important supports and resistances. It shows you the entry of big players on the market. The indicator works on all timefram
Introduction It is common practice for professional trades to hide their stop loss / take profit from their brokers. Either from keeping their strategy to the themselves or from the fear that their broker works against them. Using this indicator, the stop loss / take profit points will be drawn on the product chart using the bid price. So, you can see exactly when the price is hit and close it manually.  Usage Once attached to the chart, the indicator scans the open orders to attach lines for t
FX Flow   indicator can be used as an anticipator of the next trend, preferably confirmed by Price Action or another oscillator (RSi, Stochastic ..). It takes the money flows of the major currencies USD EUR GBP AUD NZD CAD CHF JPY into account, and processes them. Excellent tool for indices, but also for correlations between currencies. Works on each timeframes.  Blue line: Bull market Yellow line: Bear market Note : if the indicator opens the window, but does not draw lines, load the historie
Be notified of every color change of Heiken Ashi (HA) candles. The indicator will trigger past and new signals every time that HA candles change their colors. Note : this tool is based on the code of Heiken Ashi indicator developed by MetaQuotes Software Corp. Features The signals are triggered at closing of last bar/opening of a new bar; Any kind of alerts can be enabled: Dialog Box, Email message, SMS notifications for smartphones and tablets, and Sound alerts; By default, up arrows are plott
Nexus Pulse Detector — 価格構造に基づく高度なシグナルシステム 仕組み Nexus Pulse Detector は再構築されたトレンドツールでも、精度を装ったリペイント系インジケーターでもありません。これは、価格の圧縮および拡張フェーズにおける方向的な不均衡を監視する、構造ベースのシグナルエンジンです。各シグナルは、買い手と売り手の主導権の移行を反映し、複数の条件によりブレイクアウトの正当性が検証されます。 ノイズではなく価格構造にフォーカス 単純な高値・安値に反応するのではなく、最近の構造的な極値と短期的な価格平均との関係性から圧力ポイントを抽出します。それらのレベルが吸収されたか、拒否されたか、十分な勢いで突破されたかを判断し、その結果としてのみ反応します。 市場が証明したときのみシグナルを表示 あらゆる変動でシグナルが発生するわけではありません。Nexus Pulse Detector は、構造の逸脱、内部トレンドの変化、そして直近の市場対称性からの明確なブレイクという複数の要因の合致を待ちます。これらが重なったときにのみ、シグナルが表示され
Smoothed Heiken Ashi with AC/AO Zones – Professional Trading Clarity Transform your Heiken Ashi analysis with intelligent smoothing that eliminates noise while preserving actionable signals. What Makes This Different? This isn't just another Heiken Ashi indicator. We've engineered a sophisticated smoothing engine that works with the Accelerator (AC) and Awesome Oscillator (AO) zone logic to give you cleaner entries and exits without sacrificing responsiveness. Four Smoothing Methods at Your Comm
Least Square MA   Description: The Least Square Moving Average indicator allows you to assess the direction of the market movement and its possible reversals. The indicator is a line that is displayed in the price window. Input parameters: LSMA_Period - the period for calculating the moving average using the least squares method; Prediction - the number of candles used to construct the predicted moving average using the least squares method, provided that its rate (falling or growing remains); D
Macd Trend System   indicator is designed for trend and signal trading. This indicator generates trend signals.  It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators.  You can only trade with this indicator. The generated signals are displayed on the graphical screen.  Thanks to the alert features you can g
Gvs Undefeated Trend   indicator is designed for trend and signal trading. This indicator generates trend signals.  It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators.  You can only trade with this indicator. The generated signals are displayed on the graphical screen.  Thanks to the alert features you ca
Heiken Ashi Button Heiken-Ashi , often spelled Heikin-Ashi, is a Japanese word that means "Average Bar." The Heiken-Ashi approach can be used in conjunction with candlestick charts to spot market trends and forecast future prices. It's useful for making candlestick charts easier to read and analysing patterns. Traders can use Heiken-Ashi charts to determine when to stay in trades while the trend continues and close trades when the trend reverses. The majority of earnings are made when markets a
FREE
The indicator looks for buying and selling zones, where a deal can be opened with a minimal stop loss and a better Risk Reward Ratio. The indicator is based on qualitative search of the Double top/Double bottom pattern. This version works only on USDCAD! The full version of the indicator can be purchased here - https://www.mql5.com/en/market/product/29820 Indicator operation principle Looks for local tops/bottoms which can potentially become a Reversal zone It waits for an impulse movement that
FREE
Crypto_Forex MT4用インジケーター「 Major_Trend_Histogram 」、リペイント機能なし。 - Major_Trend_Histogramインジケーターは、非常に大きなトレンドを捉えるために設計されています。 - インジケーターは2色で表示可能:ピンクは弱気トレンド、緑は強気トレンド(色は変更可能)。 - トレンドの初期段階を検知します。標準的なMAよりもはるかに効率的です。 - Major_Trend_Histogramは、プライスアクション、VSA、その他のインジケーターなど、他の取引手法と組み合わせることができます。 - インジケーターにはモバイルとPCの両方でアラートが利用できます。 Click here to see high quality Trading Robots and Indicators! これは、このMQL5ウェブサイトでのみ提供されるオリジナル製品です。
PABT Pattern Indicator - it's classical system one of the signal patterns. Indicator logic - the Hi & Lo of the bar is fully within the range of the preceding bar, look to trade them as pullback in trend. In the way if indicator found PABT pattern it's drawing two lines and arrow what showing trend way.  - First line - it's entry point and drawing at: 1. On the high of signal bar or on middle of the signal bar (depending from indicator mode) for buy; 2. On the low of signal bar or on middle of t
Dark Oscillator   is an Indicator for intraday trading. This Indicator is based on   Counter Trend  strategy, trying to intercept changes in direction, in advance compared trend following indicators.  We can enter in good price with this Indicator, in order to follow the inversion of the trend on the current instrument. It is advised to use low spread ECN brokers. This Indicator does   Not repaint   and   N ot lag . Recommended timeframes are M5, M15 and H1. Recommended working pairs: All. I nst
Forex Gump
Andrey Kozak
2.4 (5)
Forex Gump is a fully finished semi-automatic trading system. In the form of arrows, signals are displayed on the screen for opening and closing deals. All you need is to follow the instructions of the indicator. When the indicator shows a blue arrow, you need to open a buy order. When the indicator shows a red arrow, you need to open a sell order. Close orders when the indicator draws a yellow cross. In order to get the most effective result, we recommend using the timeframes H1, H4, D1. There
Beta Signal   - индикатор предназначенный для поиска локальных экстремумов, определения текущей тенденции. В расчетах индикатора используется авторская методика. С помощью индикатора можно определять места возможного разворота цены желательно в направлении тенденции, но также с достаточной точностью и против нее. Также с помощью индикатора можно определять текущую тенденцию. Индикатор подходит для любых валютных пар, но для адекватного отображения показания необходимо, чтобы было достаточно исто
Next Trend Pro INDICATOR - the best trend indicator on the market, the indicator works on all timeframes and assets, the indicator is built on the basis of 12 years of experience in forex and many other markets. You know that many trend indicators on the internet are not perfect, late and difficult to trade with, but the Next Trend Pro indicator is different, the Next Trend Pro indicator shows a buy or sell signal, colored candles confirm the signal, and support levels and resistance levels give
MarketSessions Indicator The Essential Tool for Global Market Session Visualization The MarketSessions indicator is a powerful MT4 tool designed to help traders visualize major forex market sessions directly on their charts. By clearly displaying the active trading hours of Sydney, Tokyo, London, and New York markets, this indicator helps you identify optimal trading periods and understand market volatility patterns. Key Features: Clear visualization of all four major trading sessions (Sydney, T
FREE
Real Pro Signal   indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator certainly does not repaint. The point at which the signal is given does not change.     Features and Suggestions Time Frame: H1 Works
Insider Scalper Binary This tool is designed to trade binary options. for short temporary spends. to make a deal is worth the moment of receiving the signal and only 1 candle if it is m1 then only for a minute and so in accordance with the timeframe. for better results, you need to select well-volatile charts.... recommended currency pairs eur | usd, usd | jpy .... the indicator is already configured, you just have to add it to the chart and trade .... The indicator signals the next candle.
このプロダクトを購入した人は以下も購入しています
12% OFF EASTER SALE An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitabi
Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
4.82 (22)
299ドルで割引中! 今後値上げの可能性あり! 下の説明を読んでください! 究極のスナイパーダッシュボードのための最高のエントリーシステム。究極のダイナミックレベル。(私の製品をチェックしてください) 究極のスナイパーダッシュボードはMT4多通貨テスト制限のため、ライブマーケットでのみ作動します。 究極のスナイパーダッシュボードをご紹介します。HA-Sniper、MA-Sniper、その他多くの特別なモードが含まれる最高の製品です。究極のスナイパーダッシュボードは絶対的な獣です! 初心者やエキスパートトレーダーにとって最高のソリューションです。もう二度と動きを見逃さない! シンプルさとピップを愛するトレーダーのために、特別な製品をご用意しました。シンプルでありながら、ダッシュボードは複数のカスタムアルゴリズムに基づき28の通貨ペアを監視し、すべての作業を行います。たった一つのチャートで、プロのように市場を読み解くことができます。もし、為替ペアが動き出したときに、その方向性を正確に特定することができれば、あなたの取引はどれほど改善されることでしょう。   当社のシステムは、高い確率
Super Signal – Skyblade Edition プロ仕様のノンリペイント / ノーラグ・トレンドシグナルシステム。卓越した勝率を実現 | MT4 / MT5 対応 1分足、5分足、15分足などの低い時間足で最も効果を発揮します。 主な特徴: Super Signal – Skyblade Edition は、トレンド取引に特化したスマートなシグナルシステムです。マルチレイヤーのフィルターロジックを用いて、明確な方向性と実際のモメンタムに支えられた強力なトレンドのみを検出します。 このシステムは 天井や底を予測するものではありません 。次の3つの条件がすべて満たされた場合にのみシグナルを発生させます: 明確なトレンド方向 モメンタムの増加 健全なボラティリティ構造 市場セッションに基づく流動性分析と組み合わせることで、シグナルの精度とタイミングがさらに向上します。 シグナルの特性: すべての矢印シグナルは 100% 非リペイント / 遅延なし 一度出現したシグナルは固定され、点滅・消失しません チャート上の矢印、情報パネル、ポップアップ通知、音声アラート、プッシュ通知
ON Trade Waves Patterns Harmonic Elliot Wolfeをご紹介します。これは手動および自動の方法を使用して市場のさまざまなパターンを検出するために設計された高度なインジケーターです。以下はその動作方法です: ハーモニックパターン: このインジケーターは、チャートに表示されるハーモニックパターンを識別できます。これらのパターンは、Scott Carneyの「Harmonic Trading vol 1および2」で説明されているように、ハーモニックトレーディング理論を実践するトレーダーにとって重要です。手動で描画するか、自動検出に頼るかにかかわらず、ON Trade Waves Patternsがお手伝いします。 コントロールパネル: このインジケーターはユーザーフレンドリーなコントロールパネルを備えています。チャートと時間枠の設定を保存し、異なる構成間をスムーズに切り替えることができます。チャートスペースを最大限に活用するために最小化することもできます。他の分析ツールで作業することを好む場合、閉じるボタンをクリックするだけで、すべてのインジケーターデ
「 Dynamic Scalper System 」インジケーターは、トレンド波の中でスキャルピング取引を行う手法のために設計されています。 主要通貨ペアと金でテスト済みで、他の取引商品との互換性があります。 トレンドに沿った短期的なポジションオープンのシグナルを提供し、追加の価格変動サポートも提供します。 インジケーターの原理 大きな矢印はトレンドの方向を決定します。 トレンド波の中では、小さな矢印の形でスキャルピングシグナルを生成するアルゴリズムが機能します。 赤い矢印は強気方向、青い矢印は弱気方向です。 トレンドの方向には敏感な価格変動ラインが描かれ、小さな矢印のシグナルと連動します。 シグナルは次のように機能します。適切なタイミングでラインが現れるとエントリーシグナルが形成され、ラインが開いている間はポジションが保持され、完了すると取引が終了します。 推奨される動作時間枠はM1~H4です。 矢印は現在のローソク足に形成され、次のローソク足が開いている場合は、前のローソク足の矢印は再描画されません。 入力パラメータ Trend Wave Period - トレンド方向
BTMM State Engine Pro is a MetaTrader 4 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
Linear Trend Predictor ー - エントリ ポイントと方向サポート ラインを組み合わせたトレンド インジケーター。高値/安値チャネルを突破するという原理に基づいて機能します。 インジケーターのアルゴリズムは市場のノイズをフィルタリングし、ボラティリティと市場の動向を考慮します。 インジケーターの機能  平滑化手法を使用して、市場のトレンドと、買い注文または売り注文を開くためのエントリー ポイントを表示します。  任意の時間枠のチャートを分析して、短期および長期の市場の動きを判断するのに適しています。  あらゆる市場や時間枠に適応可能な入力パラメータにより、トレーダーはインジケーターを独自にカスタマイズできます。  設定されたインジケーター信号は消えず、再描画もされません。ローソク足の終値で決定されます。  いくつかの種類の通知が矢印と組み合わされています。  このインジケーターは、独立した取引システムとして使用することも、他の取引システムへの追加として使用することもできます。  あらゆるレベルの経験を持つトレーダーが使用できます。 主なパラメータ Vol
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading ins
GOLD Impulse with Alert
Bernhard Schweigert
4.67 (12)
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取引を特定
Route Lines Prices -は、価格の方向性を予測するために設計されたインジケーターです。シンプルなインターフェースには、価格変動と将来の方向性を計算するための複数のアルゴリズムが搭載されています。これらのアルゴリズムには、使用する時間枠に基づいたボラティリティ計算と価格平滑化が含まれています。 このインジケーターには、「 Calculating price values 」値を変更するためのパラメーターが1つだけあります。デフォルト値の1は、バランスの取れた自動計算を提供し、インジケーターを手動で設定することなく使用できます。 値を2から500まで手動で変更することで、インジケーターを独自のトレーディングシステムに合わせてカスタマイズできます。 このインジケーターは、M1からH4の時間枠での使用を推奨します。あらゆる取引銘柄で使用できます。 シグナル矢印はローソク足の終値で生成され、過去の履歴には再描画されません。 メインチャートには、重複した矢印が表示されます。 複数のアラートタイプが利用可能です。内蔵のライン軌跡カウンターは、終値に基づいて動作します。これ
現在40%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvanced
Miraculous Indicator – ガン・スクエア・オブ・ナインに基づく100%非リペイントのFXおよびバイナリーツール この動画では、FXおよびバイナリーオプションのトレーダー向けに特別に開発された、非常に正確で強力な取引ツールである Miraculous Indicator を紹介しています。このインジケーターがユニークなのは、伝説的な ガン・スクエア・オブ・ナイン と ガンの振動の法則 に基づいている点で、現代の取引で利用できる最も正確な予測ツールの一つとなっています。 Miraculous Indicatorは 完全に非リペイント であり、ローソク足が確定した後にシグナルが変化したり消えたりすることはありません。つまり、見たものがそのまま利用できます。これにより、トレーダーは自信を持ってエントリーおよびエグジットを行うための信頼性と一貫性のある根拠を得ることができます。 主な特徴: ガン・スクエア・オブ・ナインとガン理論に基づいて構築 100%非リペイントのシグナルシステム すべての時間枠(M1、M5、H1、H4、日足、週足)で機能 FXおよびバイナリーオプション取引
現在20%OFF! 初心者やエキスパートトレーダーに最適なソリューションです。 このインディケータは、エキゾチックペア・コモディティ・インデックス・先物など、あらゆるシンボルの通貨の強さを表示することに特化したインディケータです。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨の強さを表示するために、9行目にどのシンボルでも追加することができます。独自の機能を多数搭載し、新しい計算式を採用したため、ユニークで高品質、かつ手頃な価格のトレーディングツールとなっています。新しいトレンドやスキャルピングチャンスのトリガーポイントを正確に把握することができるため、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアル:ここをクリック   https://www.mql5.com/en/blogs/post/708876 すべての時間枠に対応します。あなたはすぐにトレンドを見ることができるようになります! 新しいアルゴリズムに基づいて設計されているため、潜在的な取引の特定と確認がより簡単になります。これは、8つの主要通貨と1つのシンボルの強弱
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーターは
チャートを構成し、周期的な価格変動を識別するテクニカル指標。 どのチャートでも動作します。 いくつかの種類の通知。 グラフ自体に追加の矢印があります。 履歴を再描画せずに、キャンドルのクローズに取り組みます。 M5以上のTFを推奨します。 パラメータの使用と設定が簡単です。 異なるパラメータを持つ 2 つのインジケーターを使用する場合、他のインジケーターなしで使用できます。 入力パラメータは2つあります 周期性と信号持続時間 これら 2 つのパラメータは、チャート構造の処理を扱います。 Cyclicity - 反転サイクルが変化する頻度を調整し、サイクルを滑らかにします。 Signal duration - 最小数では価格変動の衝動を検出し、最大数では長期的なトレンドの動きを検出します。
このインジケーターは、反転ポイントと価格戻りゾーンを正確に表示します。     主要プレーヤー 。新たなトレンドが形成される場所を把握し、最大限の精度で意思決定を行い、すべての取引をコントロールします。 TREND LINES PRO インジケーターと組み合わせることで、その潜在能力を最大限に発揮します。 VERSION MT5 インジケーターが示す内容: 新しいトレンドの始まりに活性化する反転構造と反転レベル。 リスクと報酬の比率を最小限に抑えた利益 確定 と 損失停止の レベルの表示     RR 1:2   。 インテリジェントな削減ロジックによるストップロス。 指定されたインジケーターから 2 つのトレンド タイプの反転パターンを表示します。 指標: トレンドを追う   TREND LINES PRO   (世界的なトレンドの変化) TREND PRO   (クイックトレンド変更) シンプルで効果的   スキャナー   リアルタイムトレンド(新機能)。 マルチタイムフレームのインストゥルメント フィルタリング。 画面   利益     LOGIC AI信号の後。 当日プラス方
Добрый День уважаемые трейдеры!  Вашему вниманию индикатор созданный и работающий на базе трендовика ADX,  для торговли на смене направления движения который учитывает коррекцию и даёт возможность на ней заработать.  Применяю этот индикатор для скальпинга. Рекомендую таймфреймы от 15 ти минутного(М15) до часового (Н1) периодов.  Красный кружок сигнал на продажу- Sell) Зелёный кружок  сигнал на покупку Buy) Чем меньше ваш таймфрейм тем меньше пунктов вы зарабатываете.   Важно выставлять стопы! !В
NAM Order Blocks
NAM TECH GROUP, CORP.
3.67 (3)
MT4マルチタイムフレームオーダーブロック検出インジケーター。 特徴 -チャートコントロールパネルで完全にカスタマイズ可能で、完全な相互作用を提供します。 -必要な場所でコントロールパネルを表示および非表示にします。 -複数の時間枠でOBを検出します。 -表示するOBの数量を選択します。 -さまざまなOBユーザーインターフェイス。 -OBのさまざまなフィルター。 -OB近接アラート。 -ADRの高線と低線。 -通知サービス(画面アラート|プッシュ通知)。 概要 注文ブロックは、金融機関や銀行からの注文収集を示す市場行動です。著名な金融機関と中央銀行が外国為替市場を牽引しています。したがって、トレーダーは市場で何をしているのかを知る必要があります。市場が注文ブロックを構築するとき、それは投資決定のほとんどが行われる範囲のように動きます。 注文の構築が完了すると、市場は上向きと下向きの両方に向かって急激に動きます。注文ブロック取引戦略の重要な用語は、機関投資家が行っていることを含むことです。それらは主要な価格ドライバーであるため、機関投資家の取引を含むあらゆる戦
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発された Quantum Breakout PROは 、革新的でダイナミックなブレイクアウトゾーン戦略により、あなたの取引の旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5バージョン:   ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非
Dynamic Forex28 Navigator - 次世代の Forex 取引ツール。 現在 49% オフ。 Dynamic Forex28 Navigator は、長年人気のインジケーターを進化させたもので、3 つの機能を 1 つにまとめています。 Advanced Currency Strength28 インジケーター (レビュー 695 件)  + Advanced Currency IMPULSE with ALERT (レビュー 520 件) + CS28 コンボ シグナル (ボーナス)。 インジケーターの詳細 https://www.mql5.com/en/blogs/post/758844 次世代の Strength インジケーターが提供するもの  オリジナルで気に入っていたすべての機能が、新機能と精度の向上によって強化されました。 主な機能: 独自の通貨強度計算式。 すべての時間枠でスムーズかつ正確な強度ライン。 トレンドの特定と正確なエントリーに最適です。 ダイナミックマーケットフィボナッチレベル (マーケットフィボナッチ)。 このインジケーターに固有
MetaForecast M4
Vahidreza Heidar Gholami
5 (2)
MetaForecastは、価格データのハーモニクスに基づいて、どんな市場の未来を予測し視覚化します。市場が常に予測可能ではありませんが、価格にパターンがある場合、MetaForecastは可能な限り正確な未来を予測できます。他の類似製品と比較して、MetaForecastは市場のトレンドを分析することでより正確な結果を生成することができます。 入力パラメータ Past size (過去のサイズ) MetaForecastが将来の予測を生成するために使用するバーの数を指定します。モデルは選択したバー上に描かれた黄色の線で表されます。 Future size (将来のサイズ) 予測すべき将来のバーの数を指定します。予測された将来は、ピンクの線で表示され、その上に青い回帰線が描かれます。 Degree (程度) この入力は、MetaForecastが市場で行う分析のレベルを決定します。 Degree 説明  0 Degree 0の場合、価格の全てのピークや谷、そして詳細をカバーするために、「Past size」の入力に大きな値を使用することが推奨されています。  1 (推奨) Degre
The Super Arrow Indicator provides non-repainting buy and sell signals with exceptional accuracy. Key Features No repainting – confirmed signals remain fixed Clear visual arrows: green for buy, red for sell Real-time alerts via pop-up, sound, and optional email Clean chart view with no unnecessary clutter Works on all markets: Forex, gold, oil, indices, crypto Adjustable Parameters TimeFrame Default: "current time frame" Function: Sets the time frame for indicator calculation Options: Can be set
Precautions for subscribing to indicator This indicator only supports the computer version of MT4 Does not support MT5, mobile phones, tablets The indicator only shows the day's entry arrow The previous history arrow will not be displayed (Live broadcast is for demonstration) The indicator is a trading aid Is not a EA automatic trading No copy trading function The indicator only indicates the entry position No exit (target profit)  The entry stop loss point is set at 30-50 PIPS Or the front hi
MTF Supply Demand Zones
Georgios Kalomoiropoulos
4.82 (22)
次世代の自動化された需要と供給のゾーン。どのチャートでも機能する新しい革新的なアルゴリズム。すべてのゾーンは、市場の価格行動に従って動的に作成されています。 2種類のアラート --> 1) 価格がゾーンに達したとき 2) 新しいゾーンが形成されたとき もう 1 つの役に立たない指標はありません。実績のある完全な取引戦略を手に入れることができます。     新機能:     価格が需給ゾーンに達したときにアラートを出す     新しい需給ゾーンが作成されたときにアラートを発します     プッシュ通知アラート     ピップ単位のゾーン幅ラベル     MTF のもう 1 つのタイムフレーム。したがって、現在より 2 時間足高いのではなく、現在より 3 時間足し上に見えるようになります。     アラート/ゾーン/MTF 機能を有効/無効にするボタン あなたが得る利点:     取引から感情を取り除きます。     取引エントリをオブジェクト化します。     確率の高いセットアップで利益を上げましょう。     描画ゾーンから時間を節約します。
Meravith
Ivan Stefanov
5 (3)
マーケットメーカーのためのツール。 Meravith は次の機能を提供します: すべての時間足を分析し、現在有効なトレンドを表示します。 強気と弱気の出来高が等しくなる流動性ゾーン(出来高均衡)を強調表示します。 異なる時間足のすべての流動性レベルをチャート上に直接表示します。 テキスト形式の市場分析を生成し、参考情報として表示します。 現在のトレンドに基づいて目標値、サポートレベル、ストップロスを計算します。 取引のリスクリワード比を算出します。 口座残高に基づいてポジションサイズを計算し、潜在的な利益を推定します。 また、市場に大きな変化があった場合には警告を表示します。 インジケーターの主要ライン: 強気/弱気の出来高エグゾーストライン ― 目標値として機能します。 市場のトレンドを示すライン。市場が強気か弱気かによって色が変わり、トレンドのサポートとして機能します。主にその色が市場センチメントを示します。 出来高均衡ライン(Eq)。Eq(Volume Equilibrium)ラインはシステムの中核です。これは買い手と売り手の出来高のバランスポイントを表します。市場の流動性を示し
Introducing the Delta Volume Profile Indicator - Unleash the Power of Institutional Precision!  Technical Indicator: Are you ready to trade like the pros? The Delta Volume Profile Indicator is no ordinary tool. It’s a high-precision, cutting-edge indicator that puts the power of institutional-grade trading in your hands. This unique indicator analyses delta volume distribution in real-time, revealing the market's hidden buy/sell imbalances that the biggest financial institutions rely on to antic
Advanced version of CyberZingFx Volume Plus, the ultimate MT4 indicator for traders seeking highly accurate buy and sell signals. With an additional strategy and price action dot signals that enhances its effectiveness, this indicator offers a superior trading experience for professionals and beginners alike. The CyberZingFx Volume Plus Advanced version combines the power of volume analysis and historical price data with an additional strategy, resulting in even more precise and reliable signals
ゴールドラッシュ・トレンド・アロー・シグナル ゴールドラッシュ・トレンド・アロー・シグナル 指標は、XAU/USDにおける高速・短期スキャルパー向けに最適化された、正確でリアルタイムのトレンド分析を提供します。 1分足専用に設計されたこのツールは、明確なエントリーポイントを示す方向矢印を表示し、スキャルパーが変動の激しい市場状況でも自信を持って取引できるよう支援します。 この指標は、PRIMARY(主要)とSECONDARY(補助)のアラート矢印で構成されています。PRIMARYシグナルは、トレンドの方向転換を示す白と黒の方向矢印であり、SECONDARYシグナルは、PRIMARY矢印が示す方向を確認し、潜在的なエントリーポイントを示す青と赤の矢印です。 注意:トレンド方向の変化後にPRIMARYアラート矢印が1つだけ表示される場合、複数のSECONDARY青/赤矢印が表示される点に注意が必要です。SECONDARYシグナルは、シグナル基準を満たす任意のローソク足後に表示されます。したがって、長期的なトレンド移動の場合、画面に多くのSECONDARY矢印が表示されます(添付の
Pulse Scalping Line - an indicator for identifying potential pivot points. Based on this indicator, you can build an effective Martingale system. According to our statistics, the indicator gives a maximum of 4 erroneous pivot points in a series. On average, these are 2 pivot points. That is, the indicator shows a reversal, it is erroneous. This means that the second signal of the indicator will be highly accurate. Based on this information, you can build a trading system based on the Martingale
System Trend Pro - This is the best trend trading indicator!!! The indicator no repaint!!!  The indicator has   MTF   mode, which adds confidence to trading on the trend (   no repaint   ). How to trade? Everything is very simple, we wait for the first signal (big arrow), then wait for the second signal (small arrow) and enter the market in the direction of the arrow. (See screens 1 and 2.) Exit on the opposite signal or take 20-30 pips, close half of it, and keep the rest until the opposite
作者のその他のプロダクト
Precision Breakout Pro MT4
James Patrick D Artanion Grieves
レンジブレイクアウトアラートインジケーター - ユーザーガイド この指標が示すもの レンジブレイクアウトアラートインジケーターは、特定の期間における価格レンジを識別し、価格がそのレンジを突破した際に取引シグナルを生成します。このインジケーターは、ブレイクアウトや平均回帰の機会を利用したいトレーダーのために開発されました。 仕組み 1. 範囲検出 時間ベースの間隔     : インジケーターが価格変動を追跡する特定の時間枠(例:10:00 - 12:00)を設定します。 範囲制限     : この期間中、最高値と最低値が範囲の限界となります 視覚的な表示     : 青い線は間隔の境界を示し、縦線は開始/終了時刻を示します 2. 信号生成 このインジケーターは、2 つの異なる取引戦略を提供します。 トレンドモード         ( InpMeanReversion = false ) ハイブレイク     :         ライムグリーンの上矢印         → 買いシグナル(価格がレンジを上抜ける) ローブレイク     :         赤い下矢印         → 売り
Precision Breakout Pro
James Patrick D Artanion Grieves
レンジブレイクアウトアラートインジケーター - ユーザーガイド この指標が示すもの レンジブレイクアウトアラートインジケーターは、特定の期間における価格レンジを識別し、価格がそのレンジを突破した際に取引シグナルを生成します。このインジケーターは、ブレイクアウトや平均回帰の機会を利用したいトレーダーのために開発されました。 仕組み 1. 範囲検出 時間ベースの間隔     : インジケーターが価格変動を追跡する特定の時間枠(例:10:00 - 12:00)を設定します。 範囲制限     : この期間中、最高値と最低値が範囲の限界となります 視覚的な表示     : 青い線は間隔の境界を示し、縦線は開始/終了時刻を示します 2. 信号生成 このインジケーターは、2 つの異なる取引戦略を提供します。 トレンドモード         ( InpMeanReversion = false ) ハイブレイク     :         ライムグリーンの上矢印         → 買いシグナル(価格がレンジを上抜ける) ローブレイク     :         赤い下矢印         → 売り
Sig MA MT5
James Patrick D Artanion Grieves
プロフェッショナルなスムージング、明確なアラート、複数の時間枠のサポートを備えた、色分けされたスマートな移動メディアで、日常のトレーダー向けに設計されています。 ## 簡単に言うと、何をするのか - チャート上に移動平均線を描きます。 - 線は方向に応じて色が変わります:     -青 = 上昇トレンド     - 赤 = 下降傾向     - 黄色 = フラット/ニュートラル - ラインの方向が変わったときにアラートを送信します (オプション)。 - 現在の期限内に 作業する か、より明確にするために期限を「借りる」こともできます。 トレーダーが愛する理由 - ノイズ除去: クラシックまたは高度なスムージング ツール (SMA、EMA、HMA、KAMA、T3 など) を選択します。 - 明確なシグナル: 色によって傾向がすぐにわかります。 -柔軟性 : より流動的な動作のために、生の価格または平均足の価格を使用します。 - 軽量: ライブ グラフィックで高速かつ応答性に優れるように設計されています。 ## クイックスタート 1.   `Custom MA.mq5` を MQL
フィルタ:
レビューなし
レビューに返信