• 概要
  • レビュー
  • コメント
  • 最新情報

SortedByValue

このライブラリは、キーと値の配列をソートするために使用されます。多くの場合、値をソートする必要があります。

Python言語のように

sorted(key_value.items(), key = lambda kv:(kv[1], kv[0]))


インポート機能

利用シーン例

1. グリッド EA 注文は始値に従って並べ替えられます

void SortedByOpenPride()
  {
   long    OrderTicketBuffer[];
   double  OpenPriceBuffer[];

   for(int i = PositionsTotal()-1; i>=0; i--)
     {
      if(m_position.SelectByIndex(i))
        {
         OrderTicketBuffer[i] = long(m_position.Ticket());
         OpenPriceBuffer[i] = m_position.PriceOpen();
        }
     }

   SortedByDouble(OrderTicketBuffer,OpenPriceBuffer);
  }
一番上の注文のチケットは OrderTicketBuffer[ArraySize(OrderTicketBuffer)-1];
一番下の注文のチケットは OrderTicketBuffer[0] です。


2.通貨の強さで並べ替える
   string    key[5];
   double    value[5];

   key[0] = "USD";
   key[1] = "EUR";
   key[2] = "GBP";
   key[3] = "AUD";
   key[4] = "JPY";

   value[0] = 1.2;
   value[1] = 2.5;
   value[2] = 3.3;
   value[3] = 1.1;
   value[4] = 0.8;

   SortedByDouble(key,value);

最強の通貨はキー[4]、「GBP」

最も弱い通貨は key[0]、「JPY」です



おすすめのプロダクト
Matrix is the foundation of complex trading algorithms as it helps you perform complex calculations effortlessly and without the need for too much computation power, It's no doubt that matrix has made possible many of the calculations in modern computers as we all know that bits of information are stored in array forms in our computer memory RAM, Using some of the functions in this library I was able to create machine learning robots that could take on a large number of inputs To use this libra
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
A Simple Moving Average (SMA) is a statistical indicator used in time series analysis. This indicator represents the arithmetic mean of a sequence of values over a specific period of time. SMA is used to smooth short-term fluctuations in data, helping to highlight the overall trend or direction of changes. This aids analysts and traders in better understanding the general dynamics of the time series and identifying potential trends or changes in direction.  More information you can find in Wiki 
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for c
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
Hamster Scalping mt5
Ramil Minniakhmetov
4.69 (186)
Hamster Scalpingは、マーチンゲールを使用しない完全に自動化された取引アドバイザーです。夜のスキャルピング戦略。 RSIインジケーターとATRフィルターが入力として使用されます。アドバイザには、ヘッジ口座タイプが必要です。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 一般的な推奨事項 最小デポジット$ 100、最小スプレッドのECNアカウントを使用し、eurusd M5 gmt +3のデフォルト設定。 入力パラメータ EAは、4桁と5桁の両方の引用符で機能します。入力パラメータでは、5文字の値をポイントで示し、すべてを4文字で自動的に再計算します。 NewCycle-モードがオンの場合、アドバイザーは停止せずに動作します。モードがオフの場合、一連の取引の完了後、アドバイザーは新しい注文を開きません。 期間インジケーター1-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。
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 );    //复杂开单
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. 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. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA
Magic Grid MT5
Aliaksandr Charkes
4.67 (3)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
Mine Farm
Maryna Kauzova
5 (1)
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
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.
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,
KopierMaschine - локальный копировщик сделок между различными счетами MetaTrader 4 и MetaTrader 5 в любом направлении расположенных на одном компьютере с интуитивно понятным интерфейсом. Направления копирования: MT4 --> MT5 MT4 --> MT4 MT5 --> MT5 MT5 --> MT4 для копирования между терминалами MetaTrader 4 и   MetaTrader   5 необходимо приобрести версию продукта   KopierMaschine  для    MetaTrader  4 Особенности Программа работает в двух режимах Master и Slave На один подчиненный счет можно коп
Following our guide, you will gain more than you lose. EA for long-term. Stable profit - min risk. Symbol:  XAUUSD Attach to any timeframe Min deposit:   3000$ - Calculate profit by month EA input instruction: 1. With XAU 2 digits (eg: 1843.23) please set - Input   [3. Max spread]: 55 - Input   [9. Step point]: 100 2. With XAU 3 digits (eg: 1843.235) please set - Input   [3. Max spread]: 550 - Input   [9. Step point]: 1000 3. If you want to attach to one more Window, please set input   [1. Numb
MT4版  |  FAQ Owl Smart Levels Indicator は、 Bill Williams の高度なフラクタル、市場の正しい波構造を構築する Valable ZigZag、エントリの正確なレベルをマークする Fibonacci レベルなどの一般的な市場分析ツールを含む 1 つのインジケーター内の完全な取引システムです。 利益を得るために市場と場所に。 戦略の詳細な説明 インジケータを操作するための指示 顧問-取引助手 プライベートユーザーチャット ->購入後に私に書いて、私はプライベートチャットにあなたを追加し、あなたはそこにすべてのボーナスをダウンロードすることができます 力はシンプルさにあります! Owl Smart Levels 取引システムは非常に使いやすいので、専門家にも、市場を勉強し始めて自分で取引戦略を選択し始めたばかりの人にも適しています。 戦略と指標に秘密の数式や計算方法が隠されているわけではなく、すべての戦略指標は公開されています。 Owl Smart Levels を使用すると、取引を開始するためのシグナルをすばやく確認し、注文を出すため
FVG EA Pro
Haidar, Lionel Haj Ali
4.58 (24)
FVG EA PRO   is a must-have smart money concept EA, highly customizable and using advanced techniques of FVG "Fair Value Gap" and market structure to capture high probability trades.  It is highly configurable,  you can build various strategies based on market structure and FVG as entry criteria. FVG EA PRO can be used to trade Kill Zones and Silver Bullet Windows. It is fully compatible with swing trade strategies. It contains all the functionalities  needed by any  successful traders to automa
Ziwox Fundamental Trader Ziwox Fundamental Trader は、金融市場のトレーダーが EA 情報データに基づいて賢明な決定を下すのを支援するトレーディング アシスタントです。 この EA は、オンライン ソースを使用して、通貨のファンダメンタル バイアス、ペアに対する小売トレーダーのセンチメント比率、銀行と機関の予測、COT レポート データ、および複雑な EA パネル内のその他のデータなどの必要な情報をキャッチします。 手短に言えば、それは統合された外国為替データソースと情報であり、マニュアルトレーダーがより良い決定を下すのに役立ちます. このアシスタントと並んで、ペアで自動的に取引するためにファンダメンタル データとテクニカル データを使用する FULL AUTO 取引システムでもあります。 [   User guide & installation   |  EA components  |   Set file |    Join EA channel (Link in bio)  |  Live signal  | 
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mo
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
Exclusive FOREX account HEDGE FuzzyLogicTrendEA is based on fuzzy logic strategy based on  analysis 5 indicators and filters. When the EA analysis all this indicators, it decides, based on its fuzzy strategy, which trade will be better: sell or buy. As additional functions, it´s possible defines spread maximum, stop loss and others. Recomm. Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUDCAD, EURCAD e USDJPY Recomm. timeframe: H1. Backtest were done on EURUSD, H1, 01/07/2023 - 26/0
Daily Retracement EA
Brieuc Francois Constant Leysour
This expert advisor is engineered to capitalize on market patterns. It employs a sophisticated algorithm to filter the market, detect its trend and exploit retracement patterns effectively. This is a REAL trading strategy, it involves NO MARTINGALE, NO GRID, NO HEDGING or other dangerous methods. All trades have a hard stop loss, and you can choose how much risk to take per trade. LIMITED TIME SALE! Secure your copy today for only $99. Available at this price until April 14, then the sale will
ET9 New on the Market, Launch promo! Only a few copies left at: $599 Next price: $799 Final price: $1599 The Best Expert Advisor  on   XAUUSD   any timeframes , It can also be used on GBPUSD at the same time! ET9  for MT5 Updated v4.20 !!      Important update: Enable automatic closing of profits,  Various parameters of the ET1 strategy can be modified, Optimized the stability of ET1 strategy Include Free ET1 for MT5:  https://www.mql5.com/en/market/product/113131 Descriptions ET9 for MT5
NET Z uses a very well-known trend reversal technique to determine position entry with slight modifications by using virtual trade techniques and virtual pending orders so that position entry is not too early or too late. Why NETZ? NET Z does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my personal daily r
Welcome to the Ultimate Harmonic Patterns recognition indicator that is focused to detect advanced patterns. The Gartley pattern, Bat pattern, and Cypher pattern  are popular technical analysis tools used by traders to identify potential reversal points in the market. Our Ultimate Harmonic Patterns recognition Indicator is a powerful tool that uses advanced algorithms to scan the markets and identify these patterns in real-time. With our Ultimate Harmonic Patterns recognition Indicator, you
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
!! BLACK FRIDAY !!  FOR LIFETIME !! ================== == 35$ ONLY !! == ================== BOOK YOURS NOW !! The Position Manager Contains A Lot of Functions such as; (How to Operate) 1. Adjustable Volume per Trade (You could change the volume as you wish per trade). 2. Adjustable Risk : Reward Ratio (1RR means sacrifice 1 Risk : 1 Reward, 1.5RR, 2RR etc. as you wish) 3. Adjustable Stop Loss Points (Calculated Points as Stop Loss and Automatically adjusted the Risk Reward Ratio) 4. Buy Butt
Traders are humans. The markets are controlled by "fear" and "greed" and there are patterns for it. We found these patterns via years of writing and monitoring algorithm, and we now introduce to you our LaserAlgo MT5. We used our 7 years’ experience in the markets to convert this concept into a fully AI algorithm.   Link to MT4 version: https://www.mql5.com/en/market/product/89549 Link to live run of EA: https://www.mql5.com/en/signals/1780127 This is a promotional price and will be increased
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
Powerful Price Action Engulfing Doji Robot MT5 version Package Contains: (Price includes both versions) SET files in Comment section. 1. Powerful Price Action EA Advanced Version with NomadTrader Money Management System: --Full EA with all adjustable settings and parameters to tweak or optimize. --It uses the NomadTrader Money Management system with Dynamic exit strategy based on Price %(percent) based Stop loss, Take Profit and Adjustable Time Filter to 1 minute preciseness, all parameters ar
The Trendline Trade Panel was created to make it easier to train forex trading skills in backtester and at the same time make it easier to live trade using trendlines with the push of a button. This ea is perfect for beginners who want to learn to trade manually because all of its features are equipped with basic tools for trading forex. Other uses for Trendline Trade Panel: + Can be used to perform recovering loss positions made by other EA or positions that open manually. Fill in magic number
このプロダクトを購入した人は以下も購入しています
MetaCOT 2 CFTC ToolBox is a special library that provides access to CFTC (U.S. Commodity Futures Trading Commission) reports straight from the MetaTrader terminal. The library includes all indicators that are based on these reports. With this library you do not need to purchase each MetaCOT indicator separately. Instead, you can obtain a single set of all 34 indicators including additional indicators that are not available as separate versions. The library supports all types of reports, and prov
WalkForwardOptimizer MT5
Stanislav Korotky
3.86 (7)
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.
AO Core
Andrey Dik
3 (2)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. 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 population algorithms.  High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities,
Native Websocket
Racheal Samson
5 (2)
An   easy to use, fast,  asynchronous   WebSocket library  for MQL5. It supports: ws://   and   wss://  (Secure "TLS" WebSocket) text   and   binary   data It handles: fragmented message  automatically (large data transfer) ping-pong   frames  automatically (keep-alive handshake) Benefits: No DLL required. No OpenSSL installation required. Up to 128 WebSocket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native to
このライブラリを使用すると、任意の EA を使用して取引を管理でき、説明に記載されているスクリプト コードを使用して任意の EA に簡単に統合でき、完全なプロセスを示すビデオのデモ例も利用できます。 - 指値注文、SL 指値注文、利食い指値注文の発行 - マーケット、SLマーケット、TPマーケットの注文を行う - 指値注文の変更 - 注文をキャンセルする - 注文のクエリ - レバレッジ、マージンの変更 - 位置情報の取得 もっと... MT5 に Binance チャートがない場合を除き、暗号チャートのレンタルはオプションです。 スクリプトのデモについては、 ここをクリックしてください トレーディングパネルでの取引をご希望の場合は、 この製品に興味があるかもしれません
このライブラリは、できるだけ簡単に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 これが、ライブラリを簡単に使用するた
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
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
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
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 c
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, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
Gold plucking machine   Gold plucking machine is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number      -  is a special number that the EA assigns to its orders. Lot Multiplier        -
Gold plucking machine S   Gold plucking machine  S Gold plucking machine S   is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number        -  is a special number that the EA assigns to its
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
If you're a trader looking to use Binance.com and Binance.us exchanges directly from your MetaTrader 5 terminal, you'll want to check out Binance Library MetaTrader 5. This powerful tool allows you to trade all asset classes on both exchanges, including Spot, USD-M   and COIN-M futures, and includes all the necessary functions for trading activity. With Binance Library MetaTrader 5, you can easily add instruments from Binance to the Symbols list of MetaTrader 5, as well as obtain information ab
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
This library implements a few functions to simplify the programming of Expert Advisors. * Build your own EA for MT5 / Binance, with a easy support for multisymbol / multytimeframe * Different SFE EAs based on the library provided. * Base signals of SFE EAs are inlcuded in base version. All the Pro filters and management are included in the base version all the 2022. * Customize the provided SFE Lib EA by changing or implementing its rules.. * Review the existing or ask for video tutorials to
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 installa
This is standard library built for flexible neural Networks with performance in mind. Calling this Library is so simple and takes few lines of code:    matrix Matrix = matrix_utils.ReadCsv( "Nasdaq analysis.csv" );       matrix x_train, x_test;    vector y_train, y_test;         matrix_utils.TrainTestSplitMatrices(Matrix,x_train,y_train,x_test,y_test, 0.7 , 42 );    reg_nets = new CRegressorNets(x_train,y_train,AF_RELU_,HL, NORM_MIN_MAX_SCALER); //INitializing network       reg_nets.RegressorN
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 cl
金融とトレーディング戦略の領域を深く掘り下げ、私は一連の実験を実施し、強化学習に基づくアプローチと強化学習を使用しないアプローチを調査することにしました。 これらの手法を適用して、私は現代のトレーディングにおけるユニークな戦略の重要性を理解する上で極めて重要な微妙な結論を導き出すことができました。 ニューラル ネットワーク アドバイザーは、初期段階では目覚ましい効率性を示したにもかかわらず、長期的には非常に不安定であることが判明しました。 市場のボラティリティ、トレンドの変化、外部事象などのさまざまな要因により、企業の運営に混乱が生じ、最終的には不安定化につながりました。 この経験を武器に、私は課題を受け入れ、独自のアプローチを開発し始めました。 私の焦点は、集められた最良のインジケーターを異なるパラメーター設定で利用するアドバイザーを作成することに集中していました。 このアドバイザーは、私の独自の戦略に基づいており、さまざまなパラメーター設定を持つ 14 の指標を同時に採用し、何時間ものデータ分析と綿密なテストから生まれました。
Introducing "TG Risk Service Manager" — your comprehensive toolkit for swift and precise risk management and lot size calculations in the dynamic world of trading. Designed to streamline development processes and enhance trading strategies, this indispensable library equips developers with essential tools for optimizing risk assessment and trade profitability. Metatrader4 Version |  All Products  |  Contact   Key Features: Efficient Lot Size Calculation : Harness the power of precise lot size
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   a
This is an EXPERT with a FOCUS on LEARNING and PROFESSIONAL DEVELOPMENT!!! The idea of this product is to commercialize the source code, allowing those who want to develop their own robots, or start a professional activity developing customized experts, to have a reference source code that helps them in the learning and development process. This source code will be increased, that is, new functionalities will be created, thus allowing the project to continue evolving. For every 10 sales a new v
MetaCOT 2 CFTC ToolBox is a special library that provides access to CFTC (U.S. Commodity Futures Trading Commission) reports straight from the MetaTrader terminal. The library includes all indicators that are based on these reports. With this library you do not need to purchase each MetaCOT indicator separately. Instead, you can obtain a single set of all 34 indicators including additional indicators that are not available as separate versions. The library supports all types of reports, and prov
WalkForwardOptimizer MT5
Stanislav Korotky
3.86 (7)
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.
AO Core
Andrey Dik
3 (2)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. 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 population algorithms.  High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities,
Native Websocket
Racheal Samson
5 (2)
An   easy to use, fast,  asynchronous   WebSocket library  for MQL5. It supports: ws://   and   wss://  (Secure "TLS" WebSocket) text   and   binary   data It handles: fragmented message  automatically (large data transfer) ping-pong   frames  automatically (keep-alive handshake) Benefits: No DLL required. No OpenSSL installation required. Up to 128 WebSocket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native to
このライブラリを使用すると、任意の EA を使用して取引を管理でき、説明に記載されているスクリプト コードを使用して任意の EA に簡単に統合でき、完全なプロセスを示すビデオのデモ例も利用できます。 - 指値注文、SL 指値注文、利食い指値注文の発行 - マーケット、SLマーケット、TPマーケットの注文を行う - 指値注文の変更 - 注文をキャンセルする - 注文のクエリ - レバレッジ、マージンの変更 - 位置情報の取得 もっと... MT5 に Binance チャートがない場合を除き、暗号チャートのレンタルはオプションです。 スクリプトのデモについては、 ここをクリックしてください トレーディングパネルでの取引をご希望の場合は、 この製品に興味があるかもしれません
このライブラリは、できるだけ簡単に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 これが、ライブラリを簡単に使用するた
作者のその他のプロダクト
これは上値と下値を判断するための明確な指標であり、変動する市場に適しています。 キャンペーン価格 49$ → 59$ 特徴 上下の判断がうまい 再描画なし、ドリフトなし 高速計算、ラグなし リッチ リマインダー モード 複数のパラメータと色を調整できます パラメータ 「========メイン========= HighLowPeriod1 = 9 HighLowPeriod2 = 60 HighLowPeriod3 = 34 HighLowEMAPeriod = 4 MASignalPeriod = 5 「========通知========= UseAlertNotify = true; UseMetaQuotesIDNotify = true; UseMailNotify = true; NotifySignalMode = 色を変更し、レベルを確認します。 ハイレベル = 80; 低レベル = 20; NofityPreMessage = "スマート ピーク ボトム"; EA コールの場合 0.ハイバッファー 1.低バッファ 2. 方向バッファ 1 アップ、0、
PeakBottom EA
Xiaoyu Huang
4.2 (5)
リスクが少なく、長期的に安定して収益を上げることができるEAです。 アダプティブEAには従来のテクニカル指標が使用されます。 市場には、過学習にAIを使用するEAが多数存在することがわかります。 テストでは良いように見えますが、実際のオファーはそうではありません。 損失; もう1つは、マーティンを使用することです。資本曲線は一定期間上向きですが、清算の運命から逃れることは常に避けられません。 これらは私たちが望んでいることではありません。パラメータの最適化ではなくアルゴリズムの最適化が必要です。パラメータの最適化は美しい曲線に近似できますが、将来については混乱しています。 私たちが追求するのは、長期安定した利益です。 短期的なリトレースメントがあったとしても、テストよりもお金を稼ぐことの方が常に重要です。 特徴 一度に1つの注文 固定ストップロス 適応的な ワンチャートセットアップ ニュースフィルター FTMO、Darwinex Zeroに最適です。 他のEAとの併用も可能です オブジェクト指向プログラミング、プログラムフレームワークは5年間テストされています 信号 http
キングオブドラゴンチャンネル、キングオブドラゴンインジケーター、キングオブドラゴンシステム、キングオブドラゴンMT5、キングオブドラゴンクラシックインジケーター、キングオブドラゴンスワイプシステム、 キング オブ ドラゴン オールインワン King of Dragon チャネル取引システムは古典的なチャネル取引システムであり、多くのユーザーが MT5 バージョンを強く要望しています。 このプログラムは複数のバージョンでパフォーマンスが最適化されており、すでに比較的スムーズなシステムになっています。 49$ → 59$ 赤いエリア、ロングトレンド、ロングのみ、ショートではない 緑のエリア、短いトレンド、短いだけ、長くない 灰色の領域、統合トレンド、ショック指標の長期および短期運用を参照 https://www.mql5.com/ja/market/product/96760 パラメータ "===== メイン ===== int CalcalueBars = 1000;//計算されたバーの数 color BeltColor = clrGray;//トレンドベルトの色 bool D
ZenMACDインジケーターについて話す 4色2線式MACD 列の面積の合計を表示する InpFastMA = 12; //高速EMA期間 InpSlowMA = 26; //遅いEMA期間 InpSignalMA = 9; //信号SMA期間 InpAppliedPrice = PRICE_CLOSE; //適用価格 InpMaMethod = MODE_EMA; // Ma_Method input bool ChArea = false; // chzhshch Area 高速EMA期間高速回線パラメータ 遅いEMA期間の遅いラインパラメータ 信号SMA周期信号線パラメータ オプションのアプリケーション価格 ツイスト理論で定義されたトレンド強度を対比し、2つのトレンドを比較し、カラム面積の合計を比較します このインジケータは、対応する領域を計算し、比較を容易にします
前書き 21:00~22:00の夜間取引用EAです 長期ライブトレードは収益性が高い 一度に1つの注文のみを取引し、大きな損失を引き起こさない 各注文はストップロスとテイクプロフィットで設定され、グリッド、マーティン、またはその他のリスクの高いファンド管理は使用されません 複数の通貨を同時に取引できる デフォルトでタイムゾーンを自動設定 特性 トレーディングチャート:M15 取引可能な通貨: EURUSD、GBPSUD、USDCAD、USDCHF、AUDCHF、EURGBP、EURCHF、USDJPY、EURCAD、EURAUD、GBPAUD、AUDJPY、EURJPY、GBPJPY、AUDUSD 最低入金額: 100 USD 推奨される仲介業者: IC Markets、Peperstone、Darwinex、EXNESS、およびその他の普及率の低いプラットフォーム リアル口座シグナル MQL5 Live : https://www.mql5.com/zh/signals/1021524 パラメータ MagicNumber
EEVCC Hedge プロモーション価格:$ 59アクティベーション:10 序章 これは双方向(同時に購入と販売)のグリッドヘッジ取引EAです 長期の確定オファーは有益です 同時に複数の通貨で使用できます 安全な利益計算方法 特性 トレーディングチャート:H1 推奨通貨:EURGBP、EURUSD 最低入金額:3000USD、推奨10000USD、セントアカウントの場合は100USD 推奨ブローカー:RofoForex、Exness、およびレバレッジが高くセントアカウントを持つその他のプラットフォーム リンク: https://www.mql5.com/ja/users/maxlake/seller パラメータ UseAutoMagic = true;自動マジックナンバーを使用するかどうか MagicNumber = 2; UseAutoMagic = falseマジックナンバーを設定します ロット= 0.01;初期取引量 LotFactor = 1.8;グリッド乗算の倍数 NetGap = 300;グリッド距離 TakeProfit = 450; Take Profit Stab
1日プロモーション価格:$ 49アクティベーション:30 10日間のプロモーション価格:59ドルのアクティベーション:20 前書き クイックビュー 一定期間の収益性をすばやく確認し、統計を表示します 過去のトランザクションをすばやくフィルタリングし、時間、マジックナンバー、通貨、コメントに基づいて統計を作成します 統計には、純利益、LotTotal、利益係数、ショートトレード(win%)、ロングトレード(win%)、平均利益トレードなどが含まれます。 統計データをリアルタイムで更新 計算時間は1秒未満です 特性 1. 2つの時間フィルタリングモード、日数によるフィルタリングと開始時間と終了時間によるフィルタリング 2.マジックナンバー、通貨、コメントに基づいて過去の取引をフィルタリングします 3.白と黒のテーマと互換性があります 4.更新の頻度を調整できます 例                     Quick View ---------------------------------------------- 4000000335, Darwin
前書き これは毎日の収益性の指標です 特性 統計は、通貨、マジックナンバー、およびメモに基づくことができます 統計は時間に基づくことができます すべての通貨、すべての期間で利用可能 白と黒のテーマがあります 逆ソート リフレッシュレートを調整できます 更新時間を最新に設定できます パラメータ nD                     = 30;                                // 日数 StartTime          = D '2021.06.01 00:00:00'; //  始まる時間 EndTime            =  D '2021.06.27 00:00:00'; // 終了時間 ToCurrent          = true;                             // EndTimeを現在に更新 リバース           =  真;                               // 逆行する MagicNumber    = 0;                   
セミオートマーティンシステム 導入 このツールは半自動マーティン取引に使用され、パネルをクリックして注文すると、EAがポジションを管理します トランザクションの方向を決定し、残りはEA管理に任せてください 自動マーティン、設定されたグリッドに従って倉庫を追加し、この機能を無効にすることもできます ワンクリック清算 1つのキーロック機能 時間制御 警告音プロンプト 特性 トレーディングチャート:任意 取引可能な通貨:任意 自動テイクプロフィットクロージング バックテストに使用できます クリアパネルディスプレイ パラメータ 主な設定パラメータ LogLevel = LOG_LEVEL_INFO; //ログの書き込みレベル UseAutoMagic = true; //マジックナンバーを使用するかどうか MagicNumber = 6; //マジックナンバー0-2000を設定します ロット= 0.01; //初期取引量 UseMartin = true; // Martin関数を使用するかどうか ブースター= 1.7; //増加の倍数 NetGap = 10;
導入 これは、トレーディングアシスタント、情報パネルインジケーター、総通貨統計、アカウント統計、位置情報、サーバーと現地時間、通貨の強さ、Kラインの残り時間、サポートとレジスタンスのライン、サーバーのタイムオフセット、通貨の変動レートなどの機能です。 すべての種類の口座と通貨に使用できます。 優れたパフォーマンス、ごくわずかなリソース 位置、色、フォントサイズをカスタマイズできます 任意のモジュールを個別に表示または無効にすることができます 特性 1.通貨統計 デイリーオープン、ハイ、ロー、クローズ デイリーライン当日の高値-安値 デイリーラインの昨日の高値-安値 5日間の平均変動 10日間の平均変動 20日間の平均変動 50日間の平均変動 その日の上昇と下降 その日の上昇と下降のポイント 現在のスプレッド 通貨と現在の価格 UseSidebar = true; SideFontSize = 10; XLocation = 90;水平方向の位置 YLocation = 20;垂直位置 SideXGap = 90;水平方向の間隔 SideYGap = 19;垂直方向
CZSC フラクタル型インデックス 特徴: 包含関係の徹底処理を実施 上下分類かどうかの判断にはEAコールを利用すると便利で、「株の教え93 2つのテーブルとトレンド構造の内部の関係2」でステータスを判断すると便利です。 上下の分類を矢印で表示 可能なペンをさまざまな色で表示する 隣接する 2 つの K ラインの包含関係は次のように定義されます。K ラインの最高点と最低点はすべて隣接する K ラインの範囲内にあり、この K ラインと隣接する K ラインは包含関係です。 K-lineチャートでは、関係のあるK-lineをよく見かけますが、包含関係にある2本のK-lineを1本のK-lineにまとめる、いわゆる包含処理です。 定義: 3 つの連続した K ラインを含めて処理したもので、中央の K ラインの高点が最も高い場合、この組み合わせはトップ タイプと呼ばれます。 定義: 包含処理後の 3 つの連続した K ラインで、中央の K ラインの最低点が最も低い場合、この組み合わせはボトム タイプと呼ばれます。 EA によって呼び出されるインジケーター
これは、従来のテクニカル指標を使用し、適応型 EA に AI を使用した、長期的に安定して収益性の高い金取引 EA です。 新しい EA プロモーション価格: $199   →   $ 249 特性 一度に一つの注文 固定ストップロス 適応的な 夜間取引 滑りを最適化する ニュースフィルター FTMO、DARWINEX Zeroの通過に最適 他のEAと併用可能 オブジェクト指向プログラミング、プログラム フレームワークは 5 年間テストされています 信号 https://www.mql5.com/ja/signals/2211776 https://www.mql5.com/ja/users/maxlake/seller 使用 期間: M15 品種: XAUUSD , XAUEUR ,XAUCHF , XAUJPY, ゴールド 最低入金額: $50 口座: 低スプレッドとゼロストップの ECN 口座ヘッジ。 推奨ブローカー: IC Markets、 Pepperstone 、Tickmill、低スプレッドの Darwinex プラットフォーム VPSがおすすめ パラメータ Use
このインジケーターは、古典的な MACD インジケーターとジグザグ インジケーターを組み合わせて、価格とインジケーターの間の乖離を検出します。 また、高度な人工知能 (AI) テクノロジーを使用して、乖離の妥当性を検出します。 MACDは「インジケーターの王様」として知られていますが、ジグザグも非常に便利なインジケーターです。 この 2 つのインジケーターを組み合わせることで、このインジケーターは両方の長所を活用します。 発散の検出は確率論的な問題です。 多くの場合、乖離が発生した後に同じ方向へのさらなる価格変動が発生します。 そこで、高度なAI技術を活用して乖離の正当性を判断し、不正な乖離を排除し、さまざまな方法でユーザーに警告することを試みています。 割引価格:59$ 特徴 * MACD形式のジグザグインジケーター * 価格とMACDインジケーターの間の乖離を検出します ※AI技術を活用して乖離の妥当性を検知 * ユーザーに発散信号を警告します * 携帯電話を介してユーザーに発散信号を警告します * 電子メールで発散シグナルをユーザーに警告します * 複数の時間枠をサポー
フィルタ:
レビューなし
レビューに返信
バージョン 1.7 2023.05.07
added validation