Currency Strength Indicator with Action Dashboard

プロフェッショナル RSI MTF 通貨強弱 Dashboard システム(MT4)

1. 通貨強弱エンジン

単一の通貨は単独で取引することはできません。必ず通貨ペアとして取引されます。

そのため、本システムでは主要8通貨から構成される28通貨ペアを分析し、各通貨の絶対的な強さを計算します。

対象通貨:

USD - 米ドル
EUR - ユーロ
GBP - 英ポンド
JPY - 日本円
AUD - 豪ドル
CAD - カナダドル
CHF - スイスフラン
NZD - ニュージーランドドル

本インジケーターは RSI(相対力指数)を基本計算に使用します。

RSIは0〜100の範囲で正規化されているため、EUR/USDやUSD/JPYなど価格スケールが異なる通貨ペアでも公平に比較できます。

通貨強度計算方式

通貨がベース通貨の場合

例:

EUR/USD

計算:

Strength = RSI(EUR/USD)

通貨がクォート通貨の場合

例:

EUR/USD の USD

計算:

Strength = 100 - RSI(EUR/USD)

最終的な通貨強度:

Currency Strength =

その通貨が含まれる7つの通貨ペアの強度平均値

結果:

0〜100

強度レベル

70以上:

非常に強い(強い上昇モメンタム)

60〜70:

やや強い

40〜60:

中立

30〜40:

やや弱い

30未満:

非常に弱い(強い下降モメンタム)

2. マルチタイムフレーム分析(MTF)

システムは各通貨の強さを以下の時間足ごとに計算します。

M1

M5

M15

M30

H1

H4

D1

W1

MN

この計算から以下を取得します。

Average Strength(平均強度)

すべての時間足における通貨強度の平均値。

Momentum(モメンタム)

通貨強度の変化速度を測定します。

計算:

Momentum =

現在の平均強度 - 過去の平均強度

Acceleration(加速度)

モメンタム変化の速度を測定します。

計算:

Acceleration =

現在Momentum - 前回Momentum

トレンド方向

UP(上昇)

条件:

Momentum > +0.5

DOWN(下降)

条件:

Momentum < -0.5

FLAT(レンジ)

条件:

-0.5 ≤ Momentum ≤ +0.5

3. リアルタイム プロフェッショナル Dashboard

Dashboardはメインチャート上に表示されます。

通貨は自動的に:

最強通貨 → 最弱通貨

の順番でランキング表示されます。

表示項目

Rank(順位)

Currency(通貨)

M1

M5

M15

M30

H1

H4

D1

W1

MN

Average Strength(平均強度)

Momentum(モメンタム)

Acceleration(加速度)

Trend(方向)

Best Pair(最適通貨ペア)

Spread(強弱差)

Signal(シグナル)

強弱表示

強度 ≥65:

強い通貨

強度 ≤35:

弱い通貨

シグナル

BUY(買い)

SELL(売り)

WAIT(待機)

Best Pair機能

現在の通貨と最も強弱差が大きい相手通貨を自動検出します。

4. チャート分析エンジン

すべてのテクニカル分析はメインチャート上に表示されます。

Moving Average Engine

自動表示:

EMA20

EMA50

EMA100

EMA200

機能:

  • カスタムカラー設定

  • チャート右側にEMA名称表示

Fibonacci Engine

自動的に検出:

Swing High(高値ポイント)

Swing Low(安値ポイント)

表示するフィボナッチレベル:

23.6%

38.2%

50%

61.8%

78.6%

100%

161.8%

261.8%

重要な高値・安値が形成されると自動更新します。

Support & Resistance Engine

自動分析:

  • フラクタル

  • 日足高値・安値

  • 週足高値・安値

  • 月足高値・安値

  • Pivot Points

近い価格レベルを統合し:

Confluence Zone(重合ゾーン)

を形成します。

ゾーン強度:

★★★☆☆

★★★★☆

★★★★★

複数の分析要素が一致するほど重要度が高くなります。

5. インテリジェント シグナルエンジン

システムは通貨強度だけで売買判断を行いません。

複数条件が一致した場合のみシグナルを生成します。

BUY条件

1. 通貨強度確認

ベース通貨:

強い

クォート通貨:

弱い

条件:

Strength Spread > Threshold

2. トレンド確認

価格:

Price > EMA50

Price > EMA200

上昇トレンドを確認。

3. 移動平均確認

EMA20 > EMA50

買いモメンタムを確認。

4. サポート確認

価格が強力なサポートコンフルエンスゾーン付近で反応。

5. Fibonacci確認

価格が以下のレベルから反応:

38.2%

50%

61.8%

システムは:

Confidence Score

を計算します。

範囲:

0%〜100%

条件達成数によって信頼度を算出します。

Alert System(通知機能)

対応:

  • ポップアップ通知

  • サウンド通知

  • モバイルPush通知

  • メール通知

6. パフォーマンス最適化

MT4/MT5の負荷を軽減するため最適化されています。

Timer Throttling

Dashboard更新:

3秒ごと

New-Bar Trigger

以下の計算は新しいローソク足形成時のみ実行:

  • Fibonacci

  • サポート&レジスタンス

MT5最適化

初期化時:

Indicator Handleを作成

高速データ取得:

CopyBuffer()

を使用。

Auto Broker Symbol Resolver

ブローカー固有のサフィックスを自動認識します。

対応例:

EURUSD

EURUSD.m

EURUSD.pro

EURUSD.ecn

EURUSD.fx

コード変更不要。

最終目標

MT4/MT5向けのプロフェッショナル市場分析システムを構築します。

搭載機能:

  • RSIベース通貨強弱分析

  • マルチタイムフレーム分析

  • Momentum分析

  • Acceleration分析

  • トレンド判定

  • EMA分析

  • 自動Fibonacci

  • インテリジェント サポート&レジスタンス

  • リアルタイムDashboard

  • BUY/SELLスマートシグナル

  • 高度なアラートシステム

  • 全ブローカー対応

  • 高速処理最適化

目的:

プロトレーダーや金融機関が使用するシステムに近い、高度なマーケット分析ツールを開発すること。


おすすめのプロダクト
Oscillator helps determine the direction of the market Shows the direction of the price movement and is painted in the appropriate color. Allows you to conduct trend and counter trend trading It works on all timeframes, on any currency pairs, metals and cryptocurrency Can be used when working with binary options Distinctive features Does not redraw; Simple and clear settings; It works on all timeframes and on all symbols; Suitable for trading currencies, metals, options and cryptocurrency (Bitco
Knowledge of the strength and weakness of each currency is vital for every forex trader. Our   Currency Strength Meter indicator   measures the strength of eight major currencies (USD, EUR, GBP, CHF, JPY, CAD, AUD, NZD) by using the Relative Strength Index indicator, also known as RSI. The Currency Strength Meter indicator shows you, simply and quickly, when a currency is oversold, overbought, or in "normal area". This way, you can identify which currency is the strongest and the weakest. Our
The UNIVERSAL DASHBOARD indicator will eliminate the need of using dozens of indicators on dozens of charts. From one place you can monitor all the pairs and all the timeframes for each of the following indicators: MACD STOCHASTIC WPR RSI CCI You can also use any Custom indicator in the dashboard as long as it has a readable buffer. With a single click you can quickly navigate between charts, pairs and timeframes. Alerts will provide clear indication about what happens for your favorite pairs on
FREE
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: ADX above level Grey square: ADX below level Red bor
FTC Neuro
Aliaksandr Ausiyevich
革新的な取引ソリューションの世界へようこそ ! 私たちは、最新のマクロ経済統計と現代のニューラルネットワーク計算に基づいて取り組んで、あなたの注意に私たちの高度な取引顧問FTCニューロを提示 複雑なアルゴリズムの助けを借りて市場の状況を分析すると、アドバイザーは高度な人工知能アルゴリズムを使用して経済情報の隠されたパターンを認識します。 それはあなたの取引を入力し、終了するためのユニークなポイントを提供し、最も専門的な取引の経験を提供しています。 高品質の取引は常にリスクと利益のバランスであることは誰もが知っています。 私たちは独自のリスク管理システムを開発し、私たちの顧問は慎重にあなたの資本を安全に保つためにそれらを管理しています。 あなたの取引戦略を自動化し、私たちのFTCニューロ取引アドバイザーと複雑な意思決定を簡素化! リスクを最小限に抑え、あなたの資本を増やす機会を得る! そして、このすべて-将来的に快適さと自信を持って。 今日私たちの取引アドバイザーを試してみて、プロと高品質の取引の世界に身を浸し! 顧問の仕事では、マクロ経済統計による動きの方向の計算とニューラルネットワ
Multi Time Frame Multi Currency Signals Dashboard (MT4) A powerful, all‑in‑one MT4 dashboard delivering instant, high‑probability trading signals across multiple currency pairs and multiple timeframes — all from one clean, centralized chart. The Multi Time Frame Multi Currency Signals Dashboard simplifies the way you analyze the markets by unifying signals, trend conditions, and key levels into a single view. Driven by an advanced multi‑timeframe trend algorithm, it scans dozens of symbols sim
Smart Currency Strength   is a powerful yet simple indicator that measures the strength of individual currencies. It features a graphic panel that lists the main currencies and their strength in each timeframe, ranging from 0 (most oversold) to 100 (most overbought). The strength for all currencies in the current timeframe is also shown in a separate window as a multi-line graph, where each currency is represented with a different color, this allows you to monitor the evolution of strength tre
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
TrendSeeker Pro ― 究極のトレンド&ターニングポイント・ダッシュボード + H4レンジ検出器 Ultimate Trend & Turning Point Dashboard は、トレーダーを常にトレンドの正しい方向へ導き、低確率なレンジ相場を排除し、高精度なターニングポイントエントリーを自信をもって提供する、完全なマルチタイムフレーム市場判断システムです。 これは単なるインジケーターではありません。 取引前に必ず答えを出す、完成されたトレードフレームワークです。 このツールは、エントリー前に次の 3つの重要な質問 に答えます: 市場は トレンド相場 か レンジ相場 か? 上位足(H4)の バイアス は何か? 最も 安全で精度の高いエントリーポイント はどこか? 1. スマート・マルチシンボル・トレンドダッシュボード(H4ベース) 内蔵ダッシュボードは、すべての取引可能シンボルを自動スキャンし、H4時間足における EMA・ADX・ATR ロジックを用いて各通貨ペアを即座に分類します。 ダッシュボードには以下が明確に表示されます: PAIR(通貨ペア) TREND → U
Expert for trading with the BowTie strategy. Intelligent algorithm for scalper and intraday traders. Multi time frame and multi currency panel.   The benefits you get: Easy-to-use panel that alerts you to crossings of moving averages, like strategy, on each currency. Possibility to choose your favorite crosses. Possibility to choose to activate only the preferred time frames. Never redesigns, does not retreat, never recalculates. Works on forex and CFD, timeframe from M5 to D1. Integrated pop-up
Market Momentum Alerter Market Momentum Alerter will inform you about danger to operate in the market. Imagine you see a very nice setup (Forex, Stocks, Indices) and you decide to place your trade... And you finally lose your trade and don't understand what happened. This can happen due to big operations in the market carried out by banks and big institutions. These operations are invisible for most people. Now with the Market Momentum Alerter you will be able to detect those operations...
Currency Strength Matrix (CSM) is an indicator that will show you the current strength of the major currencies in several timeframes, allowing you to sort the currencies for strength and spot possible trading setups. This indicator is ideal for scalping and in all those events of sudden big moves. How does it work? The CSM compares the value of the current moving average with the same moving average in the previous candle for all the 28 pairs and all 9 timeframes, producing a Matrix of Strength
FREE
Ichimoku Cloud Strategy Multicurrency EA MT4を紹介します。これは、複数の通貨ペアにわたってIchimokuインジケーターの力を活用しようとするトレーダーのために設計された洗練された取引ソリューションです。このエキスパートアドバイザーは、堅牢なシグナルロジックに基づいて取引決定を自動化し、取引戦略を最適化しようとする初心者と経験豊富なトレーダーの両方に最適です。 このEAは、グリッド回復、ヘッジオプション、さまざまなリスク管理ツールなどの高度な機能を活用できる包括的な取引フレームワークを提供します。Ichimoku戦略を活用することで、トレーダーは市場の変動を効果的にナビゲートし、リアルタイムで利益の機会を活かすことができます。 MQL製品のインストールガイド | MT4で購入したMQL製品の更新 | 一般的なトラブルシューティングガイド | 一般設定 / 入力ガイド | インジケーター設定 | バックテストとセットファイル 主な特徴 コア取引戦略:信頼性の高い取引シグナルのためにIchimokuインジケーターを利用し、意思決定を強化します。
Algo Trading Indicaor  With this indicator , you’ll have zones and trends that hight probability the price will reverse from it. so will gives you all the help that you need  MT5 Version                    https://www.mql5.com/en/market/product/170028 MT4 Version                    https://www.mql5.com/en/market/product/88034 Why should you join us !?  1-This indicator is logical since it’s working in previous days movement , to predict the future movements. 2-Algo trading indicator will hel
Ultimate ADX Multi-timeframe Indicator This indicator provides real-time ADX values for multiple timeframes in one unobtrusive label panel. It i s especially useful for gauging trend strength across timeframes without constantly switching charts. Choose which periods to display, anchor the panel to any chart corner, and color-code ADX strength levels to your taste. Key Features & Personalization Multi-Timeframe ADX - Toggle visibility for 9 built-in periods (M1, M5, M15, M30, H1, H4, D1, W1, MN1
FREE
Renko Starは、練行チャートを取引するように設計されたMT4矢印タイプのインジケーターです。このインジケーターには、勝率や獲得ポイントなどの役立つ情報をトレーダーに伝えるバックテストダッシュボードがあり、ATR x乗算のtpとslも提供されます。バーオープンまたはイントラバーのシグナルであり、シグナルが与えられた正確な価格を示す黄色のマークが付いています。このインジケーターの使用方法は、インジケーターが示す矢印に従って買いまたは売りを開始し、tpを設定することです。インジケーターによって与えられる sl や sl も、インジケーターの設定をいじってみると結果が良くなったり最悪になったりするため、信頼できるダッシュボードで良い結果が得られるまでインジケーター設定を変更する必要があります。 このインジケーターは再ペイントまたはバックペイントを行いません パラメーター : atr tp : atrに基づくtp値 atr sl : atrに基づくsl値 atr期間 星期 スターフィルター History : バックテストする履歴の量 スプレッド : 計算にスプレッドを使用したバッ
Gann Box MT4
Frederic Jacques Collomb
5 (1)
Gann Box インジケーターは、トレーダーが市場の重要なレベルを特定し、活用するのを支援するために設計された強力で多機能なツールです。このインジケーターを使用すると、チャート上に長方形を描くことができ、それが自動的に 0, 0.25, 0.50, 0.75, 1 の戦略的レベルを持つ複数のゾーンに分割されます。価格がこれらのレベルのいずれかに達すると、アラートがトリガーされ、トレーディングの意思決定に貴重な支援を提供します。描いたゾーンに対する市場の動きを即座に把握できます。ゾーンをトレースするには、単純な長方形を描いて名前を GannBox に変更するだけです。 このインジケーターは、 サポートとレジスタンス の概念を使用するトレーダー、 サプライとデマンド 、 ICTテクニック 、または**公正価値ギャップ(FVG)**の専門家など、すべてのタイプのトレーダー向けに設計されています。 デイトレーダー、スイングトレーダー、またはポジショントレーダーであろうと、 Gann Box は市場の動きをより良く理解し予測する手助けをし、反応性とパフォーマンスを向上させます。 MT5バージョ
Super Scalp Indicator MT4    is a unique  trend reversal  100% non-repainting  multi-algo indicator that can be used on all symbols/instruments:   forex,   commodities,   cryptocurrencies,   indices,   stocks .    Super Scalp Indicator MT4    will determine the current trend at its early stages, gathering information and data from up to 10 standard algos When indicator give a valid buy or sell signal, a corresponding arrow will be printed on the chart, open trade at start of the next candle/bar
DoIt EA Monitor - Multi EA Performance Dashboard for MT5 Your account can be profitable while one EA quietly drags down the portfolio. MetaTrader history shows the combined result, but it does not clearly show which strategy deserves more capital and which one needs attention. DoIt EA Monitor runs on one chart and separates live and historical performance by magic number, EA and symbol. It is completely read-only. It never opens, closes or modifies a trade. KNOW WHICH EA IS EARNING ITS PLACE Aut
FREE
Free informative Indicator-helper. It'll be usefull for traders who trade many symbols or using grid systems (Averaging or Martingale). Indicator counts drawdown as percent and currency separate. It has a number of settings: Count deposite drawdown according equity value and send e-mail or notifications to user if DD more than set; Sending e-mail when max open orders reached; Shows price and remaining pips amount before MarginCall on current chart and Account generally; Display summary trade lot
FREE
Meat EA
Roman Kanushkin
5 (1)
The Meat EA is a fully automatic, 24-hour trading system. It trades based on analysis of market movement on the basis of a built-in indicator and the Moving Average trend indicator. The system is optimized for working with the EURUSD currency pair on the M30 timeframe. It is recommended to use an ECN/STP broker with low spread, low commission and fast execution. Signal monitoring Working currency pair/timeframe: EURUSD M30. Advantages never trades against the market; the higher the risk, the hi
https://t.me/mql5_neuroExt   actual version Signal  https://www.mql5.com/ru/signals/1516213 You can use any tool. The bases will be automatically created at the start of the Learn. If you need to start learning from 0 - just delete the base files. Initial deposit - from 200 ye. Options: DO NOT ATTEMPT TO TEST WITHOUT NEURAL NETWORK TRAINING! it is enough for the balance graph after training to be horizontal. generating a training base is extremely simple.  there is a ready-made training for
FREE
Ema Dashboard is an innovative dashboard that allows you to monitor Moving Average on multiples symbols and different timeframes. This dashboard allows you to analyze information on 28 pairs on an unique chart. Its functionality includes analysis of All Time Frames. This configuration allows you to identify the Long Term Trend with extreme ease. This panel allows you to take very important directional movements. A click on button opens a new chart (symbol and timeframe). Graphic Object Symbol l
Product Description: Intuition Bot – Your Reliable Partner in the World of Forex Trading Intuition Bot is an advanced expert system designed to optimize the trading process in the Forex market. This bot allows traders of all experience levels to efficiently manage their trading strategies without excessive focus on profit prediction. With its enhanced internal architecture, Intuition Bot can operate with a wide range of currency pairs, ensuring flexibility and adaptability in various market cond
MP Candle Countdown indicator with a progress bar is a tool used in technical analysis that displays the time remaining until the current candlestick on a chart closes, along with a progress bar that shows visually the amount of time that has elapsed since the candlestick opened. This indicator can be helpful for traders who use candlestick charting to make trading decisions, as it provides both a visual representation of the time left until a candlestick closes and an indication of how much ti
FREE
I will support only my client. สำหรับลูกค้า Star Fund Ai Robot is a safe system for Forex and Crypto currencies trading. Developed exclusively for the XAUUSD pair(GOLD), any currency pairs and any broker. Try now! The Ai Robot is designed to operate in the XAUUSD (GOLD) and any currencies market, entering only when there are high probabilities of success and certain unique conditions. The Ai Robot is based on a robust, profitable strategy and No MARTINGALE. No more indicator. You can select da
RFX Forex Strength Meter is a powerful tool to trade 8 major currencies in the Forex market, U.S. Dollar ( USD ) European Euro ( EUR ) British Pound ( GBP ) Swiss Franc ( CHF ) Japanese Yen ( JPY ) Australian Dollar ( AUD ) Canadian Dollar ( CAD ) New Zealand Dollar ( NZD ) The indicator calculates the strength of each major currency using a unique and accurate formula starting at the beginning of each trading day of your broker. Any trading strategy in the Forex market can be greatly improved b
Designed with advanced algorithms and utilizing deep learning technology, our Haiau Capital MT4 (EA) is crafted to assist you in the intricate world of forex trading. The system analyzes market behaviors and conducts transactions based on specific criteria, empowering you to engage with market trends more effectively. With the backing of nearly a decade of data, the EA employs deep learning to examine past market conditions, aiming to provide enhanced decision-making. Recommendations: Curren
KT Day Trading MT4
KEENBASE SOFTWARE SOLUTIONS
KT Day Trading MT4 provides simplified Buy and Sell signals using a combination of some specific candlestick patterns occurring in the market exhaustion zones. These signals are designed to identify market reversals and entry/exit points. The indicator can be used to trade on any timeframe from the 1 Minute up to the Daily chart. Features Three types of entry signals according to the market structure i.e. Trend following, Range bound, and Counter trend signals. Crystal clear Entry, Stop-Loss,
FCK Quantum Scalping
Patel Hitendrakumar Mahendrabhai
For those who have followed my FCK Quantum Scalping thread know about the FCK Quantum Scalping indicator and have taken the indicator to different levels (Mastermind) to suit his or her trading style. In this system, the Quantum indicator is only for showing us trading entries, and that’s it. Targets and stop levels are a little later. For those who don’t know what the FCK Quantum Scalping indicator is, I’ll tell you. The FCK Quantum Scalping  indicator is basically a modified Wave indicator i
FREE
このプロダクトを購入した人は以下も購入しています
Miraculous Indicator – ガン・スクエア・オブ・ナインに基づく100%非リペイントのFXおよびバイナリーツール この動画では、FXおよびバイナリーオプションのトレーダー向けに特別に開発された、非常に正確で強力な取引ツールである Miraculous Indicator を紹介しています。このインジケーターがユニークなのは、伝説的な ガン・スクエア・オブ・ナイン と ガンの振動の法則 に基づいている点で、現代の取引で利用できる最も正確な予測ツールの一つとなっています。 Miraculous Indicatorは 完全に非リペイント であり、ローソク足が確定した後にシグナルが変化したり消えたりすることはありません。つまり、見たものがそのまま利用できます。これにより、トレーダーは自信を持ってエントリーおよびエグジットを行うための信頼性と一貫性のある根拠を得ることができます。 主な特徴: ガン・スクエア・オブ・ナインとガン理論に基づいて構築 100%非リペイントのシグナルシステム すべての時間枠(M1、M5、H1、H4、日足、週足)で機能 FXおよびバイナリーオプション取引
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
Trend Breakout Arrows Indicator The Trend Breakout Arrows Indicator is a momentum-based signal tool designed to identify potential bullish and bearish breakout opportunities. It displays clear arrow signals directly on the price chart, helping traders quickly recognize possible trend changes and continuation setups. Up Arrow (Buy Signal) A magenta up arrow appears below a candle when bullish momentum begins to strengthen. This signal indicates that buying pressure may be overtaking selling press
TRADING STRATEGY GUIDE DELIVERY The full Trading Strategy Guide will be sent directly to you after purchase. Just message me on MQL5 and ask for it — you'll receive it instantly, along with priority support and setup help. Powered Market Scanner for Smart Trading Decisions keypad support resistance logic 1  is a next-generation MT4 trading system built for serious traders who demand precision, reliability, and clarity. It combines advanced smart filters with real-time price structure logic to
一款信号统计指标(MT4)——实现基于当前图表周期下的单线MA转向和双线MA金叉/死叉统计 . 转向定义:前一K向下或走平,当前K向上,视为转向向上;反之,转向向下。 金死叉定义:前一K快线在慢线下方,当前K快线在慢线上方,为金叉;反之,死叉。 参数及使用说明: 1、可指定统计K线数。 2、可指定4个不同的日内时间段,格式如"03:00-07:59",4个时间段可交叉任意输入。 3、可配置ABC三个浮盈区间段点值。如:分界区间统计小点值设为500,即当某转向信 号出现后到下一反向信号止浮盈<=此点值,计入A区间; 若大于此点值<大分界点值时,计入B区间;若大于“大分界点值”计入C区间。 4、最大/最小浮盈统计。显示所有统计区间内的最大浮盈点值和最小浮盈点值(亏损点值)。 5、输出完整信号,按信号出现顺序排列,如“ACCBCA”之类。 6、综合预测。使用概率、周期、趋势、马尔可夫链等综合概算输出预测该信号出现的归类概率值。 7、加载指定MA线。在当前图表自动载入相应设置的MA线。 8、自适应列宽。以完整显示统计信号数。 9、用法:点击相应统计按钮即输出相应的统计表格.
A scalping indicator based on mathematical patterns, which on average gives signals with relatively small SL, and also occasionally helps to catch big moves in the markets (more information in the video) This indicator has three main types of notifications: The first type warns of a possible/upcoming signal on the next bar The second type indicates the presence of a ready signal to enter the market/open a position The third type is for SL and TP levels - you will be notified every time price re
FFx Engulfing Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the suggestion once the price reached the SL line Lines
FFx InsideBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too close buy/sell entry suggestions 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the c
FFx OutsideBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry. 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low. 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward. Offset the dashboard - any place on the chart. Remove the suggestion once the price reached the SL line.
FFx PinBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too small candles 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the sugges
Automatic, live & interactive picture of all trendlines. Assign push, email and sound alerts to the lines of your choice and be informed about price rollback, breakout, rollback after breakout, number of rollbacks, line expiration by double breakout. Correct, drag or delete the lines and interactively tune the line system. https://youtu.be/EJUo9pYiHFA . Chart examples https: //www.mql5.com/en/users/efficientforex Price Interaction Events All events are effective immediately and only after one
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly). Define the width (number of bars) for each ti
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly). Define the width (number of bars) for each ti
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to Understand the Status: Green/Red square: histogram above/below 0 line Green square + Red bord
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: RSI above/below 50 line Green square + Red border: R
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: Stoch above/below 50 line Green square + Red border:
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: Price above/below Cloud (Kumo) Green square + Red bo
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: MA pointing Up/Down Green square + Red border: MA po
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs. Multi timeframes: all selected timeframes must agree for an alert to be triggered. Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green square: Price above PSAR Red square: Price below PSAR Options
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: CCI above/below levels (ie. 100/-100) Grey square: C
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: bullish/bearish candle Options available in the FFx Dashboard Alerter
The indicator of a Professional Trader is an arrow indicator for predicting the direction of price movement. I have been working on this indicator since 2014. You can use this indicator as your main indicator, use its entry signals, and use it as your only indicator to find entry points. About the product: Recommended TF [H4-D1-W1]   . The indicator predicts the direction of the next candle. Fits a variety of tools; Flexibility in settings for different instruments and intervals through the MO
The [GRAFF] III manual trading system is based on multiple MetaTrader (MT4) indicators. Together, the entire PACK of GRAFF III indicators makes an advanced trading tool. The system consists of over 20 different custom-built indicators which have been carefully selected and tested in the long term to produce strong and efficient trading signals. The particular indicators are based on different mathematical formulas, so the entire system is calibrated to remove false signals from its own indicator
FFx Universal Strength Meter PRO is more than a basic strength meter. Instead of limiting the calculation to price, it can be based on any of the 19 integrated strength modes + 9 timeframes. With the FFx USM, you are able to define any period for any combination of timeframes. For example, you can set the dashboard for the last 10 candles for M15-H1-H4… Full flexibility! Very easy to interpret... It gives a great idea about which currency is weak and which is strong, so you can find the best pai
A simplistic indicator informing a user on RSI divergence by sending messages to mobile device and email. The indicator draws 2 vertical lines, marking two RSI extrema that formed the divergence. You get the alert, open the charts and make a decision. The indicator does not show past divergences, thus when you attach it to a chart for the first time you see nothing. Graphics and alerts will appear as soon as divergences do. Drop it in Tester to see how it works. Parameters: RSIPeriod - number of
Pan PrizMA CD Phase is an analogue of the МetaТrader 5 indicator , and is an option based on the Pan PrizMA indicator. Details . Averaging by a quadric-quartic polynomial increases the smoothness of lines, adds momentum and rhythm. Extrapolation by the sinusoid function near a constant allows adjusting the delay or lead of signals. The value of the phase - wave status parameter (which is close in meaning to the trigonometric phase or the angle of the radius-vector rotation in the trigonometric p
The Name Green Wall : Arrows hits a lot of TP, by changing the idea of non using SL as something bad, but instead use Small TP and a lot of free Margin and Patience. Use micro TP and a lot of Free Margin with this indicator on Forex. It also can be used with Binary Options. This strategy is intended to be traded Manually. This Indicator runs on Open Bar, arrows will delete when price are against it. The only Indicator Parameter is Alerts true/false, all the rest is included inside the code. Arro
フィルタ:
レビューなし
レビューに返信