IndexRaider Library

```text
IndexRaider Libraryは、IndexRaiderエンジンを呼び出し可能な関数として提供します。流動性スイープ(SFP)の検出、H4トレンドバイアス、Fair Value Gapの確認、そしてIndexRaider製品シリーズ全体で使用されているリスクベースのポジションサイズ計算機能を利用できます。

同じルールを使用して、自分自身のExpert Advisor、インジケーター、またはパネルを構築できます。ライブラリが分析を行い、実際の判断はあなたのプログラムが行います。

エクスポートされる機能

- IXR_Drive(symbol) — H1データを使用して、各シンボルの状態マシンを進行させます。tickごと、またはタイマーから呼び出すことができます。確定したH1バーごとに1回だけ処理され、現在のフェーズを返します:
  0 = 待機中
  1 = スイープ検出済み / 確認待ち
  2 = セットアップ有効化

- IXR_Setup(symbol, direction, entry, sl, tp) — フェーズが2の間、有効化されたセットアップの価格レベルを返します:
  エントリーはギャップの端、
  ストップはスイープのヒゲの外側、
  ターゲットはスイープされたレンジの反対側

- IXR_Bias(symbol) — H4 EMA 20/50のトレンドバイアスを返します:
  +1、-1、または0

- IXR_CalcVolume(symbol, direction, entry, sl, risk_pct) — 指定したリスク率に基づいてポジションサイズを計算し、ブローカーの取引数量ステップに合わせて調整します。また、最小ストップ距離、利用可能証拠金、取引数量制限も確認します。過大なポジションを使用するのではなく取引を拒否すべき場合は0を返します

- IXR_Phase、IXR_Reset、IXR_SetMinRR、IXR_Version — 状態および設定関連の関数

使用方法

#import "IndexRaiderLibrary.ex5"
int    IXR_Drive(string symbol);
bool   IXR_Setup(string symbol, int &direction, double &entry,
                 double &sl, double &tp);
double IXR_CalcVolume(string symbol, int direction, double entry,
                      double sl, double risk_pct);
#import

void OnTick()
  {
   if(IXR_Drive(_Symbol) == 2)
     {
      int dir; double entry, sl, tp;
      if(IXR_Setup(_Symbol, dir, entry, sl, tp))
        {
         double vol = IXR_CalcVolume(_Symbol, dir, entry, sl, 0.25);
         // ここで注文を実行してください — ライブラリ自体が取引することはありません
        }
     }
  }

内部ルール

確立されたスイングレベル(3本足フラクタル、9~96本前に形成)がヒゲによって一時的に抜かれますが、ローソク足は再びそのレベルの内側でクローズし、さらにH4 EMA 20/50のトレンド方向と一致している必要があります。

その後12本以内に、少なくとも1×ATR(14)のディスプレイスメントローソク足が形成され、Fair Value Gapが残る必要があります。

最低リスクリワード比を下回るセットアップは除外されます。デフォルト値は1.5で、調整可能です。

有効化されたセットアップは16本のバーが経過すると失効します。

すべての判断は確定済みのローソク足だけを使用して行われます。IndexRaider Expert AdvisorおよびIndexRaider Indicatorと同じ、厳密な因果ロジックを採用しています。

ライブラリが行うのは分析とポジションサイズ計算のみです。

ライブラリ自体がポジションを新規に開いたり、変更したり、決済したりすることはありません。注文の執行は完全にあなた自身のコードによって制御されます。

完成済みの製品を使いたい場合

IndexRaider Expert Advisorは、これらのセットアップを完全自動で取引します。

IndexRaider Indicatorは、これらのセットアップをチャート上に表示します。

IndexRaider Managerは、手動取引向けにリスクベースのワンクリック注文執行機能を追加します。

これらはすべて別製品です。

取引には大きな損失リスクがあります。過去の実績は将来の結果を保証するものではありません。
```

おすすめのプロダクト
MetaTrader 5 向け ModernUI ライブラリ ModernUI は、MetaTrader 5 のチャート上で動作するユーザーインターフェースライブラリです。MQL5 開発者が、MT5 のチャート環境内で、より整理された EA パネル、ダッシュボード、設定ウィンドウ、フォーム、テーブル、ダイアログ、ドロワー、コンパクトなトレード風インターフェースを構築できるようにします。 散らばったチャートオブジェクトではなく、よりプロフェッショナルなインターフェース層を使いたい開発者向けに作られています。同時に、自分の EA、インジケーター、ユーティリティのロジックは完全に自分で管理できます。 Modern UI - ユーザーガイド   | EA サンプルデモ 作成できるもの ModernUI は、特定の種類のパネルだけに限定されません。MetaTrader 5 のチャート上に配置するほぼあらゆるツールに対して、再利用可能なインターフェース層を提供します。 シンプルな設定画面、コンパクトなトレードパネル、本格的なダッシュボード、データビュー、コントロールパネル、口座関連ツール、ワー
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The library OrderBook History Library reads market book state in the past from archive files, created by OrderBook Recorder . The library can be embedded into you
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get the most
This indicator presents an alternative approach to identify Market Structure. The logic used is derived from learning material created by   DaveTeaches (on X) Upgrade v1.10: + add option to put protected high/low value to buffer (figure 11, 12) + add  Retracements  value to buffer when Show Retracements When quantifying Market Structure, it is common to use fractal highs and lows to identify "significant" swing pivots. When price closes through these pivots, we may identify a Market Structure S
Key Features: 200+ Fully Implemented Patterns   across all categories Advanced Market Structure Analysis Smart Money Integration   (Wyckoff, Order Blocks, Liquidity) Professional Risk Management Multi-Timeframe Analysis AI-Powered Confidence Scoring Advanced Visualization Real-time Alerts Pattern Categories: Single Candle Patterns (Hammer, Doji, Marubozu, etc.) Multi-Candle Patterns (Engulfing, Stars, Harami, etc.) Chart Patterns (Head & Shoulders, Cup & Handle, Triangles, etc.) Harmonic Pattern
FREE
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
MT4/5通用交易库(  一份代码通用4和5 ) #ifdef __MQL5__      #define KOD_TICKET ulong      #define KOD_MAGIC   long #else        #define KOD_TICKET long      #define KOD_MAGIC   int #endif class ODLIST; #import "K Trade Lib Pro 5.ex5"       //祝有个美好开始,运行首行加入    void StartGood() ;    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单
重要なお知らせ – ライセンスとアクティベーションが必要です ======================================================== アクティベーション手順: ご購入完了後、直ちに当社までご連絡いただき、ライセンスキー、パスワード、またはアクティベーション詳細をお受け取りください。これらがないとソフトウェアは動作しません。スムーズなアクティベーションプロセスを保証し、ご質問にお答えいたします。 --- Volume Delta Profile V2 Enhanced ================================ プロフェッショナルな出来高・デルタ分析ツール -------------------------------------------- 概要 ---- **Volume Delta Profile** は、従来の出来高プロファイル分析と高度なデルタおよびインバランス検出を組み合わせたプロフェッショナルグレードの分析ツールです。この総合的なインジケーターは、トレーダーに市場ダイナミクスの詳細なビュ
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
Passband Filter Pro Passband Filter Pro is a trend and cycle oscillator for MetaTrader 5. It is built on the Ehlers Super Passband Filter, a band pass filter that removes long term trend drift and short term noise so that only the dominant market cycle remains. The result is a clean oscillator with a color cloud that shows overbought and oversold conditions, cycle turns, and momentum on forex, gold, indices, stocks and crypto. Most traders enter too early or too late. Simple moving averages la
Market Volume Profile indicator + Smart Oscillator。ほぼすべての金融商品に対応しています — 通貨ペア、株式、先物、暗号資産。リアルボリュームおよびティックボリュームの両方に対応しています。プロファイルの計算範囲は自動(例:1週間、1ヶ月など)でも、手動でも設定可能です(赤と青の2本の垂直ラインで範囲を指定)。ヒストグラム形式で表示されます。各価格レベルにおけるヒストグラムの幅は、そのレベルで行われた取引量(概念的な値)を示します。「Mode level line color」パラメータにより、価格が高い確率で反応する重要なボリュームレベルを自動表示できます。また「Maximum color (POC)」パラメータは、指定範囲内で最も取引量が多い価格レベルを個別に表示します。 Smart Oscillatorは買われ過ぎ・売られ過ぎゾーンを表示します。複数のインジケーターからの情報を分析し、処理されたデータに基づいてこれらのゾーンを色分けして表示します。 Volume every dayでは、Range periodパラメータでプロファ
インジケーター技術仕様 – Delta Profile for MetaTrader 5 Delta Profile は MetaTrader 5 用に開発されたインジケーターで、指定されたローソク足範囲内の出来高フローを詳細に分析するためのものです。異なる価格レベルにおける正の出来高(上昇に関連)と負の出来高(下降に関連)の不均衡を構造化し、可視化します。その結果、ユーザーは最も多くの取引が集中する価格帯や実際の市場不均衡が形成される領域を明確に把握できます。 以下に、本インジケーターの主要な技術特性と設定パラメータを示します。 基本コンセプト インジケーターは 価格レベル を識別し、それらを正の出来高、負の出来高、および純 Delta(正負の出来高差)に分類します。 各価格レベルは 水平バー としてチャートに表示され、市場の活動ゾーンや不均衡領域を視覚的に確認できます。 ユーザーは 分析対象ローソク足数 、 価格の丸め精度 、 最大表示レベル数 、および 表示スタイル を自由に設定できます。 主要機能 価格レベルのマッピング :設定された精度に基づき価格を丸め、対応するローソク足の
以下は Chimera Volume の日本語訳です。 MetaTrader 5用 Chimera Volume 高度な出来高分析と市場活動の可視化 Chimera Volumeは、MetaTrader 5向けに設計されたカスタムインジケーターです。正規化された出来高の動きを分析し、動的な視覚的フレームワークを通じて市場参加者の変化をリアルタイムで表示します。 このインジケーターは、適応型正規化アルゴリズムを用いてティック出来高データを処理し、出来高の強さ、蓄積フェーズ、および異なる市場条件下での活動シフトを構造化して表現します。 生の出来高を表示する標準的なインジケーターとは異なり、Chimera Volumeは追加の計算を適用することで、市場活動の相対的な変化を強調し、チャートの視認性を向上させます。 主な機能 ルート・インテント・ヒストグラム (Root Intent Histogram): 正規化された出来高の強さと市場参加度を視覚化する動的ヒストグラムです。適応型カラー・トランジションを採用しており、活動の活発化と参加の減少を明確に区別します。 慣性ライン (Inertia
INTRODUCING MML Data Bridge The demand for bridging external data and machine learning with trading platforms is higher than ever. MetaTrader 5 is a powerful environment for trading and back testing, but without a data bridge, MT5 is largely isolated from using any external data. MML Bridge is a developer tool that allows users to bridge external data into MT5 for back testing, live trading, and optimization. It's built for ease of use, providing users with a simple function API that drip-feeds
FREE
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
Scan a fixed list of assets (Ibovespa) in the chosen timeframe (TimeFrame). For each pair and for various periods. Calculate a regression model between the two assets (and, if desired, using the bova11 index as a normalizer). Generate the spread of this relationship, its mean, standard deviation, speculative deviation, and betas (B1 and B2). Apply an ADF test without exclusion (cointegration/stationarity). Calculate the Z-score of the current exclusion (how many standard deviations are away from
FREE
Mean Volume Most indicators are based on price analysis. This indicator is based on volume. Volume is overlooked piece of information in most trading systems. And this is a big mistake since volume gives important information about market participants. Mean Volume is an indicator that can be used to spot when volume is above average. It usually means that institutional traders are active. Peak in volume can be used to confirm an entry since increased volume can sustain the move in one or anot
Volume Profile Utility
AL MOOSAWI ABDULLAH JAFFER BAQER
Volume Profile Discover where the market really trades. Make decisions based on volume, not guesswork. Volume Profile is a professional MetaTrader utility that analyzes trading activity across different price levels, allowing traders to identify where the highest concentration of market participation has occurred. Instead of focusing only on price movement over time, Volume Profile reveals the price levels where buyers and sellers have been most active, providing valuable insight into market str
重要なお知らせ – ライセンスおよびアクティベーションが必要です アクティベーション手順: ご購入が完了したら、すぐに弊社までご連絡いただき、ライセンスキー、パスワード、またはアクティベーションの詳細をお受け取りください。これらがなければ、ソフトウェアは動作しません。スムーズなアクティベーションプロセスを保証し、質問にお答えするために、弊社がサポートいたします。 多言語カスタマイズ トレーディング体験を向上させるため、ソフトウェアを複数の言語で完全にカスタマイズすることができます。弊社のチームは以下の言語で翻訳を提供可能です: 中国語 | フランス語 | ポルトガル語 | スペイン語 | ロシア語 日本語 | ドイツ語 | 韓国語 | イタリア語 | トルコ語 ご希望の言語をお知らせいただければ、使いやすい体験を保証するためにインジケーターを調整いたします。 MT5用マーケットプロファイルインジケーター – 高度なオークション市場分析 マーケットプロファイルは、すべての市場の動きを駆動する双方向のオークション
Elliott Wave EA
Vladimir Shumikhin
5 (1)
エリオット波動 EA アドバイザー (Elliott Wave EA  Advisor) 説明 (Description) Elliott Wave EA はA. メリルによって説明された M & W 波動パターンに基づくプロフェッショナルなトレーディングソリューションです。この強力なエキスパートアドバイザーは高精度で波動形成を識別し取引を行い、トレーダーにエリオット波動理論を活用するための信頼性の高い自動化ソリューションを提供します。 主な特徴 (Key Features) インテリジェントパターン認識 (Intelligent Pattern Recognition) - 高度なアルゴリズムが M & W 波動パターンを卓越した精度で識別 デュアルシグナル技術 (Dual Signal Technology) - 進化シグナルと変異シグナルの両方を取引し、包括的な市場分析を実現 柔軟な取引方向 (Flexible Trading Direction) - 買いのみ、売りのみ、または両方向の取引を選択可能 適応型資金管理 (Adaptive Capital Management) -
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Key Features 1.  Total Immersion UI (The "Blackout") Chart Masking:   Upon loading, the tool turns the background, grid, and candles pitch black. This hides the noise of the market ticks, allowing you to focus purely on your performance data withou
Delta + CVD & CVD Candles Order-flow indicator combining Delta (Ask–Bid), Cumulative Volume Delta (CVD), and a unique CVD-based synthetic candle system. Shows buy/sell pressure, volume aggressiveness, and momentum shifts with optional Delta histogram, CVD line, and CVD+Delta combined candles. Useful for scalping, intraday trading, divergence detection, and understanding buyer/seller dominance. Overview The Delta + CVD & CVD Candles Indicator combines multiple order-flow tools into one clean
PipsPro Scalper Gold
Hayyu Imam Muhammad
3 (2)
*This product special for XAUUSD* pair. Therefore, all additional features and strategies in future updates will be included in this product . Published at 2026.04.18 |   --> NEXT PRICE $499 USD. Please to send a private message after you make a purchase !!! PipsPro Scalper Gold (MT5) is an Expert Advisor developed exclusively for XAUUSD trading. It is compatible with both 2-digit and 3-digit brokers for the XAUUSD symbol. Before opening any position, the EA applies multiple filters to identif
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0Y
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
What Is Trend Master Pro? Trend Master Pro   is a professional-grade trend trading indicator built for MetaTrader 5. It was designed with one goal in mind — to keep you on the right side of the market at all times by combining three powerful technical tools into a single, clean, easy-to-read display directly on your price chart. Instead of cluttering your screen with multiple separate indicators, Trend Master Pro fuses an   EMA Ribbon trend filter , a   ZigZag swing point engine , and a   breako
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 — 1つの端末内で動作するプロフェッショナルなポジション複製システム MetaTrader 5 ですでに開かれているポジションを自動で複製し、総ボリュームを拡張し、独自のロット設定を適用しながら、複製ポジションを明確なルールで管理したいトレーダーのための信頼性の高い Expert Advisor です。 手動売買、アルゴリズム売買、そして既存ポジションをより柔軟に管理したい場面に適した実用的なツールです。 Duplicator for MT5 は独自の売買戦略で新規ポジションを開くものではありません。役割は、MetaTrader 5 口座内にすでに存在しているポジションを監視し、指定した条件に従ってその複製を作成することです。複製回数、ロットサイズ、Stop Loss、Take Profit、コメント、追加の管理条件まで細かく設定できます。 異なるプラットフォーム間のコピーではなく、 同じ MetaTrader 5 端末内で ポジションを正確に複製したい場合、この MT5 版 Duplicator はその目的のために作られていま
Sigma PROP – Advanced Multi-Pair Prop Trading EA After years of in-depth research, development, and rigorous testing, Sigma PROP was created – an advanced Expert Advisor (EA) written in MQL5 and specifically designed for both prop firm challenges and professional trading accounts. Unlike conventional EAs that require manual setup on each symbol, Sigma PROP only needs to be attached to EUR/USD . From there, it automatically manages trading across AUD/CAD, AUD/NZD, and NZD/CAD , applying its stra
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
このプロダクトを購入した人は以下も購入しています
WalkForwardOptimizer MT5
Stanislav Korotky
3.78 (9)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 5. To use the library include its header file WalkForwardOptimizer.mqh into your EA source code, add call provided functions as appropriate. Once the library is embedded into EA, you may start optimization according to the procedure described in the User guide . When it's finished, intermediate results are saved into a CSV file and some special global variables.
Binance Library MetaTrader 5 connects your Expert Advisors, indicators, and scripts to Binance.com and Binance.US directly from MetaTrader 5. It is a developer library for building custom Binance integrations inside MT5, not a standalone trading robot or copier. The library helps you add Binance instruments to Market Watch, read symbol specifications, load current and historical market data, check wallet balances, manage orders, and track open positions. It supports Spot, USD-M futures, and COI
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on s
Friends, join us! Ask questions and connect with like-minded traders: MetaCOT Public Group MetaCOT Information Channel: news, CFTC reports, and signals: MetaCOT Channel Here’s to successful trading and new profitable signals for us all! Attention! Recently, certain countries have been blocking access to the cftc.gov website. As a result, users in these countries are giving the product low ratings. MetaCOT has always adhered to the highest quality standards and is in no way associated with th
This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "MQL5\Files" directory. Then it uses these files to automatically build a cluster walk forward report and rolling walk forward reports that refine it (all of them in one HTML file). Using the WalkForwardBuilder MT5 auxiliary script allows building othe
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the co
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account, t
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, StopLimit and StopMarket Support Testnet mode Automatically display the chart on the screen Usage: 1. Open MQL5 demo account 2. Download Header   file and EA sample   https://drive.google.com/uc?export=download&id=1kjUX7Hyy02EiwTLgVi8qdaCNvNzazjln Copy Binance.mqh to folder \MQL5\Include Copy  BinanceEA-Sample.mq5 to folder \MQL5\Experts 3. Allow WebRequest from MT5
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support Binance Futures USD-M and COIN-M Support Testnet mode Support all order types: Limit, Market, StopLimit, StopMarket, StopLoss and TakeProfit Automatically display the chart on the screen Usage: 1. Open MQL5 demo account 2. Download Header file and EA sample https://drive.google.com/uc?export=download&id=17fWrZFeMZoSvH9-2iv4WDJhcyxG2eW17 Copy BinanceFutures.mqh to folder \MQL5\Include Copy  Bina
1. What is this The MT5 system comes with very few optimization results. Sometimes we need to study more results. This library allows you to output more results during backtest optimization. It also supports printing more strategy results in a single backtest. 2. Product Features The results of the optimized output are quite numerous. CustomMax can be customized. The output is in the Common folder. It is automatically named according to the name of the EA, and the name of the same EA will be au
AO Core
Andrey Dik
3.67 (3)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. Pay attention to the MT5 Optimization Booster product , which makes it very easy to manage the regular MT5 optimizer . An example of using AO Core is described in the article: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/en/blogs/post/756510 This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of p
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installat
Hello everyone! I am a professional MQL programmer , Making EAs, Indicators and Trading Tools for my clients all over the world. I build 3-7 programs every week but I seldomly sell any ready-made Robots. Because I am fastidious and good strategy is so few...  this EA is the only one so far I think its good enough to be published here.  As we all know, the Ichimoku indicator has become world popular for decades, but still, only few people knows the right way of using it, and if we check the clo
金融とトレーディング戦略の領域を深く掘り下げ、私は一連の実験を実施し、強化学習に基づくアプローチと強化学習を使用しないアプローチを調査することにしました。 これらの手法を適用して、私は現代のトレーディングにおけるユニークな戦略の重要性を理解する上で極めて重要な微妙な結論を導き出すことができました。 ニューラル ネットワーク アドバイザーは、初期段階では目覚ましい効率性を示したにもかかわらず、長期的には非常に不安定であることが判明しました。 市場のボラティリティ、トレンドの変化、外部事象などのさまざまな要因により、企業の運営に混乱が生じ、最終的には不安定化につながりました。 この経験を武器に、私は課題を受け入れ、独自のアプローチを開発し始めました。 私の焦点は、集められた最良のインジケーターを異なるパラメーター設定で利用するアドバイザーを作成することに集中していました。 このアドバイザーは、私の独自の戦略に基づいており、さまざまなパラメーター設定を持つ 14 の指標を同時に採用し、何時間ものデータ分析と綿密なテストから生まれました。
Introducing "TG Trade Service Manager" — your all-in-one solution for seamless trade management in both MQL4 and MQL5 environments. With a focus on speed, reliability, and convenience, this powerful library simplifies the complexities of trade execution and management, empowering developers with a single interface for enhanced efficiency. Metatrader4 Version   |   All Products   |   Contact   Key Features: Unified Interface : TG Trade Service Manager" provides a unified interface for   MQL4   an
このライブラリは、できるだけ簡単にMetaTrader上で直接OpenAIのAPIを使用するための手段として提供されます。 ライブラリの機能についてさらに詳しく知るには、次の記事をお読みください: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual 重要:EAを使用するには、OpenAI APIへのアクセスを許可するために、次のURLを追加する必要があります  添付画像に示されているように ライブラリを使用するには、次のリンクで見つけることができる次のヘッダーを含める必要があります:  https://www.mql5.com/en/blogs/post/756108 #import "StormWaveOpenAI.ex5" COpenAI *iOpenAI(string); CMessages *iMessages(void); CTools *iTools(void); #import これが、ライブラリを簡単に使用するため
Here   is   the   English translation   of   your   description   for   the EA   (Expert   Advisor): --- This   is a   time -based   automatic trading   EA . It allows   you   to   set the   exact   time   for trading , down   to   the   second , and   specify the   maximum number   of   orders . You   can choose   to   place   either   buy   or   sell   orders . It   is possible to   set take   profit and   stop   loss   points . Additionally , you can   specify   how   long after   placing  
Molo kumalo
James Ngunyi Githemo
Trading Forex with our platform offers several key advantages and features: Real-time Data : Stay updated with live market data to make informed decisions. User-Friendly Interface : Easy-to-navigate design for both beginners and experienced traders. Advanced Charting Tools : Visualize trends with interactive charts and technical indicators. Risk Management : Set stop-loss and take-profit levels to manage your risk. Multiple Currency Pairs : Access a wide range of forex pairs to diversify your tr
Kaseki
Ben Mati Mulatya
The Hybrid Metaheuristic Algorithm (HMA) is a cutting-edge optimization approach that combines the strengths of genetic algorithms with the best features of population-based algorithms. Its high-speed computation ensures unparalleled accuracy and efficient search capabilities, significantly reducing the total time required for optimization while identifying optimal solutions in fewer iterations. HMA outperforms all known population optimization algorithms in both speed and accuracy. Use Cases AO
********主な取引であるXAUSDは、テストの際、XAUSDに調整することを提案し、他の取引標的は利益効果を保証できない******** テストが必要な場合はメッセージを残してください(見たらすぐに返信します)、仕事の成果を保護するためには、特定のパラメータを入力する必要があります、システムのデフォルトのパラメータはスクリーンショットを元に戻す効果を実現できません! テストが必要な場合はメッセージを残してください(見たらすぐに返信します)、仕事の成果を保護するためには、特定のパラメータを入力する必要があります、システムのデフォルトのパラメータはスクリーンショットを元に戻す効果を実現できません! テストが必要な場合はメッセージを残してください(見たらすぐに返信します)、仕事の成果を保護するためには、特定のパラメータを入力する必要があります、システムのデフォルトのパラメータはスクリーンショットを元に戻す効果を実現できません! ***************************************************************************
この製品は過去3年間にわたって開発されてきました。MQL5プログラミング言語で人工知能や機械学習コードを扱うための最も高度なコードベースです。MetaTrader 5でAI搭載のトレーディングロボットやインジケーターを多数作成するために使用されています。 これは、MQL5向けの機械学習に関する無料のオープンソースプロジェクトのプレミアムバージョンです。こちらからアクセスできます:  https://github.com/MegaJoctan/MALE5 。無料版は機能が少なく、ドキュメントも不足しており、メンテナンスも不十分です。小規模なAIモデル向けに設計されています。 このプレミアム製品には、AI搭載のトレーディングロボットを効率的にコーディングするために必要なすべてが含まれています。 このライブラリを購入すべき理由は? 非常に使いやすい。コードの構文は直感的で、PythonのScikit-learn、TensorFlow、Kerasなどの人気AIライブラリに似ています。 充実したドキュメント。多くの動画、サンプル、ドキュメントが用意されており、すぐに始められます。 計算効率に優れ
Shawrie
Kevin Kipkoech
This Pine Script implements a Gaussian Channel + Stochastic RSI Strategy for TradingView . It calculates a Gaussian Weighted Moving Average (GWMA) and its standard deviation to form an upper and lower channel. A Stochastic RSI is also computed to determine momentum. A long position is entered when the price closes above the upper Gaussian band and the Stoch RSI K-line crosses above D-line . The position is exited when the price falls back below the upper band. The script includes commission, cap
Bookeepr
Marvellous Peace Kiragu
Bookeepr is an advanced MQL5 trading bookkeeping software that automates trade logging, tracks real-time P&L, and integrates a ledger-style financial system for deposits, withdrawals, and expenses. It supports multi-currency assets , generates detailed performance reports , and provides risk management tools to help traders optimize their strategies. With secure cloud storage, exportable reports, and seamless MetaTrader 5 integration , Bookeepr ensures accurate, transparent, and hassle-free fina
A free indicator for those who purchase the full version This indicator is created by this Ai, with your desired settings Artificial Intelligence at your service Have a complete artificial intelligence and use it in your codes This artificial intelligence is trained to tell you on each candle whether the market is moving up or down. In general, artificial intelligence can be used in all markets, all timeframes and all symbols However, due to the increasing complexity and decreasing accuracy of
快速关仓,无需任何操作。 当前版本的一键关仓主要针对的是来不及手动关仓的情况,目前是不分交易标的类别,是对所有的持仓进行关仓。 未来可能升级的方向: 1、分类别、分标的关仓。 适用场景:开了多个标的的仓位,并且波动不一,快速频繁的波动影响了整体的判断。 2、增加只关闭盈利仓位、只关闭亏损仓位。 适用场景:持仓较多,趋势发生变化。 个人建议:一般建议选择一键全部关仓,因为如果行情与持仓方向一致,只关闭盈利仓位无形就是扩大了亏损。如果行情方向与持仓方向相反,只关闭亏损仓位,当前已盈利的后面又会变为亏损,盈利无法变现。 3、按照仓位顺序由大到小关仓、按照仓位顺序由小到大关仓。 适用 场景:行情发生波动,对于未来行情判断把握不确定的,可根据自己需求选择仓位关仓顺序,由大到小关仓的话,可以避免亏损的进一步扩大。 4、减小仓位量,保持绝对的安全距离。 适用 场景:对未来趋势相对确定,不想错过当前行情,但是认为当前持仓体量又有点大,想降低仓位。
BlitzGeist Telegram Notifier – Stay Connected to Your Trades Anywhere! BlitzGeist Telegram Notifier is a powerful tool that instantly connects your MetaTrader 5 account with Telegram . No matter where you are – you will always receive real-time notifications about your trading activity directly on your phone, PC, or any device with Telegram installed. Perfect for traders who want professional trade reporting, transparency, and risk management monitoring . ️ Key Features Easy Configuratio
突破交易策略:智能风控系统升级版‌ 当价格突破关键阻力位时,往往意味着趋势的质变时刻。我们的突破交易策略通过三重智能系统——‌动态阈值识别‌、‌量能验证机制‌和‌自适应止损算法‌,帮助交易者精准捕捉这些跃迁机会。 ‌核心优势‌: ‌智能预警‌:实时监测200+技术指标,自动标记潜在突破位 ‌风险对冲‌:突破失败时自动触发0.5秒内止损,保护本金安全 ‌多周期验证‌:结合日线/4小时/1小时数据过滤假信号 ‌实战案例‌: 2025年第二季度,该策略在现货黄金市场实现连续23次有效突破,平均持仓周期缩短至4.7小时,收益率达传统趋势策略的3.2倍。 ‌智能风控系统‌: ‌动态止盈‌:根据ATR指标自动调整止盈位,锁定利润的同时保留上行空间 ‌分级止损‌:首次突破失败后自动切换至1:1盈亏比保护模式,二次突破确认后恢复原策略 本EA依下图设置做黄金1小时图线,经长时期实盘验证年利润达到30多倍,修改参数可以用作比特币和纳斯达克指数都有很好的收益。
[Gold Intelligent Trading EA | Risk Control is Steady, Profit Breakthrough] The intelligent trading EA, which is customized for the fluctuation characteristics of gold, takes the hard-core trading system as the core, and each order is derived from the accurate judgment of market trends and supporting pressures by quantitative models, so as to eliminate subjective interference and make trading decisions more objective and efficient. Equipped with multi-dimensional risk control system, dynamic s
Questo Expert Advisor (EA) è stato progettato per offrire un'esperienza di trading automatizzata di alto livello, adatta sia ai trader principianti che a quelli esperti. Utilizzando algoritmi avanzati e tecniche di analisi del mercato, l'EA è in grado di identificare opportunità di trading redditizie con precisione e velocità. L'EA è configurabile per operare su vari strumenti finanziari, tra cui forex, indici e materie prime, garantendo una flessibilità senza pari. Le caratteristiche princip
LSTM Library
Thalles Nascimento De Carvalho
LSTM Library - MetaTrader 5用高度神経ネットワーク アルゴリズム取引のためのプロフェッショナル神経ネットワークライブラリ LSTM Libraryは、MQL5の取引戦略にリカレントニューラルネットワークのパワーをもたらします。このプロフェッショナルレベルの実装には、通常は専門的な機械学習フレームワークでしか見られない高度な機能を備えたLSTM、BiLSTM、GRUネットワークが含まれています。 "トレーディングにおける機械学習の成功の秘訣は、適切なデータ処理にあります。 Garbage In, Garbage Out –予測の品質はトレーニングデータの品質を超えることはありません。" — マルコス・ロペス・デ・プラド博士, Advances in Financial Machine Learning 主な機能 LSTM、BiLSTM、GRUの完全実装 より良い一般化のためのリカレントドロップアウト 複数の最適化アルゴリズム(Adam、AdamW、RAdam) 高度な正規化テクニック 包括的な評価指標システム トレーニング進捗の可視化 クラス重みによる不均衡デー
作者のその他のプロダクト
IndexRaider MT4 は、H1時間足でのフェアバリューギャップ(Fair Value Gap / FVG)のディスプレイスメントによって確認された流動性スイープ(Liquidity Sweep / Swing Failure Pattern)を取引する、完全自動・機械的なエキスパートアドバイザー(EA)です。IndexRaider の MetaTrader 4 版です。 **取引ロジック** 1. **トレンドフィルター:** H4時間足の EMA 20/50 により、取引方向のバイアスを決定します。 2. **流動性スイープ:** H1時間足で確立されたスイングレベル(9〜96本前のフラクタル)を、ストップ狩りによってヒゲが一時的に突破しますが、そのローソク足は再びレベルの反対側へ戻ってクローズします。 3. **ディスプレイスメント:** その後12本以内に、バイアス方向へ3本のローソク足で構成されるフェアバリューギャップ(FVG)が形成される必要があります。また、ディスプレイスメントローソク足は最低でも 1× ATR(14) の大きさが必要です。 4. **エント
IndexRaider Managerは、手動トレード向けのリスクベースのポジションサイズ計算および注文パネルです。IndexRaider Expert Advisorと同じリスクエンジンを使用しています。ストップロス価格を入力すると、選択したリスク率に基づいて正確なポジションサイズを計算し、ワンクリックでストップロスとテイクプロフィット付きの注文を発注できます。 注意:一部のスクリーンショットに表示されている流動性スイープの矢印やギャップゾーンは、別製品のIndexRaider Indicatorによるものです。IndexRaider Managerは、そのインジケーターと併用している状態を表示しています。IndexRaider Manager自体はシグナルを描画しません。ポジションサイズ計算と注文執行のためのパネルです。 主な機能 * あなたが設定したストップに基づくポジションサイズ計算:口座残高に対するリスク率と、入力したストップ価格までの距離からロットサイズを算出します。ティックバリューを使用した計算で、指数、FX、貴金属、コモディティに対応 * ワンクリックBUY /
O Indicador IndexRaider identifica configurações de reversão baseadas em varreduras de liquidez em CFDs de índices — é a versão gráfica do IndexRaider Expert Advisor e utiliza as mesmas regras de deteção. O indicador desenha sinais e envia alertas, mas não executa operações. O QUE ELE MARCA (GRÁFICO H1) * Setas de varredura de liquidez: um nível de swing já estabelecido (fractal de 3 velas, com 9 a 96 barras de antiguidade) é temporariamente ultrapassado durante uma caça aos stops, mas a vela
```text IndexRaider Libraryは、IndexRaiderエンジンを呼び出し可能な関数として提供します。流動性スイープ(SFP)の検出、H4トレンドバイアス、Fair Value Gapの確認、そしてIndexRaider製品シリーズ全体で使用されているリスクベースのポジションサイズ計算機能を利用できます。同じルールを使用して、自分自身のExpert Advisor、インジケーター、またはパネルを構築できます。ライブラリが分析を行い、実際の判断はあなたのプログラムが行います。 エクスポートされる機能 - IXR_Drive(symbol) — H1データを使用して、各シンボルの状態マシンを進行させます。tickごと、またはタイマーから呼び出すことができます。確定したH1バーごとに1回だけ処理され、現在のフェーズを返します:   0 = 待機中   1 = スイープ検出済み / 確認待ち   2 = セットアップ有効化 - IXR_Setup(symbol, direction, entry, sl, tp) — フェーズが2の間、有効化されたセットアップの
IndexRaider は、H1(1時間足)で Fair Value Gap(FVG)によるディスプレイスメントを確認し、流動性スイープ(Swing Failure Pattern)を取引する完全機械式の Expert Advisor(EA)です。 取引方法 1. トレンドフィルター:    H4(4時間足)の EMA 20/50 を使用して、取引方向のバイアスを判断します。 2. 流動性スイープ:    確立された H1 のスイングレベル(9~96本前に形成されたフラクタル)をストップハントによって一時的に突破しますが、そのローソク足は再びそのレベルを跨いで内側に戻り、クローズします。 3. ディスプレイスメント:    12本以内に、バイアス方向へ3本のローソク足で構成される Fair Value Gap が形成される必要があります。ディスプレイスメントローソク足の大きさは、最低でも 1× ATR(14) 必要です。 4. エントリー:    FVG の近い側の境界に指値注文を設定し、有効期限は16本のローソク足です。Stop Loss は流動性スイープのヒゲの外側に設
IndexRaider Managerは、手動トレード向けのリスクベースのポジションサイズ計算および注文実行パネルです。IndexRaider Expert Advisorと同じリスク管理エンジンを使用しており、ストップロス価格を入力すると、選択したリスク率に基づいて正確なポジションサイズを計算し、ワンクリックでストップロスとテイクプロフィット付きの注文を発注できます。 注:一部のスクリーンショットに表示されている流動性スイープの矢印やギャップゾーンは、別製品であるIndexRaider Indicatorによるものです。スクリーンショットでは、IndexRaider Managerをこのインジケーターと併用している状態を示しています。IndexRaider Manager自体はシグナルを描画しません。ポジションサイズの計算と注文執行を行うパネルです。 主な機能 * あなたが設定したストップロスからポジションサイズを計算:口座残高に対するリスク率と、入力したストップ価格までの距離を基にサイズを算出します。Tick Valueベースで計算され、指数、FX、貴金属、コモディティに対
IndexRaider Indicatorは、指数CFDにおける流動性スイープ(Liquidity Sweep)を利用した反転セットアップを表示するインジケーターです。IndexRaider Expert Advisorのチャート版であり、同じ検出ルールを使用しています。シグナルの描画とアラート通知を行いますが、自動売買は行いません。 表示する内容(H1チャート) * 流動性スイープ矢印:確立されたスイングレベル(3本足フラクタル、9~96本前に形成)がストップ狩りによって一時的に抜かれた後、ローソク足が再びそのレベルの内側でクローズし、さらにH4のEMA 20/50トレンドと方向が一致している場合に表示 * Fair Value Gapゾーン:ディスプレイスメントによって形成されたギャップを表示。中央のローソク足は少なくとも1×ATR(14)の大きさが必要で、ゾーンは網掛けボックスとして描画 * 有効化されたセットアップ:エントリー、ストップロス、テイクプロフィットのラインを表示(エントリーはギャップの端、ストップはスイープのヒゲの外側、ターゲットはスイープされたレンジの反対側
フィルタ:
レビューなし
レビューに返信