• Overview
  • Reviews
  • Comments

Ai Prediction MT5

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 artificial intelligence, this Ai includes the following timeframes and currency pairs:
Currency pairs: EURUSD, GBPUSD, AUDUSD, USDCAD, NZDUSD, USDCHF, EURGBP
Time frames: M30, H1, H4, D1
If you want to have Ai for different currency pairs and other timeframes, send us a message before purchasing so that we can create your special Ai.



How to use this Ai:

We have provided you with 3 functions, Which shows you 3 things in each candle:

1- The market is moving up, down, or indifferent.

2- AI Suggested SL

3- AI Suggested TP



1- predictExport()

It shows you a number between -1 and 1:
Number 1: Strong buy signal
Number -1: Strong sell signal
Number 0: No signal


It is enough to call this function. Note that you can pass the candle number as input to this function (default = candle number 1)

Last market candle (candle that has not closed yet)=0
Previous candle=1



2- getSlPrice()

Returns a number that represents the loss limit(point).
The AI ​​can be trained for different SL , this SL represents the SL that the AI ​​has been trained for.
If you need the AI ​​to be trained for other SL , let us know so we can create a custom AI for you.



3- getTpPrice()

Returns a number that represents the loss limit(point).
The AI ​​can be trained for different TP , this TP represents the TP that the AI ​​has been trained for.
If you need the AI ​​to be trained for other TP , let us



For example, using the following code, We comment on the buy or sell signal(-1 , 0 , 1) , TP(point) and SL(point):

#property version "1.00"
#property strict

#import "Ai Prediction.ex5" // Import our library
double predictExport(int ib=1); // A function that represents the Ai ​​signal.
double getTpPrice(); // A function that displays the TP suggested byAi.
double getSlPrice(); // A function that displays the SL suggested by Ai.
#import

int OnInit()
  {

   return(INIT_SUCCEEDED);
  }

void OnTick()
  {
   double res=predictExport(1);

   Comment(res+"\n"+getTpPrice()+"\n"+ getSlPrice());
  }



Applications of this product:

  • An assistant in your manual trades: see the AI ​​opinion on each candle. If your opinion is the same as the AI, trade.

For example, you think the market is going up and you want to make a "buy" trade: if the AI's opinion is also "1", then it also thinks the market is going up, so trade.
But if your opinion is different from the AI's, then don't trade.

  • A versatile robot: create an expert that will make a "buy" trade if the AI ​​gives the number "1" and a "sell" trade if the number "-1".
The screenshots we have posted on the site are of the expert we have created using the AI. Wherever the AI ​​shows the number "1", it is a "buy signal" and wherever it shows the number "-1", it is a "sell signal".
  • Create an indicator to display signals live: Create an indicator that displays the output of the function "predictExport()". You can see on each candle which way the AI ​​is moving.

This is a great way to display AI signals to understand their power.

  • Combine this AI with another Expert Advisor or Indicator: Combine the signals of this AI with another Expert Advisor/Indicator to increase their power.

Very simple example: Combine this AI with the RSI indicator so that when both give a" buy signal": "Buy trade" and if both give a "sell signal": "Sell trade"




If you need any help on how to use the code, be sure to let me know: https://www.mql5.com/en/users/andreforex20


Recommended products
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
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
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
K Trade Lib5
Kaijun Wang
2 (1)
MT4/5通用交易库(  一份代码通用4和5 ) #import "K Trade Lib5.ex5"    //简单开单    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 );    //复杂开单    void SetMagic( int magic, int magic_plus= 0 ); void SetLotsAddMode(int mode=0,double lotsadd=0);    long OrderOpenAdvance( int mode, int type, double volume, int step, int magic, string symbol= "" , string comm
FREE
Robot Titan Rex
Cesar Juan Flores Navarro
Asesor Experto (EA) totalmente automático, opera sin ayuda del usuario, se llama Titan T-REX Robot (TTREX_EA),actualizado a la versión 2, diseñado a base de cálculos matemáticos y experiencia del diseñador plasmado en operaciones complejas que tratan de usar todas las herramientas propias posibles. Funciona con todas las criptomonedas y/o divisas del mercado Forex. No caduca, ni pasa de moda ya que se puede configurar el PERIODO desde M1..15, M30, H1.... Utiliza Scalping de forma moderada busca
Pionex API EA Connector for MT5 – Seamless MT5 Integration Overview The Pionex API EA Connector for MT5 allows seamless integration between MetaTrader 5 (MT5) using the Pionex API. This powerful tool enables traders to execute and manage trades, retrieve balance information, and track order history—all directly from MT5. Key Features & Functions Account & Balance Management Get_Balance(); – Retrieves the current account balance from Pionex Order Execution & Management orderLimit(string sy
Insight Investor: The Advanced Multi-Currency Trading Bot for Forex Introduction In the dynamic world of Forex trading, having the right tools can significantly enhance your trading experience.   Insight Investor   is an advanced multi-currency bot meticulously designed to bring automation and efficiency to your trading activities. This expert advisor leverages cutting-edge algorithms to analyze market conditions and execute trades, all while aiming for consistent performance with controlled ris
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
SignalXpert MT5
Steve Rosenstock
FREE INDICATOR - UNLIMITED ACCOUNTS -   CLICK HERE FOR ALL MY FREE PRODUCTS The SignalXpert was developed by me to provide traders who use the free RangeXpert MT5 indicator with a powerful analysis tool. It enables the simultaneous monitoring of up to 25 different assets in different timeframes and recognizes the most important market movements in real time. Thanks to the integrated alarm function, notifications can be sent by alert, push or e-mail so that you never miss a trading opportunity
FREE
Introducing the revolutionary MT5 indicator, DARWIN Assistant   - your ultimate gateway to the world of successful trading! Designed with precision and expertise, DARWIN Assistant     operates on a special strategy that harnesses the power of advanced technical indicators - RSI, Stochastics, CCI, and Trends - across all time frames. Brace yourself for an extraordinary trading experience as this cutting-edge indicator offers you the most accurate signals for entry, enabling you to navigate the m
This library allows you to automatically filter events by symbol. Additionally, it requires the use of "flags" to classify events based on their importance (high, low, etc.). Properties: Our library is simple and only requires the export of four functions to work properly. Requirements: The library uses OnTimer , so it is not compatible with programs that also use this event. If your bot utilizes OnTimer , this may interfere with the library’s functionality and prevent event filtering. We recomm
FREE
Breakout Prophy
Ruslan Nicolaev
Classic breakout system. Well-proven itself on a long period of time. Entry into the deal occurs after exiting the accumulation channel. The system works with stoplosses and without averaging. Everything works automatically, after launching you will not need to administer the trading process. Live results Expert Advisor settings are simple and intuitive, there is a possibility to optimize parameters on historical data. An archive with back-test results is attached in the comments.
https://youtu.be/JJanqcNzLGM ,  https://youtu.be/l70MIHaQQa4 ,  https://youtu.be/pg0oiT5_8y0   Automated Supply and Demand Trading Edge MT5. These videos demonstrate how we apply the supply and demand system to our latest trading review and market analysis Enhance your Trading Strategy with the Supply and Demand Trading Edge MT5. Gain a competitive market advantage with the Supply and Demand Trading Edge MT5 indicator, a powerful tool that combines MACD signals with supply and demand zones. By
Yellow mouse neo   Yellow mouse neo       - fully automatic Expert Advisor designed to test the strategy of the Yellow mouse scalping Expert Advisor with advanced settings and additional filters. To purchase this version, you can contact in a personal. The standard RSI and ATR indicators are used to find entry points. Closing of transactions takes place according to the author's algorithm, which significantly improves the risk control and security of the deposit. Risky strategies like "martingal
WanaScalper
Isaac Wanasolo
1 (1)
A scalping indicator based on mathematical patterns, which on average gives signals with relatively small SL, and also occasionally helps to catch big moves in the markets (more information in the video) This indicator has three main types of notifications: The first type warns of a possible/upcoming signal on the next bar The second type indicates the presence of a ready signal to enter the market/open a position The third type is for SL and TP levels - you will be notified every time price re
Nusa Patterns MT5
John Folly Akwetey
Expert advisor trades by breaking up fractals or down fractals. It is used   “Fractals ST Patterns Strategy”   or   “4.0 Fractals Direction ST Patterns MT5”   fractal indicators. Also expert advisor uses standard trailing stop. Below is description of some inputs. Trade Order   – direction of trading (only buy, only sell or buy and sell) Fractal Indicator   – option of used fractal indicator (“Fractals ST Patterns” – indicator   “Fractals ST Patterns Strategy” , “Fractals Direction ST Patterns”
SilverPulse AI
Babak Alamdar
3.64 (14)
Diversify your trading with new instruments, your portfolio will be stronger  Live Signal 1    Live Signal2 This price is temporary for the duration of the promotion and will be raised shortly Final Price: 5000 $ There are only a few copies left at the current price, the next price is -->> 745 $ Welcome to the SilverPulse AI Hey, I'm SilverPulse AI! This is the first smartest robot that trades Silver or XAG with full pairs like XAGUSD, XAGEUR, and XAGAUD! I check the news every single day an
Daytrade Pro Algo MT5
Profalgo Limited
4.1 (10)
Launch Promo: Limited number of copies available at current price Final price: 990$ NEW: get 1 EA for free! (for 2 trade accounts) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP: Click here Set Files Welcome to DayTrade Pro Algo!  After years of studying the markets and programming different strategies, I have found an algorithm that has everything a good trading system needs: It is broker independent It is spread independent It
John Bollinger's normalized MFI (Fund Flow Index). Bollinger bands are used to calculate overbought/oversold areas. It takes three input parameters: MFI period - MFI calculation period MFI Applied Volume - Calculates the volume of MFI transactions BB period - Calculation period of the Bollinger band BB deviation - Brin deviation Calculation: NormMFI = (MFI-BL) / (TL-BL) Among them: TL = BBands(MFI, BB period, BB deviation, UPPER_BAND) BL = BBands(MFI, BB period, BB deviation, LOWER_BAND) MFI - M
Priest Master MT5
Nestor Alejandro Chiariello
Hello Traders! I present the "Priest Master" Strategy, Priest Master, an ancient priest who applies solid gauge-based techniques. It can work with the entire market, controlling slipage and spread if required, entries highly analyzed by important indicators such as RSI, Bollinger, etc. It should be noted that his performance has passed for many symbols of the market, and where he makes it special by making the winning positions have a strategic method My strategy is optimized for " All Forex
This is an original, agile, and excellent trending system. Whether you are a beginner trading novice or a professional trader, this set of indicators can help you quickly and timely track the latest changes in market trends. It has the following characteristics: The method of use is extremely simple, plug and play, and the display of all trend analysis results is clear at a glance; There is no need to configure any functional parameters, the trend tracking indicator will automatically analyze th
RainScalper
PT. PELATIHAN PROFIT INTERNASIONAL
Robot autotrading forex yang bekerja secara full otomatis menggunakan Strategi Scalping yang sangat profitable.Tidak menggunakan metode strategi yang berbahaya dalam trading yang menyebabkan hilangnya seluruh Deposit secara tajam seperti Hedging, Martingale, Grid, Arbitrage, dll. Kelebihan RainScalper adalah memiliki status Live Development yang berkesinambungan dalam jangka panjang berbeda dengan robot lain yang sering berganti nama ketika terjadi crash/mc; serta memiliki kemampuan multi-strate
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 w
SentimentExpert
Lhoussaine Ait Ben Mouh
Easy to Use: SentimentExpert Designed for traders of all levels, our EA comes with user-friendly settings and comprehensive documentation. Set it up in minutes and let it work tirelessly to grow your trading account. Consistent Performance: Backed by rigorous testing and optimization, the Enhanced Trading EA delivers reliable and consistent results. It’s like having a professional trader working around the clock, analyzing markets, and executing trades on your behalf. Take Your Trading to the Ne
Running recommendations Recommended currency pairs: XAUUSD, gold Time cycle: H4 Operating capital: recommended above $1000 Account type: No special requirements, better effect of low difference Levers: No special requirements main parameter Typess - open position direction buy many, sell empty Lots - number of open positions Tp_pips stop profit micro points Sl_pops Stop Loss Micropoints Profit_pips profit micro points initiate mobile stop loss Reduced_profiles stepping back on m
RSI Intelligent
Sabil Yudifera
RSI Intelligent is a fully automated scalping robot that uses a very efficient Relative Strength Index (RSI) breakout strategy, Probabilistic analysis with (RSI). Most effective in the price Cumulative probability of a normal distribution that occupy the bulk of the market time. Transactions happen almost every day like Scalping follow trend. A Forex robot using the Relative Strength Index (RSI) indicator combined with an artificial neural network would be an advanced automated trading system th
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
Top Trend Plus
Xian Qin Ceng
5 (4)
New product on sale. Price goes up by $50 for every copy sold, up to $1,500! Top Trnd Plus is based on   Top   Trend, which accounts for 20%. It combines my other excellent EAs, adds support for XAUUSD, adds four trading modes, adds two time selection modes, Long Time Model and Short Time Model, and can trade more than 14 foreign exchange currency pairs. It also simplifies parameter settings, which is a bold innovation and attempt. Signal address . Set the document collection  . If you don't kn
Automated Supply and Demand Tracker MT5. The following videos demonstrate how we use the system for trade setups and analysis.US PPI, Fed Interest Rates, and FOMC Trade Setup Time Lapse: U.S. dollar(DXY) and Australian dollar vs U.S. dollar(AUD/USD)  https://youtu.be/XVJqdEWfv6s  The EUR/USD Trade Setup time lapse 8/6/23.  https://youtu.be/UDrBAbOqkMY . US 500 Cash Trade Setup time lapse 8/6/23  https://youtu.be/jpQ6h9qjVcU .  https://youtu.be/JJanqcNzLGM ,  https://youtu.be/MnuStQGjMyg,&nbsp ;
Buyers of this product also purchase
*****The main trading is XAUUSD. If testing, it is recommended to adjust to XAUUSD. Other trading targets cannot guarantee profitability********* If you need to test, please leave a message (I will reply as soon as I see it). In order to protect the work results, specific parameters need to be entered. The default parameters of the system cannot achieve the effect shown in the screenshot pullback! If you need to test, please leave a message (I will reply as soon as I see it). In order to prot
WalkForwardOptimizer MT5
Stanislav Korotky
3.63 (8)
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.
This library will allow you to manage trades using any of your EA and its very easy to integrate on any EA which you can do yourself with the script code which is mentioned in description and also demo examples on video which shows the complete process. This product allows trading operations via API For chart : Renting Crypto Charting for OHLC data or Crypto Ticks with Order Book Depth is optional If your EA is HFT and operations on seconds chart, You may be interested in converting charts to se
*****The main trading is XAUUSD. If testing, it is recommended to adjust to XAUUSD. Other trading targets cannot guarantee profitability********* If you need to test, please leave a message (I will reply as soon as I see it). In order to protect the work results, specific parameters need to be entered. The default parameters of the system cannot achieve the effect shown in the screenshot pullback! If you need to test, please leave a message (I will reply as soon as I see it). In order to prot
Native Websocket
Racheal Samson
5 (5)
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 Web Socket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native t
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  
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
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
MetaCOT 2 CFTC ToolBox MT5
Vasiliy Sokolov
3.67 (3)
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
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
OrderBook History Library
Stanislav Korotky
3 (2)
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
BitMEX Trading API
Romeu Bertho
5 (1)
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
Teclado trader, é uma BIBLIOTECA que você pode chamar no OnChartEvent para abrir posição de compra/venda/zerar, os botões padrões são: V = venda C = compra Z = zerar posições a mercado S = zerar posições opostas e depois a mercado X = zerar posições opostas Além da função de teclado, é possível mostrar os estados do ExpertAdvisor usando o MagicId, com informação de: lucro mensal, semanal, diario, e posição aberta, para isto use o OnTick, ou qualquer outro evento (OnTimer / OnTrade / OnBookEven
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
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
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 );    //复杂开单
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
T5L Library is necessary to use the EAs from TSU Investimentos, IAtrader and others. It contains all the functions framework needed to Expert Advisors working properly.  ツ - The Expert Advisors from  TSU Investimentos does not work without this library,  the T5L library can have updates during the year - At this Library you will find several funcionalities like order sends, buy and sell, trigger entry points check, candlestick analyses, supply and demmand marking and lines, and much more. 
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 installation
This library is used for sorting key and value arrays, we often need to sort values. like in the python language sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) import function Example of usage scenarios 1. Grid EA orders are sorted according to the opening price void SortedByOpenPride()   {    long     OrderTicketBuffer[];    double   OpenPriceBuffer[];    for ( int i = PositionsTotal ()- 1 ; i>= 0 ; i--)      {        if (m_position.SelectByIndex(i))         {          Order
GetFFEvents MT5 I tester capability
Hans Alexander Nolawon Djurberg
Want to get all events like Previous/Forecast/Actual values for each news to analyze/predict it? By this simple library you can do it easily,Just import/integrate the library into your system,then get all possible values for each news   Even In Strategy Tester   . Note: Please add the address " https://www.forexfactory.com/ " of news feed at your MT5 tab > Tools > Options > Expert Advisors > Check Allow web request for listed URL. Since the WebRequest() function can't be called from indicator ba
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 
Applying these methods, I managed to arrive at a nuanced conclusion that is crucial to understanding the importance of unique strategies in contemporary trading. Although the neural network advisor showed impressive efficiency in the initial stages, it proved to be highly unstable in the long run. Various factors such as market fluctuations, trend changes, external events, etc. cause its operation to be chaotic and eventually lead to instability. With these experiences, I accepted the challenge
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 c
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
OpenAI Library MT5
VitalDefender Inc.
The following library is proposed as a means of being able to use the OpenAI API directly on the metatrader, in the simplest way possible. For more on the library's capabilities, read the following article: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual IMPORTANT: To use the EA you must add the following URL to allow you to access the OpenAI API as shown in the attached images In order to use the library, you must include the following Hea
This trailing stop application will helping trader to set the trailing stop value for many open positions, that apply a grid or martingale strategy as a solution. So if you apply a grid or martingale strategy (either using an EA or trading manually), and you don't have an application to set a trailing stop, then this application is the solution. For EAs with a single shot strategy, just use the FREE trailing stop application which I have also shared on this forum.
Nmt5
Liang Qi Quan
这段代码是一个简单的交易专家顾问(Expert Advisor)示例,主要功能如下: 使用两个移动平均线(MA)作为交易信号: 快速MA(FastMA)和慢速MA(SlowMA) 初始化函数(OnInit): 创建两个MA指标句柄 设置数组为时间序列模式 清理函数(OnDeinit): 释放指标句柄,防止内存泄漏 主要交易逻辑(OnTick): 获取最新的MA值 判断趋势和交易信号 在无持仓时执行交易 交易规则: 上升趋势+买入信号时开多单 下降趋势+卖出信号时开空单 使用固定的止损和止盈点数 风险管理: 使用输入参数设置交易手数、止损和止盈 每次只允许一个持仓(inTrade变量) 使用MQL5的Trade库进行交易操作,简化了下单过程 这个EA适合初学者学习,展示了基本的EA结构和简单的交易策略实现方法。但在实际使用前,还需要进行更多的测试和优化。
More from author
Ai Prediction MT4
Mochamad Alwy Fauzi
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
Filter:
No reviews
Reply to review