Nika EA

  • エキスパート
  • Nik Andersen
    Nik Andersen
    デンマークを拠点とする独立系アルゴリズムトレーダーおよびEA開発者。15年のトレード経験。
    Nika EAの開発者 — 12種類のシグナルタイプ、11種類の移動平均線方法、15層のリスク管理コントロールを備えた独自のシグナルエンジン上に構築されたプロフェッショナルなマルチ戦略エキスパートアドバイザー。
  • バージョン: 1.38
  • アップデート済み: 10 3月 2026
  • アクティベーション: 5

概要

Nika EAは、MetaTrader 5向けのマルチストラテジー自動売買システムです。動的中間点からの価格偏差を線形回帰で解析する独自シグナルエンジンを核心としており、シグナルライン・平均ライン・ヒストグラムの3本のオシレーターストリームを生成します。これらは12種類の設定可能なシグナルタイプ、3つの独立ルールスロット、15層のリスク管理スタックで使用されます。

線形回帰計算エンジン

コアシグナル計算はローソク足の価格を直接使用しません。動的に計算された中間点からの価格偏差を計測し、その偏差系列に最小二乗線形回帰を適用して方向性モメンタムを抽出します。

バーごとの計算ステップ:

  • ステップ1 — 動的中間点:ルックバック期間における最高値と最安値を特定し、その平均を計算します。次にこの平均と価格の継続EMAをさらに平均し、レンジとトレンド双方に適応する滑らかな動的中間点を生成します。
  • ステップ2 — 偏差系列:終値(または有効時はHeikenAshi終値)からこの動的中間点を引きます。結果は現在の価格構造内の相対位置を反映する中心化偏差値です。
  • ステップ3 — 最小二乗線形回帰:完全なルックバックウィンドウにわたり、偏差系列からsumX、sumY、sumXY、sumX2を計算します。傾き = (N * sumXY - sumX * sumY) / (N * sumX2 - sumX^2)、切片 = (sumY - slope * sumX) / N。回帰終点値がシグナルライン出力として使用され、任意のバーオフセットを設定できます。
  • ステップ4 — スケール正規化:最初のバーで、異なる価格水準の銘柄(XAUUSD、EURUSD、指数、仮想通貨)で一貫して機能するよう、グローバルスケール乗数を計算します。
  • ステップ5 — 平均ライン平滑化:シグナルラインは設定可能な移動平均を通過して平均ラインを生成します。シグナルラインと平均ラインのクロスオーバーが複数のシグナルモードの主要トリガーとなります。

HeikenAshi前処理

偏差計算前にHeikenAshi変換をオプションで適用できます。各バーのOHLCをHeikenAshi標準公式で再計算し、中間点レンジスキャンと偏差計算の双方で生の価格の代わりに使用します。

ヒストグラムモジュール

独立したヒストグラムオシレーターが並列稼働します。価格のEMAを計算し、高値からEMAまでの距離(強気バッファ)とEMAから安値までの距離(弱気バッファ)を計測します。両バッファは独立してEMA平滑化され、最終ヒストグラム系列として統合されます。

12種類のシグナルタイプ

  • Nikaシグナルラインが自身の平均線をクロス
  • Nikaシグナルラインが指定レベルをクロス
  • ヒストグラムがレベルをクロス
  • ヒストグラムの方向変化
  • 価格への二重移動平均クロスオーバー
  • 終値が移動平均の上下
  • 2本のNikaシグナルラインのクロス
  • 2つのNikaシグナルが各自の平均線をクロス
  • シグナルラインが2本の平均線をクロス
  • シグナルライン自体の方向変化
  • 平均ラインの方向変化
  • シグナルラインと平均ラインの同方向移動

モジュラールールシステム

3つの独立スロットがそれぞれ12種類のシグナルタイプ、専用タイムフレーム、エントリートリガーまたはエントリーフィルターの役割割り当てをサポートします。ALLまたはANYの制御モードにより発動条件を決定します。

リスク管理 — 15の独立レイヤー

  • ストップロス — 固定pips、ATR倍率、価格プロミル
  • 10段階テイクプロフィットラダー(各段で部分決済)
  • ブレイクイーブン — 利益閾値到達後の自動ストップ移動
  • ストップロスステップ — 段階的ストップ前進
  • トレーリングストップ — RRRベースまたは固定パーセント
  • 日次口座トレーリング — エクイティカーブ保護
  • 日次・週次損益制限
  • 1日最大エントリー数
  • 最大オープンロット — シンボル別または全体
  • スプレッドおよび手数料補正
  • 方向フィルター — ロングのみ、ショートのみ、両方
  • トレードクールダウン

再エントリー・スケールインシステム

ポジション決済後、再エントリーシステムは同方向に自動で新規ポジションを開くことができます(固定回数、0で無効、-1で無制限)。スケールインシステムは最大10の独立レベルをサポートし、各レベルで独自のRRRトリガーとポジションサイズを設定できます。

その他の機能

  • リアルタイムニュースフィルター — 経済カレンダー連携、影響度レベルでのフィルタリング
  • セッション時間フィルター(タイムゾーンと夏時間対応)
  • 曜日フィルター
  • ダッシュボード — シグナル状態、損益、フィルター状態をリアルタイム表示
  • プッシュ通知、メール、サウンドアラート
  • MT5ストラテジーテスター用6つのカスタム最適化基準

使用方法

  • 任意のMT5チャートにEAをアタッチします。
  • 少なくとも1つのルールスロットを有効にし、シグナルタイプを選択します。
  • ストップロス方法と少なくとも1つのTPレベルまたはトレーリングモードを設定します。
  • ライブ取引前に日次損失制限と最大オープンロットを最低限有効にしてください。
  • MT5ストラテジーテスターで十分にテストしてからライブ口座にデプロイしてください。

注意事項 / 要件

ヘッジ口座タイプのMetaTrader 5が必要です。成行注文方式。ブローカーが提供するすべての銘柄・タイムフレームに対応。安定した接続のVPS推奨。ニュースフィルターはツール > オプション > エキスパートアドバイザーにカレンダーURLを追加する必要があります。

おすすめのプロダクト
The Catalyst EA
Daniel Naranjo Morales
The Catalyst EA The Catalyst EAは、MetaTrader 5プラットフォーム用に設計された、高度な自動売買ソフト(EA)です。特に AUDUSD通貨ペア の H1タイムフレーム での取引に特化して開発されました。このEAは、複数のインジケーターを組み合わせた戦略を採用し、市場の潜在的な反転や調整を特定して利益を得ることを目的としています。 その設計の主眼は堅牢なリスク管理にあり、動的なロットサイズ計算と多層的な取引保護機能を用いて、お客様の資金を効果的に管理します。 戦略 The Catalyst EAは、評価の高い複数のテクニカルインジケーターを組み合わせ、多角的な視点から市場環境を分析します。 パラボリックSAR を利用して、潜在的なエントリーおよびエグジットポイントを特定します。これは、動的なトレーリングストップロスの基盤としても機能します。 オーサムオシレーター は、市場のモメンタム(勢い)を測定し、潜在的な値動きの強さを確認するために使用されます。 RSIフィルター が、買われすぎ・売られすぎの状態を評価し、市場の極端な状況でのエントリーを回避す
The EA uses scalping strategy at night, trading consists of three algorithms and each algorithm works in its own time interval. The EA uses many smart filters to adapt to almost any economic situation. Pending orders are used for the least slippage when trading scalping. The adviser is safe and does not require any settings from the user, just install it on the chart and you are ready. The EA sets a protective stop order, so the trader does not have to worry that the robot will allow significant
Momentum SNI
Wassayos Phuthadthom
Momentum SNI v1.31: Sniper Trading System | Capture Major Trends | Target RR 1:30 "Less loss, more profit." If you're tired of scalping or Martingale EAs that boast a 90% win rate but cause you to lose your entire account in a single day,  Momentum SNI  is the complete opposite. This EA is designed for asymmetric risk , aiming to capitalize on the strongest market momentum to maximize profits with a risk-to-reward (RR) ratio of 1:30. Key features and logic. Strict momentum filter: This EA doesn
NeuroGold Prop Agnetic AI MT5 is a next-generation automated trading system engineered for precision gold/XAUUSD trading on MetaTrader 5. Powered by integrated Agentic AI modules, the EA performs intelligent market analysis and executes trades autonomously with speed and discipline.  Recommended Testing Mode- Use 1 Mint OHLC mode for backtest as this EA is designed for quick scalping on XAUUSD in M1 time_Note Use set file as of Date 7May2026_Best so far_U can find set file in Comment Section De
Omega AI MT5
Irina Selivanevskaia
1 (4)
Omega AI Neural EA:LLMコンセンサスと対話型コンテキスト分析に基づくXAUUSD認知アルゴリズム・コンプレックス リアルタイム・トレード監視: システムの認知アルゴリズムの有効性は、実際のトレード口座で確認されています。Omega AI Neural EAの運用活動、現在の統計、およびエクイティの動向は、以下のリンクから独立して監査できます: https://www.mql5.com/ru/signals/2361385 価格動向と限定ライセンス: AIインフラストラクチャとの相互作用の安定性を維持するため、このプロジェクトは限定アクセス形式で実施されます。ライセンス費用は、販売されたコピー数に基づいて自動的に増加します: 最初 7 本: $249(特別早期アクセス) 次の段階: $349 中間段階: $699 最終価格: $1999 I. 認知分析および意思決定アーキテクチャ Omega AIは、独自の実行アルゴリズムとChatGPTニューラルネットワーク(v5.2)を搭載した分析コアを組み合わせたハイブリッドモデルに基づいています。 マルチモデルLLMコンセンサ
このEAは,Meta Trader 5プラットフォーム向けのシンプルな自動取引システムです.パラボリックSARを用いて,市場のトレンドを見極めてロットサイズを自動的に調整し,コツコツと利益を積み上げていきます. 主な特徴 ロットサイズの調整にマーチンゲール法を用いません. 外国為替市場閉場前にポジションを持っている場合,そのポジションは週末に持ち越しされます. このEAは複数のポジションを同時に持つことを前提としているため,利用しているブローカーのMT5口座がヘッジングシステムタイプであることを確認してください. どの執行方式・フィルポリシーであっても対応できる回路をEAに組み込んでいます. 注文価格がストップレベルに違反していた場合には自動調整が行われます. 推奨設定 シンボル:USDJPY タイムフレーム:M5(5分足チャート) デポジット:最低1,000ドル(100,000円)を推奨します すべてのパラメータはデフォルト値に設定することを推奨します.TradeVolumeは証拠金に応じて増やすことができますが,その分リスクも高まります.TakeProfitとStopLoss
RangePulse ORB Expert Advisor RangePulse ORB is a high-performance institutional EA designed to trade Open Range Breakouts on indices with precision and discipline. Its architecture integrates quantitative filters, advanced risk management, and an AI‑ready decision module to maximize entry quality under real market conditions. 1. Core Strategy (ORB) The system core relies on a methodical execution of breakouts: Range Calculation: Defines the day's initial range and executes the breakout with co
quantum bot designed for forex trading. test on eur/usd gives good returns. based on several indicators include risk management. best timeframes 1h; 4h. this bot was backtesting for the past year and gives 2000% return profit. no hidden lost trades in code. settings are customizables to give you better experience of trading. contact me for more details or installation guide
The Forex trading advisor Modern bot is an automatic scalping system that opens and closes deals using a special tick analysis algorithm programmed in the code without human intervention. The main task of the ego is to instantly make a deal where a person loses time for analysis and decision making. They also automate trading, removing the emotional burden from a person and allowing you to save time. Scalping is one of the varieties of short-term strategies, moreover, the shortest of them. Usin
I created this strategy based on candle high and Lowcalculations. I wanted to keep the strategy as simple as possible to make it easier for traders to use this EA. This EA is based on the calculation of candles. Balance Minimum 1000 Cent or 10$  This EA can be used as a single shot or martingale This EA uses a trailing stop function, allowing you to lock in your profits to the maximum. Quick Setup in 4 Steps: 1. Launch your EA chosen symbol:   XAUUSD   with the recommended timeframe:   H15 . 2
Joni Lee Second Forex Robot in the Market CAN RUN WITH ONLY $300 (recomended minimum deposit) LOT size 0.01 if <$2000 else 0.02 Introducing the “Joni Lee First Forex Robot,” a trailblazing innovation in automated forex trading. Developed by the renowned Joni Lee, this robot is the first of its kind, setting new standards in the forex market. Key Features: Can take profit (TP) and cut loss (CL) State-of-the-Art Algorithms:   Employs sophisticated algorithms to analyze market data and execute tra
MIISC PullBack
Adebayo Bisiriyu Adewole
MIISC PullBack is an indicator based STRATEGY which is one of the OFFICIAL "MIISC STRATEGY", the alogrithm takes into consideration a potential PULLBACK for entry.  Important Steps: * The EA should be used on 1H timeframe only. * Leverage the probability of the EA by applying to a minimum of 5 different symbols. * According to your capital, set a reasonable lot size. * The EA uses a fixed and dynamic stop loss. - A fixed stop loss is applied at the time of executing the trade identified by the e
EA Golden HARTLEY is a robust trading strategy designed for XAUUSD or GOLD  and M30 time frame. The EA creates pending stop trade orders using indicators Linear Regression Smoothed Moving Average, BB Range and parameters based on the market environment. It uses fixed SL, PT and exit from the position after time cut off. The EA was tested with several Monte Carlo robustness tests and optimized. Backtest was done on ticks data with a 15-year history 2007-2023. There is no need to set any paramete
RSI Stocks Rebound The Dollar Cost Average with RSI Expert Advisor (EA) combines the power of the Dollar Cost Average (DCA) strategy with the Relative Strength Index (RSI) indicator to optimize entry and exit points for trades. This EA is specifically designed for traders who want to take advantage of market conditions, using the RSI to trigger buy signals during market dips and executing a DCA strategy to accumulate positions when the market continues to move against them. All Products   |   Co
Mac Rider Gold
Ignacio Agustin Mene Franco
MacRider GOLD is a professional grid-based Expert Advisor (EA) specifically designed for XAUUSD (Gold). It combines MACD signal filtering with dynamic trailing stops and advanced money management. The EA uses the MACD indicator to detect trend direction before placing pending orders, filtering out low-quality entries and focusing on high-probability setups. The grid system places BUY STOP and SELL STOP orders at configurable distances, while automatic profit closing and dynamic trailing stops
EAの概要 MACDとストキャス を使用したEA MACDとストキャス をベースにトレーディンストップ、 テイクプロフィットレベル などの設定及び機能を搭載しています。 特徴 新規エントリーをサーバー時間でトレードをタイムコントロール出来る機能を搭載しています。 利確幅、ロスカット幅を任意に設定可能です。 MT5であればブロカー関係なく、暗号資産(仮想通貨)、FX、CFD、株式等の使用可能なEAとなっております。 EAを稼働させる上での注意事項 当サイトでご提供しているEAは、利用者の収益を保証するものではありません。 当サイトで掲載しているロジック、損益シミュレーションと同じ結果になることを保証するものでもありません。利用者の環境等で結果が異なることもございます。 実際にEAを利用するか中止するかの判断は、必ずご自身で決定してください。
First Scalper MT5
Kyra Nickaline Watson-gordon
5 (4)
First Scalper is an Expert Advisor based on Scalping, Using the best and safest scalping EA on market. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA  doesn't need any professional information or Forex Trading Knowledge. First Scalper can trade on all symbols and all time frames, using a special and unique strategy developed by the author. Using EA : General Options Trade Type : Long/Short/Both Stop
PythonX SwissCore USDCHF Precision Market Structure Trading Engine PythonX SwissCore USDCHF is a professional-grade Expert Advisor built around one of the most respected concepts in modern trading: market structure. By combining Break of Structure (BOS) and Change of Character (CHOCH) with EMA-based trend filtering, the system is designed to execute trades with discipline, clarity, and consistency. Why This System Stands Out Most automated systems rely heavily on lagging indicators. PythonX Swi
Doperman Scalper
Shamsan Yahya Muhammad Ali Masad
DOPERMAN SCALPER V1.0 - Professional Trading System What is DOPERMAN SCALPER? An intelligent automated trading system designed for fast-paced market scalping. It combines advanced martingale strategy with rigorous risk management for consistent trading performance. Key Features: Smart Trading System: Intelligent position doubling at optimal moments using mathematical calculations 5 different martingale strategies to choose from Additional positions only activate when price moves against you by
EA Name: Dynamic Hybrid Scalper (XAU Specialist) "A Synergistic Blend of Trend Following and Smart Grid Logic for Consistent Gold Trading" Key Highlights Multi-Timeframe Analysis: Triple-layer trend analysis that monitors the High Timeframe (HTF) trend down to the specific entry Signal Timeframe for maximum precision. 5-Factor Signal Confirmation: A sophisticated filtering system using five core metrics: EMA Trend, RSI, MACD, ADX Strength, and Price Action Breakout. Dynamic Lot Managemen
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyzes
Pivot Hunter EA
Daniel Naranjo Morales
Pivot Hunter EA 「Pivot Hunter EA」は、 CADJPY (カナダドル/円)通貨ペアの**1時間足(H1)**専用に開発された、特化した自動売買プログラム(EA)です。その戦略は、プライスアクションと市場の勢いを分析し、相場の転換点となりうるポイントを特定するように設計されています。 このEAのロジックの中核は、複数のインジケーターによるシグナル確認システムです。パラボリックSAR、オーサムオシレーター(AO)、相対力指数(RSI)、アベレージ・トゥルー・レンジ(ATR)といった klassischen インジケーターからのシグナルを組み合わせます。これらの異なる分析ツール間でシグナルの一致を条件とすることで、信頼性の低いシグナルを除外し、より確度の高いセットアップに焦点を当てることを目指します。 本EAは、特定の金融商品に対して「設定後は任せる(set-and-forget)」アプローチを好むトレーダーのために構築されており、すべての内部パラメーターはCADJPYペア固有の値動きの特性に合わせて慎重に調整されています。 主な特徴 CADJPYに特化:  
Gold Squeeze Pro MT5 — Алгоритм "Золотого Треугольника" Gold Squeeze Pro — это высокотехнологичный торговый эксперт, разработанный специально для работы с золотом ( XAUUSD ) на таймфрейме M5 . В основе алгоритма лежит стратегия «Золотого Треугольника», объединяющая фазовый анализ волатильности (Bollinger Bands + Keltner Channels) с импульсными фильтрами Vortex и Momentum. Результаты стресс-тестирования (Historical Backtest): Начальный депозит: $500 Конечный результат: $13,000,000+ Профит-фактор
Smart Zone Trend EA – Precision Meets Protection A powerful, fully automated trading system designed to capture strong trends while intelligently avoiding bad entries . This EA combines EMA trend confirmation (50/200) with a unique zone rejection scoring system , allowing it to enter trades only where price shows real strength — not guesswork. Key Features: Smart Entry Logic – Trades only when trend + strong rejection zones align Dynamic Trailing System – Locks in profits progressively as t
Isheguve Scalper pro user guide 1. Introduction to Isheguve Scalper Pro Isheguve Scalper Pro is a sophisticated MQL5 Expert Advisor designed to automate your trading decisions. It integrates advanced technical analysis with robust money and trade management to provide a comprehensive automated trading solution. Key features include: Candlestick Pattern Recognition: Identifies various reversal and continuation candlestick formations. Multi-Indicator Confirmation: Filters and confirms patterns usi
Nikkei Samurai - The last EA you will ever need to trade the Nikkei225 index. This ORB strategy has been built to take advantage of trend days in the Japanese markets, aiming for 5x daily returns and protecting capital during trading range days.  The results speak for themselves. Trailing 1-year performance in excess of 1000% returns, with 2 year performance well in excess of 500% per annum, even with extended trading range behavior. The strategy consistently only trades 2.5% of account size, en
Cleetah EA MT5 is a fully automated trend-following trading system developed specifically for XAUUSD (Gold) on the M15 timeframe. It is a complete trading loop – automatically identifying potential trends, calculating position sizes, entering trades, exiting trades, and providing excellent risk control. As each trending move ends, the equity curve rises steadily to a new level. Of course, the size of the step depends on the magnitude of the trend. Requirements & Recommendations Trading instrum
Gold Ambush Breakout Aurum Xauusd Algo ゴールド・スナイパー | トレンド・スイング戦略 | 安定した資産成長 Aurum Gold Ambushは、**XAUUSD(ゴールド)に特化した、忍耐と正確さを重視したトレーディングシステムです。毎分トレードするような高頻度ボットとは異なり、このアルゴリズムはスナイパー(狙撃手)**のように振る舞います。完璧なセットアップを待ち、最大の動きを捉えるために一撃を放ちます。 このEAは、量より質を優先し、長期的な資本成長のために設計されています。 ️ このEAはあなたに適していますか?(必ずお読みください)  * 1時間ごとのトレードや派手な「アクション」を求めている方は購入しないでください。  * 「一攫千金」を狙うギャンブルツールを求めている方は購入しないでください。  * 1回の完璧なスイングトレードが、50回の小さなスキャルピングトレードよりも価値があると理解している方はご購入ください。  * プロフェッショナルなリスクリワード比率で、着実に資産を増やしたい方はご購入ください。
Kraken V4
Nathan Kapitene Lomito
Kraken v4 – Smart Trend Scalper Kraken v4 is a fully automated Expert Advisor built for disciplined trend-following and precise entry timing. The EA combines multi-timeframe EMA confirmation with an internal Schaff Trend Cycle trigger to identify momentum entries aligned with the broader market direction. To reduce weak entries, Kraken v4 can also filter trades using recent support and resistance levels. Main Features - Multi-timeframe trend confirmation - Schaff Trend Cycle entry logic - Dy
Falcon Gold EA
Mugisha David Ntakirutimana
Falcon Gold EA is an automated trading robot designed to trade breakout movements in the market. The system is fully automated and manages trades from entry to exit. It places buy stop and sell stop orders, sets stop loss and take profit levels automatically, and applies an aggressive trailing stop to protect profits as the trade moves in your favor. This Expert Advisor is suitable for traders who want to capture strong breakout moves without monitoring the charts all day. Once attached to a c
このプロダクトを購入した人は以下も購入しています
Quantum Queen MT5
Bogdan Ion Puscasu
4.98 (646)
トレーダーの皆さん、こんにちは!私は Quantum Queen です。Quantumエコシステム全体の至宝であり、MQL5史上最高評価とベストセラーを誇るエキスパートアドバイザーです。20ヶ月以上のライブトレード実績により、XAUUSDの揺るぎない女王としての地位を確立しました。 私の専門は?ゴールドです。 私の使命は?一貫性があり、正確で、インテリジェントな取引結果を繰り返し提供することです。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引 価格。10 点購入ごとに50ドルずつ値上がりします。最終価格1999ドル ライブシグナルICマーケット:   こちらをクリック ライブシグナルVTマーケット:   こちらをクリック Quantum Queen mql5 パブリックチャンネル:   こちらをクリック クォンタムクイーンの軽量版で、より手頃な価格の クォンタム
Syna
William Brandon Autry
5 (26)
Syna 5 – 永続的インテリジェンス。真の記憶。ユニバーサル・トレーディング・インテリジェンス。 ほとんどのAIツールは一度回答すると、すべてを忘れます。何度も何度もゼロからやり直すことになります。 Syna 5は違います。 すべての会話、分析したすべてのトレード、なぜエントリーしたか、なぜ見送ったか、そしてその後マーケットがどう反応したかを記憶しています。毎セッションの完全なコンテキスト。トレードを重ねるごとに蓄積されるインテリジェンス。 これはマーケティングのためにAI機能を付け足しただけのEAではありません。 これは、インテリジェンスがリセットを止め蓄積を始めた時のトレーディングの姿です。 私たちは2024年末にMean Machineでこの変革を始めました。リアルな最先端AIをライブのリテールトレーディングに導入した最初期のシステムの一つです。 Syna 5は次なる飛躍です。 従来のEAは静的です。固定されたロジックに従い、マーケットが変化すると取り残されます。 Syna 5は時間とともにインテリジェンスを蓄積します。実際の結果から学び、変化する状況を認識し、思考と応答の
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリックか
AiQ
William Brandon Autry
4.87 (38)
AiQ Gen 2 登場 – より速く。よりスマートに。かつてないほど高性能に。 私たちは2024年末にMean Machineでこの変革を始めました。リアルな最先端AIをライブのリテール取引に導入した最初期のシステムの一つです。 AiQ Gen 2はそのラインにおける次の進化です。 AiQ Gen 2は全く異なるレベルのスピードのために構築されています。指値注文がそのエッジの核にあり、モメンタムが拡大する前に精密にポジションを取り、そしてアダプティブ・インテリジェンスに引き継ぎます。 ほとんどのAIツールは一度回答すると、すべてを忘れます。 AiQ Gen 2は違います。 すべての指値注文セットアップ、各配置や調整の背後にある推論、なぜトリガーされたか、なぜ見送ったか、そしてマーケットがどう反応したかを記憶しています。毎セッションの完全なコンテキスト。時間とともに蓄積される永続インテリジェンス。 これはマーケティングのためにAIを付け足しただけのEAではありません。 これは精密な指値注文執行を中心に構築された高速専門インテリジェンスです。 従来のEAは固定されたロジックの中に閉じ込
Mad Turtle
Gennady Sergienko
4.44 (91)
シンボル XAUUSD(ゴールド/米ドル) タイムフレーム(期間) H1-M15(任意) シングルポジショントレード対応 はい 最低入金額 500 USD (または他通貨の同等額) すべてのブローカーに対応 はい(2桁または3桁の価格表示、任意の通貨、シンボル名、GMT時間に対応) 事前設定なしで稼働可能 はい 機械学習に興味がある方は、こちらのチャンネルを購読してください: 購読する! Mad Turtle プロジェクトの主な特徴: 本物の機械学習 このエキスパートアドバイザー(EA)は、GPTサイトや類似サービスに接続しません。 モデルはMT5に組み込まれたONNXライブラリを使用して展開されます。初回の起動時に、偽造不可能なシステムメッセージが表示されます。 CLICK 参照: ONNX(Open Neural Network Exchange)。 資金の安全性 プリロールオーバーやマイクロスキャルピング、統計的サンプルの少ない狭いレンジでの取引を使用しません。 グリッドやマーチンゲールなどの危険な戦略を使用しません。 また、長期間稼働し、1日で利益や資金をすべて
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Prophet EA MT5
Nestor Alejandro Chiariello
5 (1)
こんにちはトレーダー! 「予言者」の攻略法を紹介します。 高い勝率と長く安定した取引のために選ばれたものです 預言者は多くの中から選ばれたものです。これは、勝率の重要性によって強調された戦略であるためです。これは、%100 の勝率に類似した数少ない戦略の 1 つです。いくつかの戦略を参照する内部アルゴリズムに基づいています。実行できるようにするための要因と、市場に適応するフェンス 適切なリスクを制御するために必要なすべての保護が含まれています 主要なペアでのみ機能します 非表示にするためにも実装されています Prophet は「EURUSD , GBPUSD , EURCHF」に最適化されており、他の RANGED と比較して最も安定した通貨です。他のシンボルへの独自の方法を見つけることができますが、私が設計したものを使用することをお勧めします ロジックはマーチンなどをベースにしていませんが、オプションで追加使用しています 注目すべき最も重要なことは、アルゴリズムが高頻度のデータを検出して勝率を上げることです。 私の戦略 EA には歴史があります ライブパ
Ashinton Smart Ultra Pro – Structured Trading Automation Ashinton Smart Ultra Pro is a trend-following,  risk-controlled MT5 Expert Advisor designed to trade identified trend continuation  opportunities using a multi-stage entry confirmation aligned with directional bias, and price structure-based swing levels. It focuses on clean execution, strict money management, and safety protections (daily drawdown lock, spread protection, cooldown rules, and more), making it suitable for traders who want
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
80 consecutive months in profit with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timeframe: M5 Features: Trend , Mome
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
Famous EA – 実運用で検証済みのパフォーマンス Famous EAは、安定した結果と高度な取引執行を求める本格的なトレーダーのために開発された高性能エキスパートアドバイザーです。価格アクション、トレンドラインの動き、そして独自のフィルターアルゴリズムを組み合わせ、高確率のエントリーとエグジットを規律ある形で捉えます。 戦略概要 Famous EAは以下を使用して動作します: リペイントしない独自インジケーターロジック 動的なトレンドライン/サポート・レジスタンス検出 マルチタイムフレームの価格アクション分析 独自のノイズフィルタリングアルゴリズム この組み合わせにより、市場環境に適応しながら過剰取引を避け、構造の整ったセットアップに集中します。 主な特徴 100%自動化 — 手動操作不要 主要FX通貨ペアおよび貴金属に最適化(USDJPY、GBPJPY、XAUUSD、XAUJPYなど) 柔軟なリスク設定(保守的〜攻撃的) 大きなボラティリティを回避するスマートニュースフィルター(任意) 高度なトレーリングストップ&ブレイクイーブン機能 マーチンゲールなし、グリッドなし、ヘッ
AI Nodiurnal EAは、先進的なForexロボットであり、最先端の機械学習技術を活用して取引戦略を最適化し、動的な外国為替市場でのパフォーマンスを向上させます。用語「Nodiurnal」は、通常の昼間の取引時間だけでなく、非標準の時間帯にも適応して稼働し、外国為替取引に対する連続的かつ適応的なアプローチを提供する能力を反映しています。 設定:通貨ペアのデフォルト設定:EURUSD H1。特別な設定は購入後にのみ提供されます。 リアルタイムアカウントシグナルはこちら: https://www.mql5.com/ja/signals/1270367 MT4バージョンはこちら: https://www.mql5.com/ja/market/product/69905 マーケットローンチプロモ!残り3/10のコピーのみ:USD 5,500 次の価格:USD 7,500 最終価格:USD 10,000 主な特徴: 機械学習アルゴリズム:AI Nodiurnal EAの主力は、機械学習アルゴリズムの活用にあります。これらのアルゴリズムは膨大な量の歴史的な市場データを分析し、パターン、トレ
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
高度な自動化ゴールド・トレーディングシステム Gold Catalyst EA MT5 は、 XAU/USD(ゴールド) に特化した 完全自動 のトレーディングソリューションです。 トレンド追随型の戦略 、 プライスアクションによるエントリー判断 、そして 動的なリスク管理 を組み合わせることで、実際の市場環境で1年以上にわたりテストされ、 安定かつ信頼性の高い パフォーマンスを示しています。 1. 戦略概要 Gold Catalyst EA MT5 は、以下の要素を組み込んだ システマチック なアプローチを採用しています: トレンド分析: あらかじめ定義された市場条件に基づき、有望な売買機会を特定。 プライスアクションのフィルタリング: 成功確率の低いシグナルを排除し、勝率の高いセットアップのみを実行。 ダイナミックなオーダー執行: リアルタイムでエントリー・エグジット水準を調整し、市場の変動を最大限に活用。 構造化されたリスクコントロール: すべてのポジションにストップロスとテイクプロフィットを設定し、 マーチンゲール、グリッド、アービトラージ は一切使用しません。 このシステムに
عنوان المنتج نظام نوفا للذكاء الاصطناعي للتداول الخوارزمي متعدد المصادر | منصة MT5 | إطار زمني 15 دقيقة ملخص نظام NOVA AI EA هو نظام تداول آلي تم تطويره لمنصة MetaTrader 5. وهو مصمم لدعم قرارات التداول من خلال الجمع بين نماذج معالجة البيانات الخارجية والتحليل الإحصائي الداخلي. يعتمد النظام على بيانات السوق المنظمة ومنطق قابل للتكوين لتوليد إشارات التداول. ولا يعتمد على مؤشرات ثابتة فقط، بل يدمج مكونات تحليلية متعددة لتحسين اتساق القرارات. بنية النظام يعتمد نظام NOVA AI EA على بنية تحليلية متع
Aegis Quant Pro - Institutional Prop Firm Engine Welcome to the World of Quant. One of our flagships —   Aegis Quant Pro , is the institutional-grade core of the quantitative infrastructure. Our Mission: Capturing alpha while protecting your downside with absolute precision. First of all, we are being brutally honest here first (no sugar-coated words): A Note on Backtesting Aegis Quant Pro is optimized for live market conditions. Backtest results will vary significantly depending on your brok
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
SPARTAN GOLD SNIPER AI - V7.2 ULTIMATE The All-In-One Gold Solution: Smart Scalping and Professional Swing Trading. Spartan Gold Sniper is not just an EA; it is a complete trading system designed specifically for XAUUSD (Gold). Version 7.2 introduces the Smart Adaptive Engine, making it the most flexible bot on the market for both small accounts and large Prop Firm capitals. Critical Requirements Latency: You must use a VPS with less than 20ms latency (Recommended: MQL5 Built-in VPS). Account:
Stealth 150 DE40
Szymon Jan Szarowski
4 (1)
年率340%のパフォーマンス、申し訳ありません! はい、その通りです:この年率340%というバックテスト結果は、ほとんど信じられないほど優れています。でも、誤解しないでください——これはマーケティングトリックではなく、正確なプログラミングと誠実なバックテストの成果です。もちろん、こんな夢のようなリターンが永遠に続くわけではありません。なぜなら、どんなEAもバックテストで数年経てばロット数の上限に必ずぶつかるからです。 それでも、 Stealth 150 DE40 はアルゴリズムに“自由に動かせる”環境を与えれば、何が可能かを示しています。 というわけで、パフォーマンスについてはご容赦ください——それでは本題のエキスパートアドバイザーをご紹介します。 Stealth 150 DE40——DAX(DE40, .DE40Cash, GER40)用ブレイクアウト型エキスパートアドバイザー 見えない。止まらない。徹底的に透明。 Stealth 150 DE40は何をするのか? Stealth 150 DE40は、DAX(DE40, .DE40Cash, GER40)専用の全自動トレ
Remstone
Remstone
4.89 (9)
Remstoneは、ありきたりなエキスパートアドバイザーではありません。 長年の研究と資産管理の成果を融合させたものです。 約束も、曲線フィッティングも、幻想もなし。ただ、豊富なライブ体験だけ。 Remstone の力を活用して成功しているトレーダーの成長コミュニティに参加しましょう。 Remstoneは、市場トレンドを活用するために設計された完全自動取引ソリューションです。高度なアルゴリズムを基盤とし、信頼性と成果を求めるトレーダーのために設計されています。 実証された精度でトレーディングの優位性を高めましょう! Remstoneを選ぶ理由 高度な市場適応性: さまざまな資産や経済ニュースを処理して、トレンドになる可能性のある資産を適切なタイミングでピックアップします。 カスタマイズ可能な戦略: 独自の目標に合わせて入力パラメータを調整します。 簡単なリスク管理: 取引ごとのリスク率を簡単に選択するだけで、複雑な計算はすべて自動で行われ、元本保全を最優先します。口座のベース通貨、取引資産、ストップロス幅を分析し、リスク率に応じたロットサイズを算出します。 ユーザーフレンドリー:
Swingy3
Bashier Awny Husein Ismail Alhafy
Swingy3: The Institutional Pivot & Swing Execution Engine Swingy3 is an algorithmic trading system designed for MetaTrader 5, focusing on high-conviction price action swings and institutional-grade risk management. Unlike standard retail indicators, Swingy3 analyzes market structure through dynamic pivot points and multi-timeframe confluence to identify entries where momentum and exhaustion align. The Strategy The core of Swingy3 is its advanced Pivot Analysis engine. It detects institutional "S
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
CaicaiLS Pro - Advanced Pair Trading & Statistical Arbitrage (Version 9.0) CaicaiLS Pro is an institutional-grade quantitative Expert Advisor designed for Long & Short (Pair Trading) operations using Statistical Arbitrage . Developed for demanding traders, it tracks correlation and cointegration anomalies across multiple asset pairs simultaneously, seeking profit in both mean reversion and breakout trends (Momentum). Its architecture has evolved to a definitive level with the introduction of
Quantum Candlestick Collider — Institutional-Grade Precision for XAUUSD Quantum Candlestick Collider is a next-generation automated trading system engineered specifically for XAUUSD (Gold) on the M15 timeframe. Built on a proprietary quantitative engine and advanced candlestick intelligence, this EA delivers exceptional entry precision, adaptive market awareness, and institutional-level risk control — designed to perform even under extreme market volatility. Real trading environment Transpa
1.自動売買アドバイザー 2. EURUSD ペアで最良の結果が得られますが、他の商品の設定を調整することもできます。 3. m1 から m15 までの時間枠を使用します。 4. Expert Advisor は平均法を使用して取引を行い、スムーズかつ安全にボリュームを増やします! 5. 取引を指示するために、EA はローソク足分析を使用します。 6. 最も安全なオプションは、1500 ~ 2000 ドルごとに 0.01 ロットを使用することです 7. リスクを軽減するために、4 回の取引の後に 300 ピップ、6 回の取引の後に 500 ピップずつステップを変更することをお勧めします。 8.14年の経験を持つ保守的なアドバイザー! 9. 希望利回りから推奨入金額を検討! 10. 取引にはドローダウンが発生しますが、これは正常なことであり、ロボットは巧みにそれらを終了します。これには時間がかかります。 実際のアカウントの監視 -   https://www.mql5.com/ru/signals/1679839?source=Site +Signals+My \\\\\\
GOLD GRABBER Israel L. MT5 Grid-Hedge EA. WARNING: EA has Optimised  sets for GOLD (XAUUSD) ONLY (Minimum Capital: $1000) Download sets below: Use these sets for XAUUSD:  https://drive.google.com/drive/folders/1FBfc-eE7B7APhZ-P754R76d3xih8OnXX?usp=sharing Professional Grid-Hedge Trading System with Advanced Risk Management This sophisticated Expert Advisor employs a dual-directional grid strategy designed for consistent performance in volatile markets. The system opens positions in both directi
Gold Liquidity Hunter is a professional automated trading system engineered for the high-volatility nature of the modern XAUUSD (Gold) market. The algorithm operates on the H1 timeframe , utilizing a strategy based on institutional liquidity sweeps and price reclaims. The "Volatility Regime" Strategy This Expert Advisor is tuned specifically for the post-2024 market structure, where Gold daily ranges have expanded significantly. Unlike older strategies designed for smaller ranges, Gold Liquidity
次は、日本語への正確な翻訳です。 統計的エッジ・トレーディングの8つの柱 はじめに トレードにおいて、過去が未来を予測することはありません。しかし、時間に刻まれたパターンは、繰り返される時を待つ市場のリズムを明らかにします。このガイドでは、「統計的エッジ・トレーディングの8つの柱」を紹介します。これは、過去のデータを実行可能なトレード・インテリジェンスへと変換する包括的なフレームワークです。 このシステムの核となるのは「ヒストリカル・データ(過去のデータ)」です。一過性のインジケーターや遅行シグナルとは異なり、過去のパターンは金融市場の季節的な鼓動を明らかにします。それは、人間の商取引、機関投資家の行動、そして経済的必然性という不変のサイクルに影響され、数十年にわたって繰り返されてきたパターンです。 農家を例に考えてみましょう。彼らは収穫の時期を知っています。なぜなら、自然は太陽と降雨の予測可能なサイクルに従っているからです。金融市場も同じように機能します。決算報告、財政予算、ポートフォリオのリバランスなどが、価格変動に季節的なパターンを生み出します。これが、グローバル市場を流れる資金
It's recommended that you read through the entire document.. Pro15 is a professional breakout Expert Advisor built around clearly defined daily price structure. The EA continuously calculates and plots the current day’s high, low, open, and multiple intraday equilibrium levels directly on the chart, then executes trades when price breaks these levels according to your selected confirmation rules. This Trading bot is designed so the same engine can be run side by side as both a trend-following an
Prop Grid
Ioannis Xenos
5 (1)
XignalCoding Prop Grid EA Build your own strategy. Pass prop firm challenges with confidence. The XignalCoding Prop Grid EA is a highly flexible and powerful trading tool designed for traders who want full control over their strategy, grid system, and risk. Whether you're testing ideas or aiming to pass prop firm challenges like FTMO, this EA gives you the structure and safety you need. Main Features Custom Strategy Creation Choose your entry signal: RSI, CCI, Stochastic, Williams, Bollinger Ba
作者のその他のプロダクト
HTF Candles Nikaは、MetaTrader 5の現在のチャートに、任意の上位時間足のローソク足をフルサイズで直接オーバーレイ表示します。チャートを切り替えることなく、マルチタイムフレームの視点を提供します。 主な機能 - 上位時間足のローソク足を、ヒゲ付きの塗りつぶし矩形として現在のチャートに描画 - 標準ローソク足とHeiken Ashiの両表示モードに対応 - 現在のHTFローソク足が閉じるまでの残り時間をリアルタイムでカウントダウン表示 - 陽線・陰線のカラーをカスタマイズ可能 - ローソク幅の自動または手動制御 - ヒゲの幅、フォント、フォントサイズ、テキスト位置オフセットを設定可能 - あらゆるシンボルと時間足の組み合わせに対応 - セッションのギャップを自動検出してレンダリングを調整 - 軽量設計 — チャートオブジェクトのみ使用、インジケーターバッファなし 入力パラメーター 表示設定 - Max Lookback — 描画するHTFバー数(デフォルト:500) - Timeframe — 表示する上位時間足(デフォルト:H1) - Bars Mode
FREE
Nika Session Spread Intelligenceは、市場の開場時刻、閉場までの残り時間、全取引セッションをダークテーマのパネルでチャート上に直接表示する軽量インジケーターです。 一般的なセッションインジケーターとは異なり、このツールはSymbolInfoSessionTradeを通じてブローカーの実際の取引セッションスケジュールを読み取るため、表示時刻はお使いの通貨ペアとサーバーに対して常に正確です - FX、指数、商品、仮想通貨を問わず。 主な機能 - マーケットの開場/閉場ステータス(緑 = 開場、赤 = 閉場) - カウントダウンタイマー - セッション終了または次の開場までの残り時間、500msごとに更新 - ビジュアルプログレスバー - セッションの進行に応じて増加、終了間際にオレンジに変化 - 当日の全セッションリスト(サーバー時間)、アクティブセッションをハイライト表示 - 組み込みアラート - セッション開始/終了のX分前に通知(設定可能、サウンド付き) - パネル上の + / - ボタンでズーム - 完全カスタマイズ可能 - 色、フォント、位置、更新頻
FREE
TrendDrift Oscillator — MetaTrader 5用の二重平滑平均偏差オシレーター。 価格が指数移動平均(EMA)からどれだけ乖離しているかを測定し、2層のEMA平滑を適用してノイズをフィルタリングし、明確で実行可能なトレンドシグナルを生成します。 動作原理: 1. 選択した価格ソースのEMAを計算 2. 価格とEMAの偏差を測定 3. 偏差に第1層のEMA平滑を適用 4. 第2層のEMA平滑を適用(TrendDriftライン) 5. シグナルラインを生成(TrendDriftのEMA) 色分けシグナル: - 濃緑: 強い買い(TrendDriftがゼロ以上で上昇中) - ライム: 通常の買い(TrendDriftが上昇中だがゼロ以下) - オレンジ赤: 通常の売り(TrendDriftが下降中だがゼロ以上) - 赤: 強い売り(TrendDriftがゼロ以下で下降中) 入力パラメータ: - 価格ソース: Close, Open, High, Low, Median, Typical または Weighted - EMA期間(デフォルト 32): 基本平均期間
<h2>Candles Size Stats</h2><p><strong>Candles Size Stats</strong> は、ロウソク足の全体サイズ(High − Low の幅)をpips単位で測定・可視化する軽量で強力なインジケータです。どの通貨ペアや時間軸でも、価格のボラティリティを統計的に瞬時把握できます。</p><h3>機能</h3><p>各ロウソク足の全体幅を別窓にカラーヒストグラムとして表示します。現在のロウソク足が前の足より大きいときは緑色、小さいときは濃い緑色で表示され、ボラティリティの拡大と収縮が一目でわかります。</p><p>ヒストグラムの上に、選択した期間の移動窓で計算された統計参照線を最大5本表示できます:</p><ul><li><strong>平均値</strong> — 過去 N 本のロウソク足サイズの単純平均</li><li><strong>中央値</strong> — ソートされた分布の中間値、外れ値に強い</li><li><strong>P90 / P70 / P50</strong>(または任意のパーセンタイル)— 全ロウソク足の X% が
FREE
NIKA QUANT ANALYZER — MT5ストラテジーテスター専用最適化分析ツール 最適化結果のどれが本物で、どれがカーブフィッティングの罠かを推測するのはやめましょう。 Nika Quant AnalyzerはMT5ストラテジーテスターのXMLエクスポートを読み込み、QM+スコアで各パラメータ組み合わせを即座にランキング。PF、シャープレシオ、RF、最大DD、Return/DD、取引数を一つの数値に統合。 マルチファイルグローバルランキング対応:複数のXMLを配置するだけで、全パスをシンボル・タイムフレーム横断で統合ランキング。 主な機能 - QM+複合スコア — 一つの数字で意思決定。調整可能なウェイト公式。 - マルチファイルグローバルランキング — 複数XMLをロード。GLOBAL RANKとBY FILEモード切替。 - シンボル・タイムフレーム表示 — 各行にシンボルとTFを表示。 - QMスコア分布ヒストグラム — 対数スケールで品質レベル別分布。 - エクイティスパークライン — 各行にミニエクイティカーブ。 - 2ページダッシュボード — P1:
FREE
Spread Engine Nika — MetaTrader 5 向けリアルタイム・スプレッド分析ツール Spread Engine Nika は MetaTrader 5 向けのプロフェッショナルなスプレッド分析インジケーターです。過去のティックデータを使用して任意のシンボルの統計的スプレッドプロファイルを構築し、現在のスプレッド状況を文脈とともにリアルタイムで表示します。現在のスプレッドが正常・高め・危険のいずれかを即座に判断できます — すべてチャート上のコンパクトなパネルに集約されています。 スキャルパー、日中トレーダー、そして約定コストを気にするすべてのトレーダー向けに設計されており、生のスプレッドデータを実践的な情報へと変換します。 主な機能 スプレッドプロファイルエンジン — 最大120日分の過去ティックデータを分析し、時間バケット(設定可能、デフォルト15分)に分割します。各バケットには平均、中央値、75パーセンタイル、最大値、標準偏差、日をまたぐ標準偏差が格納されます。 ライブスプレッド表示 — 現在のスプレッドをリアルタイムで表示し、その時間帯の過去の正常
FREE
Spread Times Histogram and Statsは、MetaTrader 5のスプレッド監視インジケーターです。ブローカーのスプレッドをリアルタイムでカラーコード付きヒストグラムとして表示し、ローリング24時間平均を追跡し、スプレッドが設定可能な動的しきい値を超えるとスマートアラートを発します。 主な機能 - カラーコード付きヒストグラム:スプレッド縮小時は緑、拡大時は赤 - ローリング24時間平均線で継続的なコンテキストを提供 - セッション統計:現在のセッションの最小・最大・平均スプレッド - スマートアラートシステム:ライブスプレッドが24H平均の設定倍数を超えると発動 - マルチタイムフレーム集計:上位チャートで実行しながら下位タイムフレームのデータを取得 - D1以上のチャートではH4集計に自動ダウングレードしてエラーを防止 - ライブスプレッド・平均・しきい値・セッション統計を表示するオプションのダッシュボード - ステータス表示:ウォームアップ中、正常、スプレッドスパイク アラートオプション - MT5ポップアップアラート(視覚・音声) - MT5
FREE
Telegram Control Center(TCC)は、MetaTrader 5のユーティリティ型エキスパートアドバイザーで、取引口座をTelegramに接続します。売買の開始や管理は行いません。口座を監視し、リアルタイムアラートを送信し、Telegramコマンドでポジションをリモート制御できます。 主な機能 - 残高、純資産、証拠金、全オープンポジションのリアルタイム監視 - ポジションの開設・決済・変更時のTelegram即時通知 - 設定可能なしきい値によるエクイティドローダウンアラート - MT5経済カレンダーを利用したニュースフィルターと重要イベントの事前警告 - パスワード保護付きTelegramコマンドによるリモートポジション管理 - 任意シンボルのチャートスクリーンショットをTelegramへ直接送信 - 接続状況とニュースフィルター状態を表示するチャート上ステータスバー - グローバル変数TCC_NEWS_WINDOW_ACTIVEを通じた他のEAとの連携 - 1チャートへのアタッチで全口座(全シンボル・全マジックナンバー)を監視 - 特定EA専用のマジックナ
FREE
TrueFlow AD は、MetaTrader 5 向けの出来高ベースの累積/分散インジケーターで、ギャップを考慮した True Range ロジックで資金フローをよりリアルに捕えます。 問題点: 従来の A/D インジケーターは現在バーの高値・安値だけを使用し、前の終値を無視するため、ギャップや大きなローソク足の場面で出来高の方向を誤認しがちです。その結果、累積/分散シグナルが歪み、ブレイクやトレンド判断が不安定になります。 解決策: TrueFlow AD は、前の終値を基準にした「真の高値・安値」から True Range とバーごとの資金フローを計算し、それを累積して滑らかな A/D ラインを描画します。ギャップの影響を織り込むことで、本当に出来高が動きを支えているのかどうかを視覚的に判断できます。 対象ユーザー: ブレイクアウトやトレンド継続を出来高で確認したいスイングトレーダーや日内トレーダーに最適です。また、パラメータ調整不要の累積フローデータを EA から読み取りたいアルゴリズムトレーダーや開発者にも有用です。 仕組み: 1. 各バーについて、前の終値と比較
Daily Range — NikaQuant Daily Range — NikaQuant is a precision session analysis indicator for MetaTrader 5. It automatically defines the daily trading range during a configurable window (default 19:30–20:30 New York time), projects six statistical deviation levels forward to the session close (default 16:00 NY), and generates real-time trade decision signals backed by historical statistics. Session Range Box Captures the highest and lowest 5-minute close during the range window. The box is d
NIKAQuant ML カーネル回帰インジケーター Adaptive Kernel Smoother NIKAQuant は Nadaraya–Watson カーネル回帰を採用した非パラメトリック機械学習トレンドツールです。硬直的な移動平均とは異なり、各足をガウスカーネル重み付きルックバック窓で推定し、価格構造に応じて滑らかに曲がるトレンドラインを描きます。 動作原理 ガウスカーネルが各過去足をルックバック距離で重み付けします。ATR 連動の適応バンド幅は変動時に広がり、静穏時に狭まるため、反応は速くブレにくい。 残差シグマチャネル 「価格 − カーネル値」の残差の移動標準偏差が動的チャネルを形成します。終値が上辺を超える = 強気状態、下辺を割る = 弱気状態。反対側の抜けまで状態は継続します。 3 つの表示モード Bands: 中心線 + 上下チャネル + 塗りつぶし Single Line: 状態色の中心線のみ Trail: 反対側をトレイリング扱い 7 種類のテーマ Classic、Cyber Aqua、Crimson Pulse、Royal Pur
フィルタ:
レビューなし
レビューに返信