NeuroSignalAI

日本語 (Japanese)

📖 完全セットアップガイド
🎯 基本AI設定

1. AIモデル設定

text

Min_Confidence = 0.65 # シグナルの最小信頼度 (0.1-0.9) Risk_Reward_Ratio = 2.0 # リスクリワード比率 (推奨 1.5-3.0) Max_Signals = 200 # 履歴中の最大シグナル数

設定方法:

Min_Confidence: 値が高いほど信頼性の高いシグナルですが、数は少なくなります。スキャルピングの場合は0.55、スイングの場合は0.7+

Risk_Reward_Ratio: 保守的な取引では3.0、積極的では1.5

2. シグナルフィルタリング

text
Filter_By_RSI = false          # RSIでフィルタリング (true/false)
Filter_By_Trend = true         # トレンドでフィルタリング
Max_Same_Type_Per_10_Bars = 1  # 10本のバー中に同じタイプの最大シグナル数

ヒント:

Filter_By_Trend = true - 信頼性向上のためトレンド方向のみ取引

Max_Same_Type_Per_10_Bars - 1つのシグナルタイプに「固執」するのを防ぐ

⚖️ リスク管理

3. ストップロスとテイクプロフィット

text

StopLoss_Pips = 70.0 # ストップロス(ピップ) TakeProfit_Pips = 140.0 # テイクプロフィット(ピップ)(0の場合 - Risk/Rewardから計算) Dynamic_TakeProfit = true # 動的TP Trailing_Stop = true # トレーリングストップ

推奨事項:

StopLoss_Pips: ボラティリティに依存。ATR*1.5を使用

Trailing_Start_Pips: 40ピップ利益後のトレーリング開始

Trailing_Step_Pips: トレーリングステップ5ピップ

4. AIにおけるインジケーターウェイト

text
RSI_Weight = 0.3              # RSIウェイト (0-1)
MACD_Weight = 0.25            # MACDウェイト
Trend_Weight = 0.2            # トレンドウェイト
ATR_Weight = 0.1              # ボラティリティウェイト

重要: ウェイトの合計は約1.0である必要があります。
スタイルに合わせてカスタマイズ:

トレンド戦略: Trend_Weight を0.4に増加

カウンタートレンド: RSI_Weight を0.5に増加

ボラティリティ: ATR_Weight を増加

👁️ 表示設定

5. ビジュアル設定

text

Show_Entry_Points = true # エントリーポイントを表示 Show_Exit_Points = true # エグジットポイントを表示 Show_InfoPanel = true # 情報パネルを表示 Show_Line_TP_SL = true # TP/SLラインを表示

追加設定:

矢印の色を好みに合わせて変更可能

InfoPanelは常に現在の統計を表示

6. ロギングと通知

text
Log_Level = LOG_LEVEL_INFO     # ロギングレベル
Send_Notifications = false     # MT5への通知送信

ロギングレベル:

ERROR: 重大なエラーのみ

WARNING: 警告 + エラー

INFO: 基本情報(推奨)

DEBUG: 完全なデバッグ情報

🚀 高度な機能

7. 高度なAIアルゴリズム

text

Use_Advanced_AI = false # 高度なAIを使用 Use_Volume_Filter = false # ボリュームフィルター Use_Time_Filter = true # 時間フィルター

高度なAIを有効にする場合:

トレンド市場において

上位時間足(H1、H4、D1)で作業する場合

通常のAIが多くの誤シグナルを出す場合

8. 追加インジケーター

text
Use_Stochastic = false         # ストキャスティクスを使用
Use_BB = false                 # ボリンジャーバンドを使用

推奨事項:

ストキャスティクス: レンジ相場で効果的

ボリンジャーバンド: スキャルピングやレンジ境界の定義に有効

🎮 ホットキー(Enable_Hotkeys = true を有効化)

text

F1 - アクティブなシグナルを表示 F2 - 統計をCSVにエクスポート F3 - 全てのアクティブなシグナルを閉じる(テスト用) F4 - 現在の設定を確認 F5 - 取引レポートを生成 F6 - パフォーマンス分析 F7 - システムレポート F8 - 設定をエクスポート F12 - 統計をリセット

📈 推奨プリセット

プリセット1: デイトレード (D1/H4)

text
Min_Confidence = 0.7
Risk_Reward_Ratio = 3.0
StopLoss_Pips = 100
Use_Advanced_AI = true
Filter_By_Trend = true

プリセット2: スキャルピング (M5/M15)

text

Min_Confidence = 0.6 Risk_Reward_Ratio = 1.5 StopLoss_Pips = 30 Trailing_Stop = true Trailing_Start_Pips = 20

プリセット3: スイングトレード (H1/H4)

text
Min_Confidence = 0.65
Risk_Reward_Ratio = 2.5
Use_Stochastic = true
Use_BB = true
Use_Time_Filter = true

🔧 実用的なヒント

デモ口座から始める: リスクなしで設定をテスト

ジャーナルをつける: 統計をエクスポートして分析

市場に適応する: ボラティリティ変化時に設定を変更

マルチタイムフレームを使用: 複数のTFでシグナルを確認

他のインジケーターと組み合わせる: 自身の戦略のフィルターとして使用

📊 シグナルの読み方

🟢 緑の上矢印: 買いシグナル

🔴 赤の下矢印: 売りシグナル

🔵 青の点線: テイクプロフィットレベル

🟠 オレンジの点線: ストップロスレベル

 緑のチェックマーク: 利益確定エグジット

 赤のバツ印: 損失エグジット

🚨 重要な警告

エキスパートアドバイザーではありません: インジケーターはシグナルを表示するのみ

手動確認が必要: 常にシグナルを確認してください

過去の実績は将来の結果を保証しません: ヒストリカルテストを実施

リスク管理: ストップロスを使用

💡 クイックスタート

チャートにインジケーターをインストール

取引スタイルに合ったプリセットから開始

統計モニタリングのためInfoPanelを有効化

3-6ヶ月のヒストリカルデータでテスト

インジケーターウェイトをカスタマイズ

サポートとアップデート: MQL5マーケットのコメント欄に質問や提案をどうぞ!

NeuroSignal AI - 取引意思決定のためのスマートアシスタント。金融市場での取引は資金損失のリスクがあることをご了承ください。


おすすめのプロダクト
AURUM MID-QUANT PRO v5.60 Quantitative Excellence for Gold (XAU/USD) & Volatility Trading Gain a professional edge over institutional markets with AURUM MID-QUANT PRO , an advanced Price Action Pattern Detection and Breakout Engine designed exclusively for MetaTrader 5 . Built specifically to capture the unique volatility of Gold (XAU/USD) and other major financial instruments, this powerful indicator combines high-precision algorithmic pattern recognition with real-time dynamic accumulation z
Avez-vous toujours rêvé de pouvoir entrer sur le marché juste après la clôture d'une bougie… et de voir le marché évoluer immédiatement dans votre sens ? Avez-vous toujours souhaité détecter les retournements de tendance plus tôt, éviter les faux signaux et, surtout, saisir les tendances longues avant la majorité des traders ? Aujourd'hui, je vais vous présenter mon nouvel indicateur : Prophète du retournement intelligent. Contrairement aux indicateurs traditionnels qui réagissent avec un certa
Introduction to Fractal Pattern Scanner Fractal Indicator refers to the technical indicator that makes use of the fractal geometry found in the financial market. Fractal Pattern Scanner is the advanced Fractal Indicator that brings the latest trading technology after the extensive research and development work in the fractal geometry in the financial market. The most important feature in Fractal Pattern Scanner is the ability to measure the turning point probability as well as the trend probabil
Manyal trading system, CovEchoTrend Robot, focuses on reliability and flexibility. By employing statistical analysis methods to study the relationships between the base indicator and market patterns, the system enables a deeper understanding of market processes. Intelligent pattern analysis: The application of statistical data processing helps identify key trend reversal points more accurately, signaling significant market shifts. Informed decision-making is based on the intersection of indicato
Impulse fractals indicator - is counter-trend oriented complex market fractal pattern.  Market creates bull/bear impulse, trend starts, fractals on impulsed wave are an agressive pullback signals. Buy arrow is plotted when market is bearish and it's impulse showed up-side fractal, and sell arrow is plotted when market is bullish and it's impulse showed dn-side fractal. Main indicator's adjustable inputs : impulsePeriod - main period of impulse histogram  filterPeriod  - smoothes impulse accordi
このインジケーターは実践的なトレードに最適な自動波動分析のインジケーターです! 場合... 注:   Tang Lun (Tang Zhong Shuo Zen) の命名規則の影響で、私は波のグレーディングに西洋の名前を使用することに慣れていません。基本的な波を ペン 、二次波のバンドを セグメント と名付けました。同時に、 セグメント にはトレンドの方向が指定されます (この命名方法は将来のノートで使用されます。最初に言っておきます)。ただし、アルゴリズムは曲がりくねった理論とはほとんど関係がないため、付けるべきではありません。これは、私の市場分析 によって要約された、絶えず変化する複雑な運用ルール を反映しています。 バンドは標準化され、人によって異なることがないよう定義されており、市場参入を厳密に分析する上で重要な役割を果たす人為的な干渉の描画方法が排除されています。 このインジケーターを使用することは、取引インターフェイスの美しさを改善することと同等であり、元の K ライン取引を放棄し、取引の新しいレベルに連れて行きます。また、宣伝の観点から顧客の認識も向上します。 イ
Woodie CCI MTF Plus The Woodie CCI MTF Plus is an advanced, multi-timeframe trading engine engineered to eliminate chart clutter and trading hesitation. Expanding on Ken Wood’s core methodology, this upgraded system integrates the classic Woodie CCI engine with a Dynamic Multi-Timeframe (MTF) Dashboard , Trend Age Tracking , and Consensus Background Alignment Alerts,  giving you full higher-timeframe context on a single chart. Core Trader Questions Answered What is the global market trend ac
Orderflow Super Candles - Simple Footprint Chart Indicator Platform: MetaTrader 5 (MT5)  (The last screenshot shows the use of the DOM tool in conjunction with the product.) 1. Product Introduction Orderflow Super Candles is a professional charting tool based on underlying Tick data analysis, designed to provide traders with a deep "X-ray" view of the market. By parsing the buy and sell volume distribution within each candlestick, this indicator visualizes the hidden market microstructure. It
G2 Entry Signal
Ida Bagus Putu Mahardika
G2 ENTRY SIGNAL by Ida Bagus Putu Mahardika STRATEGY DESCRIPTION G2 Entry Signal is a professional multi-strategy entry dashboard that combines top-down analysis with 3 proven trading strategies in one powerful indicator. Designed for traders who demand clarity, accuracy, and actionable signals, this tool filters market noise and delivers high-probability entry opportunities directly on your chart. KEY ADVANTAGES 1. 3 STRATEGIES IN ONE DASHBOARD Strategy 1 – London Session Breakout:   Capt
FREE
Indicator of trend deviation with a static level. The deviation coefficient is set for the trend histogram. Signals are the intersection of the level trend histogram in the direction of the trend or during a trend reversal - the option is selected in the indicator settings by the "Revers" parameter. There are all the necessary settings for the design of the indication and sending messages to mail or a mobile terminal. All input parameters have an intuitive name. Analog for MT4: https://www.mql5.
NRP SMC PRO EA — Product Description Short Description Professional Smart Money Concepts Expert Advisor engineered for XAUUSD, combining institutional market structure analysis, Fair Value Gaps, liquidity sweeps, and prop-firm-focused risk management. Includes optional news filtering, trading sessions, trade journaling, and advanced capital protection. NRP SMC PRO EA — Institutional Smart Money Automation for MT5 NRP SMC PRO EA is a professional Smart Money Concepts Expert Advisor built around c
Overview Omega Sense X   is a professional trading indicator developed exclusively for   Major Currencies (EUR, GBP, JPY, AUD, NZD, CAD, CHF)   on the MetaTrader 5 platform. It utilizes an intelligent multi-factor analysis system to identify high-probability trading opportunities while filtering out weaker market conditions. This helps traders make more informed decisions without continuously monitoring the market. Key Features Clear Buy and Sell signals. Smart filtering system to improve signa
The  OBV MTF  is an Enterprise-grade On-Balance Volume indicator that transforms standard OBV into a complete trading system. It combines gradient-aware momentum analysis, divergence detection, multi-timeframe alignment, and dynamic customisable midpoint-filtering in a single intuitive professional volume analysis tool. Core Features 1. 5-State Momentum Engine Aqua (Strong Bullish) : OBV slope rising with positive acceleration SteelBlue (Weak Bullish) : OBV rising but losing momentum Gray (Neutr
Develop this indicator for periods of 30 minutes or more, focus on getting market trends right and making sure they are met. MFOP v8.1 gets straight to the point: it scans the market and tells you exactly when there is enough strength to enter a trade. This indicator doesn't do magic, it uses mathematical algorithms to filter out market noise, not enter into false breakouts and show you clear BUY (blue arrow) and SELL (red arrow) opportunities. It is designed and optimized specifically to take
価格が流動性を探しに向かう可能性のある場所を把握 Liquidity Reaction Map MT5は、確定した価格構造に基づいて、潜在的なバイサイドおよびセルサイド流動性エリアを特定するチャート型市場分析インジケーターです。 スイングポイント、等しい高値と安値、前日および前週の水準、セッションの高値と安値、心理的なラウンド価格を整理された流動性マップに統合します。近接する水準は統合され、強度、現在価格からの距離、複数ソースの一致度に基づいて順位付けされます。 価格が流動性エリアに接近する、流動性をスイープする、反発する、またはブレイクする可能性のある場所を分析するために使用できます。取引の開始や管理は行いません。 流動性のソース 流動性マップは、次の情報から流動性を特定できます。 確定したスイング高値と安値 等しい高値と等しい安値 前日の高値と安値 前週の高値と安値 完了したセッションの高値と安値 心理的なラウンド価格水準 設定可能な複数の時間足 バイサイド流動性は関連する高値の上に表示され、セルサイド流動性は関連する安値の下に表示されます。 これらのエリアは、過去の価格構造から算
Aegis Quantum Reversal MT5
Amanda Vitoria De Paula Pereira
Aegis Quantum Reversal   is a straight rules-based trading tool built to stop you from chasing bad entries, most indicators repaint or shift arrows backward to look good on past history but this one doesn't, the signals plot only when a bar closes and what you see on the chart stays there forever with no tricks, there is no generic retail moving average lag either because the engine uses a refined Nadaraya-Watson core combined with standard deviation lookbacks, it creates dynamic bands to map
Trend Arrow Super The indicator does not redraw and does not change its data. Professional but very easy to use Forex system. The indicator gives accurate BUY\SELL signals. Trend Arrow Super is very easy to use, you just need to attach it to the chart and follow simple trading recommendations. Buy signal: Arrow + histogram in green color, enter immediately on the market to buy. Sell signal: Arrow + Histogram in red color, enter immediately on the market to sell.
Professional Continuity, CRT & Smart Money Concepts Indicator This indicator was developed for traders who need a clearer, more structured, and more professional way to read the market. Its main objective is to help identify continuity zones, structural shifts, relevant CRT setups, and institutional points of interest by integrating advanced price action analysis and Smart Money Concepts into one powerful tool. Unlike traditional indicators, this tool does not simply display isolated signals. It
Introduction This indicator detects volume spread patterns for buy and sell opportunity. The patterns include demand and supply patterns. You might use each pattern for trading. However, these patterns are best used to detect the demand zone (=accumulation area) and supply zone (=distribution area). Demand pattern indicates generally potential buying opportunity. Supply pattern indicates generally potential selling opportunity. These are the underlying patterns rather than direct price action. T
Veltrion Smart Fibonacci   is a clean automatic Fibonacci structure overlay for MetaTrader 5. It automatically detects recent swing highs and swing lows, then draws key Fibonacci retracement levels directly on the chart. The indicator is designed to help traders visualize market structure, retracement zones, and the golden zone without manually drawing Fibonacci tools. Key Features Automatic swing high and swing low detection Clean Fibonacci retracement overlay Horizontal Fibonacci levels for a
DuhokTrend
Ismael Nayif Ismael Ismael
How to Add a Product Description (MetaTrader Market) To add the product description effectively in MetaTrader's Market, follow these steps: 1. Log into the MetaTrader Market: Go to your MQL5 account . Navigate to the "Seller's Dashboard" or "Products" section. Select your product, DuhokTrend . 2. Writing the Description: To enhance the product's rating, write a detailed and structured description : Template for Product Description: DuhokTrend - Advanced Indicator for Trend Analysis Overview:
The  Trade by levels for mt5  indicator is designed to automatically determine the formation of a model for entering the market on the chart of the selected instrument. Definitions:           ⦁ BFl is the bar that formed the level.          ⦁ BCL1 and BCL2 bars, confirming the level.  The graphical model:         ⦁ levels high\low the bars BFL and BCL1 must match the accuracy to the point         ⦁ there can be any number of bars between BFL and BCL1.         ⦁ between BCL1 and BCL2 intermedi
FREE
The indicator determines a special pattern of Joe Dinapoli. It gives very high probability buy and sell signals. Indicator does not repaint. Indicator Usage Buy Signal ''B'' Entry : Market buy order at signal bar close Stop : Low of signal bar Take Profit : First swing high Sell Signal ''S'' Entry : Market sell order at signal bar close Stop : High of signal bar Take Profit : First swing low Indicator Parameters Fast EMA : External Parameter (should be kept as default) Slow EMA: External Param
Vertex Structure Dashboard delivers a complete multi-timeframe market structure analysis in a single, compact panel. It monitors up to 9   timeframes simultaneously and displays trend bias, structural breaks, momentum, and value zones in real time — no tab-switching, no manual   tracking.   The panel is fully draggable and collapsible. Its position persists across timeframe changes through GlobalVariables, so your layout stays   exactly where you placed it.   How It Works   Each enabled tim
AanIsnaini Signal Matrix MT5 PRO - Bayesian Multi-Timeframe Dashboard "Advanced multi-timeframe dashboard with Bayesian Learning, real-time Signal Strength, and persistent memory. The older it runs, the smarter it becomes." The free version (v1.3) gave you visibility. The PRO Version gives you the edge . AanIsnaini Signal Matrix MT5 PRO is a sophisticated multi-timeframe analysis system that combines classical technical indicators with adaptive probabilistic reasoning. Designed for serious tra
ROC acceleration-deceleration is the manual system for medium-term scalping. Indicator based on custom ROC system which defines bullish/bearish market and especially  acceleration-deceleration of tendention in the market's main direction. Buy arrow is plotted during bearish market when current trend decelerates and sell  arrow is plotted during bullish market when current trend decelerates. Main Indicator's Features Signals are not repaint,non-late or disappear(exept cases when system recalculat
Tragos
David Chokumanyara
TRAGOS Indicator – The GOAT of All Trading Indicators TRAGOS (Greek for “male goat”) isn’t just a name — it’s the GOAT: Greatest of All Time in trading indicators. Designed for Forex, Indices, Gold, Crypto, and Deriv Synthetic Indices (Boom & Crash, Volatility 75, Step, Jump, etc.), it gives you non-repainting buy, sell, and exit signals with unmatched clarity. Why TRAGOS? Non-Repainting Signals – 100% reliable. Audible, Email & Push Alerts – Never miss a trade. Trend Following – Rid
GoldStopPro: Professional Automated Trading System for Gold GoldStopPro is a professional-grade automated trading system specifically designed for the gold market. Utilizing a breakout pending order strategy combined with intelligent risk management mechanisms, it empowers traders to precisely capture trend initiation points during high-volatility gold market conditions. The system integrates institutional-grade algorithms with an intuitive monitoring dashboard, providing a fully automated end-t
このプロダクトを購入した人は以下も購入しています
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
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 and momentum to identify the moment in which there is an explosion of one or more of these da
Title:FX-AIEA Supply and Demand Zone Indicator (MT5) — Technical Overview Version: 2.51 | Platform: MetaTrader 5 Introduction Supply and demand zones are considered a core manifestation of institutional order flow, providing a more direct reflection of buying and selling pressure than traditional support/resistance levels. This indicator attempts to automate the identification of high-probability supply and demand zones using an adaptive ZigZag algorithm, reducing the subjectivity and time asso
SMC Sweep Fvg MT5 — スマートマネーと同じ目線で、チャート上に市場を映す こんな経験はありませんか。価格がストップを巻き取り、反転し、まさに想定どおりの方向へ進む。方向は正しかった。間違えたのはエントリーだけです。 このインジケーターは、そうした場面を減らすために作られています。分析で最も重い部分——チャートのマークアップ——を引き受け、本当に重要な「判断」をあなたに残します。 チャートに表示されるもの マーケットストラクチャー — 実際の構造的高値・安値に HH / HL / LH / LL ラベルとレベルライン。トレンドが一目で分かり、推測は不要です。 インバランスゾーン(FVG) — 価格が急ぎ過ぎて通過し、後で戻りやすい領域。未埋めと既埋めのゾーンは別色で表示されます。 流動性の動き — 反転前に市場がレベルを巻き取る瞬間を追跡します。 トレード設計の完成形 — エントリー矢印、ストップロス、利益目標。すべて描画済みで、頭の中で計算する必要はありません。 トレンドフィルター — 上位足のラインで、主戦場の動きの側に立ち続けられます。 インジケーターは
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
相場が本当は何をしているのかを見抜く。   3つの市場フェーズ(収縮・拡張・トレンド)を目の前でライブに捉え、トレンド・フェーズの初期段階でより優れたエントリーを取りましょう   。      当て推量はもう終わり。機関投資家やスマートマネーのように相場を読み始めましょう。   Apex Market Structure Pro(MT5版)は、ノイズを取り除き、あらゆるローソク足の下にある真の構造を見せる高精度のスマートマネー分析ツ   ールです。流動性、構造転換、蓄積ゾーン、トレンドバイアスを、ひとつのクリーンでプロフェッショナルなオーバーレイに集約します。遅行   指標に見切りをつけ、明晰さをもってトレードする準備のできた本気のトレーダーのために作られました。   重要:本インジケーターは Heikin Ashi(平均足)ローソク足での動作を前提に設計されています。使用前にチャートを Heikin Ashi   に設定し、その真価を解き放ってください。分析のすべては Heikin Ashi の価格の流れを軸に構築されています。Apex Market Structure Pr
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
VTrende Pro
Andrii Diachenko
5 (1)
VTrende Pro - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 waves -    S
MERAVITH SCANNERは、MetaTrader 5用のプロフェッショナルな金融市場インジケーターで、複数の分析ツールを一つの統合システムにまとめています。独自の出来高加重平均価格(VWAP)手法を使用してすべての計算を自動で行い、主観的な解釈を完全に排除します。 このインジケーターは、すべての資産クラス(FX、株式、指数、商品、暗号通貨)およびM1から月足までのすべての時間軸で動作します。基本原理は「価格は出来高に従う」というものです。MERAVITHは機関投資家の出来高が集中するポイントを特定し、その集中から数学的に正確な価格レベルを導き出します。予測や投機は行わず、計算のみを行います。 MERAVITH SCANNERを使用すると、28の主要FX通貨ペアをすべての時間軸でわずか2~3分でスキャンできます。また、任意の市場をスキャンすることも可能です。例えば、約100銘柄の株式を約10分でスキャンできます。 インジケーターは、消耗レベル、均衡線、偏差、統計レベル、およびターゲット予測を算出します。 チャート要素 Origin Point :すべての計算が始まる起点です。イン
Big Player Range
Thalles Nascimento De Carvalho
5 (3)
BigPlayerRange — MT5向け最強インジケーター BigPlayerRange は、MetaTrader 5 で日経ミニやドル先物などの取引において、 最も効果的なインジケーター と評価されています。大口投資家(機関投資家)の行動を可視化し、高精度なテクニカル分析を可能にします。 どのように機能するのか? BigPlayerRangeは、買い圧力ゾーン(緑ライン)と売り圧力ゾーン(赤ライン)を描画し、価格がその範囲を超えるとトレンド方向への動きを示唆します。 緑のライン上で終値: 買いの勢いが強く、上昇トレンドの可能性。 赤のライン下で終値: 売り圧力が優勢で、下落が予想される。 範囲内での価格: レンジ相場でブレイクを待つ段階。 主なメリット: 機関投資家ゾーンの検出: 大口のエントリーポイントを視覚化。 自動ターゲット計算: 利確ポイントを戦略的に設定。 プルバックの可能性分析: リスク管理に役立つ情報提供。 推奨の使い方: Imbalance DOM Pro と併用してゾーンブレイクを確認。 SwingVolum
ZIVA Signal Intelligence
Hassan Abdullah Hassan Al Balushi
ZIVA Signal Intelligence An Adaptive, Modular Market Intelligence System ZIVA Signal Intelligence is not positioned as a conventional trading indicator. It is a fully integrated, proprietary market intelligence system engineered to deliver structured, high-precision interpretation of price behavior within a controlled analytical environment. Developed through an independent architectural approach, ZIVA does not rely on, derive from, or replicate existing indicators. It represents a standalone
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
SMC Institutional Suite v3.7 Professional Smart Money Concept Indicator for MetaTrader 5 What is New in Version 3.7 - Visual Stability Update This release focuses entirely on one goal: making every zone, label, and line on your chart rock-solid stable. There is no more flickering, no more zones disappearing on a new candle, and no more duplicate drawings. Order Block (OB) zones no longer flicker or disappear. Once drawn, they stay permanently on the chart. Equal Highs and Equal Lows (EQH / EQL)
Triple Crox Strategy v4.10 Triple Crox Strategy v4.10 Professional MetaTrader 5 Indicator 13 Patterns • Fibonacci • CLUSTER ML • Multi-Filter 1. Overview Advanced MT5 indicator combining 13 Pattern Detection , Fibonacci Analysis , CLUSTER Machine Learning and Multi-Filter system for precise signals on Forex, indices, commodities, crypto. 5-step pipeline: indicators → filter → patterns → signals → levels. 2. Trading Setup Heikin-Ashi colored bars. Buy/Sell arrows with Entry, TP1(1x ATR), TP2(2x
The Expert Advisor and the video are attached in the Discussion tab . The robot applies only one order and strictly follows the signals to evaluate the indicator efficiency. Pan PrizMA CD Phase is an option based on the Pan PrizMA indicator. Details (in Russian). 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 s
Классификатор силы тренда. Показания на истории не меняет. Изменяется классификация только незакрытого бара. По идее подобен полной системе ASCTrend, сигнальный модуль которой, точнее его аппроксимация в несколько "урезанном" виде, есть в свободном доступе, а также в терминале как сигнальный индикатор SilverTrend . Точной копией системы ASCTrend не является. Работает на всех инструментах и всех временных диапазонах. Индикатор использует несколько некоррелируемых между собой алгоритмов для класси
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
The FFx Universal MTF alerter shows on a single chart all the timeframes (M1 to Monthly) with their own status for the chosen indicator. 9 indicators mode (MACD-RSI-Stochastic-MA-ADX-Ichimoku-Candles-CCI-PSAR). Each can be applied multiple times on the same chart with different settings. Very easy to interpret. Confirm your BUY entries when most of the timeframes are showing green color. And confirm your SELL entries when most of the timeframes are showing red color. 2 Alert Options : input to s
The FFx Watcher PRO is a dashboard displaying on a single chart the current direction of up to 15 standard indicators and up to 21 timeframes. It has 2 different modes: Watcher mode: Multi Indicators User is able to select up to 15 indicators to be displayed User is able to select up to 21 timeframes to be displayed Watcher mode: Multi Pairs User is able to select any number of pairs/symbols User is able to select up to 21 timeframes to be displayed This mode uses one of the standard indicators
FFx Patterns Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss .... for any of the selected patterns (PinBar, Engulfing, InsideBar, OutsideBar) Below are the different options available: Multiple instances can be applied on the same chart to monitor different patterns 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 -
MetaTrader 4 version available here : https://www.mql5.com/en/market/product/24881 FFx Basket Scanner is a global tool scanning all pairs and all timeframes over up to five indicators among the 16 available. You will clearly see which currencies to avoid trading and which ones to focus on. Once a currency goes into an extreme zone (e.g. 20/80%), you can trade the whole basket with great confidence. Another way to use it is to look at two currencies (weak vs strong) to find the best single pairs
MetaTrader 4 version available here: https://www.mql5.com/en/market/product/25793 FFx Pivot SR Suite PRO is a complete suite for support and resistance levels. Support and Resistance are the most used levels in all kinds of trading. Can be used to find reversal trend, to set targets and stop, etc. The indicator is fully flexible directly from the chart 4 periods to choose for the calculation: 4Hours, Daily, Weekly and Monthly 4 formulas to choose for the calculation: Classic, Camarilla, Fibonac
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
ClassicSBA
Umri Azkia Zulkarnaen
this indicator very simple and easy if you understand and agree with setup and rule basic teknical sba you can cek in link : please cek my youtube channel for detail chanel : an for detail info  contact me  basicly setup buy (long) for this indicator is Magenta- blue and green candle or magenta - green  and green candlestik and for setup sell (short) is Black - yellow - and red candle or black - red  and red candlestik
Indicador en base a la pendiente de la linea de precio, dibuja una línea de color cuando sube a base de los precios que previamente has sido procesados o linealizados, y cuando baja la pendiente la linea linealizada toma otro color. En este caso se a considerado 6 lineas de diferentes procesos desde pendientes largas hacia las cortas, observándose que cuando coincidan las pendientes se produce un máximo o mínimo, lo que a simple vista nos permitirá hacer una COMPRA O VENTA.
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
Индикатор Coefficient Of Determination (COD) представляет собой значение коэффициента детерминации или квадрат коэффициента корреляции между зависимой переменной — ценой и объясняющей переменной — тиковым объемом. Что это дает нам на практике? COD отлично распознает кульминацию трендовых движений, что позволяет подбирать оптимальные точки и ловить развороты рынка. Как использовать индикатор: Наиболее популярная торговая стратегия строится совместно с трендовым индикатором Moving Average (MA), пе
Fibonacci Múltiple 12, utiliza la serie fibonacci plasmado en el indicador fibonacci, aumentadolo 12 veces según su secuencia. El indicador fibonacci normalmente muestra una vez, el presente indicador se mostrara 12 veces empezando el numero que le indique siguiendo la secuencia. Se puede utilizar para ver la tendencia en periodos cortos y largos, de minutos a meses, solo aumentado el numero MULTIPLICA.
作者のその他のプロダクト
NeuroCatalyst_AI:24時間365日稼働するAI取引パートナー。市場データを安定した収益へ。 #FX エキスパートアドバイザー #AI取引 #自動取引 #ニューラルネットワーク #トレーディングロボット #パッシブインカム #MT5 EA #アルゴリズム取引 #リスク管理 #FXロボット NeuroProfit Catalyst_AIは、ニューラルネットワークのパワーと妥協のないリスク管理を融合させた次世代のエキスパートアドバイザーです。時間を大切にし、安定性を求める方のために開発され、数十の市場パラメータの分析に基づいて24時間365日稼働し、取引プロセスを完全に自動化して賢明な判断を行います。感情による取引を止めて、アルゴリズムで稼ぎ始めましょう。 NeuroCatalyst_AIとは? NeuroCatalyst_AIは、単なる別のアドバイザーではありません。その中核にユニークなニューラルネットワーク意思決定ロジックを持つ、高度に発達した自動化システムです。複数のテクニカル指標のデータを処理し、トレンドの強さを評価し、各取引の信頼度を計算し、市場の動きから24時間
フィルタ:
レビューなし
レビューに返信