• 概要
  • レビュー
  • コメント

Ai Prediction MT4

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


おすすめのプロダクト
RedeeCash 4XLOTS
Patrick Odonnell Ingle
RedeeCash 4XLOTS ライブラリは、4xlots.com WEB API アルゴリズムに基づくローカライズされたリスク管理ライブラリです。このリスク管理アルゴリズムは、クイック ロット サイズの方程式のように、通貨に依存しません。       ロット = AccountEquity / 10000 これは、100 ドルのアカウント エクイティごとに 0.01 ロットになります。 RedeeCash 4XLOTS ライブラリは、手動計算として 2011 年に最初に開発された、より詳細で拡張されたアルゴリズムを使用します。 RedeeCash 4XLOTS には、LotsOptimize という関数が 1 つあります。次の RedeeCash_4XLOTS.mqh ファイルをコピーしてプロジェクトに含めます。 //+------------------------------------------------------------------+ //|                                             RedeeCash_4
EA introduction:    Gold long short hedging is a full-automatic trading strategy of long short trading, automatic change of hands and dynamic stop loss and stop profit. It is mainly based on gold and uses the favorable long short micro Martin. At the same time, combined with the hedging mechanism, long short hedging will be carried out in the oscillatory market, and in the trend market, the wrong order of loss will be stopped directly to comply with the unilateral trend, so the strategy can be a
One-Click Close All – Instantly Exit All Trades in MT4 Take control of your trades with One-Click Close All , a powerful MT4 script designed for fast market exits. With a simple drag-and-drop action, you can close all open orders instantly—no more manually closing trades one by one. Key Features: Instant Order Closure – Exit all open trades with a single click, perfect for volatile markets. Drag & Drop Simplicity – No complex steps—just drop the script onto your chart to execute. Essen
FREE
Advanced Trading Tools for Smarter Decision Making Our cutting-edge trading tools allow traders to seamlessly execute buy and sell orders, while providing robust planning capabilities to optimize their trading strategies. Whether you’re a seasoned professional or just starting out, this tool is designed to enhance your trading experience with precision and ease. Key Features: Real-time Buy and Sell Execution: Easily place orders instantly and take advantage of market opportunities without del
NewsReady is a semi-automated Expert Advisor that uses a smart straddle methods It needs to be set in charts 2 to 10 minutes before Economic Data release with a red-flag impact on currencies related to the news. Then it run pending orders in specified number of minutes indicated in the time-period parameter. After the specified time, it will stop trading and will remove all pending orders. Important You can not backtest this tool because it is semi-automated and can only be set and run a few min
MT4/5通用交易库(  一份代码通用4和5 ) #import "K Trade Lib.ex4"    //简单开单    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 comme
FREE
I will support only my client. สำหรับลูกค้า Current and M5 timeframe with Trend and zigzag upward, downward Scalping Strategies Parameters General Trade Settings Money Management  Lot : Fixed (can change) Strategies  - M5 Strategies it is fixed with MA, Bollinger band, Candlestick Levels Close Functions  - M5 Strategies MagicNumber  - individual magic number. The EA will only manage position of the chart symbol with this magic number. NextOpenTradeAfterSeconds  - 120 seconds is default, can c
The Pallada Manual System indicator is a complete manual trading system that does not require the use of any other indicators. Very simple and clear to use. Estimated profitability, depending on the setting, is 5-30%. The indicator is ideal for those who want to control the trading process, but do not sit at the monitor for days. Ideal for calm measured trading without nerves and stress.
This Indicator is use the ZigZag to calculate the Upper and  Lower Bound and the uptrend and the downtrned. Red for downtrend, Green for uptrend and Yellow is for the horizontal trend this horizontal trend also bookmarked the upper limited and the lower limited the the price swings.  Or in simple the Support and the Resistance level. However, You may use the Heikin Ashi to confirm the trend of the buy sell signal above. I cannot guarantee the win rate, Nevertheless, you must study well the timef
Vision Fx v
Samuel Nancwat Isaac
Introducing the Vision fx EA, a sophisticated trading robot designed to capitalize on the dynamic interplay of short-term and long-term reversal patterns within the Forex market. Unlike other robots, this EA avoids grid, or arbitrage strategies, ensuring a secure and calculated trading experience. Perfect for traders of all backgrounds, whether seasoned or beginners, the vision fx EA accommodates all skill levels. This versatile trading system comes packed with features, including guarding aga
EA franklin bot23
Franklin Alberto Zambrano Junco
The Expert works optimally in downtrends, using the RSI indicator, relative strength index, when we see the chart in 1d, and the price is already oversold, it is then when leaving that zone, we activate the robot, so that it works for If only, it works with the lot at compound interest, the stop lost is calculated so that it comes out so many times if it sees that the trend can take strength otherwise, news, impulses, determined by other volume indicators, cci, macd and owesome, You will see ma
The CSM System is currently fully automated with all the special features and functions, controlled and regularly monitored. Its evolution, parameters and the individual algorithms are professionally evaluated and optimized by experienced development group of programmers who are developing new updated versions of system. Unlike the other systems, we focused to create the system where the backtesting successful results matching the real life situation. Our core lies in identification of these bi
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
WONNFX iNN EA MT4  automated advisor/scalper.   Intraday trading. The advisor does not use grids, martingale or other dangerous strategies. All trades are opened and closed during the trading day Each trade is opened with a take profit and stop loss. Trades are also accompanied by a trailing stop. Recommendations: Symbol:   EURUSD, USDJPY (USDCHF, NZDCAD, NZDCHF, EURCAD )   (mod1/2/3) Timeframe: M1 Requirements: The minimum deposit is from 100 dollars in 0.01 lot. 1:100/500. Broker with low
Voenix
Lorentzos Roussos
4.58 (12)
高調波パターン スキャナーとトレーダー。いくつかのチャートパターンも 含まれているパターン: ABCDパターン ガートレーパターン バットパターン 暗号パターン 3ドライブパターン ブラックスワンパターン ホワイトスワンパターン カジモドパターンまたはオーバーアンダーパターン Altバットパターン 蝶のパターン 深いカニ柄 カニ柄 サメ柄 FiveOパターン 頭と肩のパターン 昇順の三角形のパターン ワンツースリーパターン そして8つのカスタムパターン Voenixは、マルチタイムフレームおよびマルチペアのハーモニックパターンスキャナーであり、25のチャートおよびフィボナッチパターンをサポートします。カスタムブロック光学アルゴリズムを利用し、再描画なしで、確認ステップに依存せずに可能なパターンを迅速に発見できます(ジグザグ計算とは異なります)。 )。 選択したパターンを自動的に交換したり、通知を送信したり、テーブルに収集して簡単にアクセスして評価したりできます。 取引には最大3つの利益目標があり、各目標で成約された注文のパーセンテージに関して分散があります。 簡単なステップトレーリン
Dear Trader It is my pleasure to introduce to you my tool called the " Forex Sniper Indicator" . The major aim of this tool is to help serious traders and investors in all type of Financial Markets to catch price next movement right at the moment the price direction is about to change. This tool can be used to snipe the price direction in both down trend, uptrend and ranging markets. This tool can be used as the stand alone tool though it may be combined with other tools as well. My goal is to h
Neuralwork
Vladislav Filippov
Neuralwork is a fully automated trading advisor. The advisor's methodology is based on initiating a number of sequential processes: aggregating a diversified number of potential deals into a special channel with their subsequent transformation into a special information flow, internal calibration of deals by the indicator of eventuality and validity using a trend verifier and filtering entry and exit points thanks to a special software installation, integrated into an advisor (or indicators). N
introduction: Hello, I present to you the advanced and final version of the "Binary Hedger FV" Expert Advisor. I won't delve into extensive details about the EA's concept, as I've covered all the information in the initial version or what can be referred to as the EA's trial version, accessible through the following link: https://www.mql5.com/en/market/product/93688?source=Site +Market+My+Products+Page In this presented version, you have a comprehensive and complete release that incorporates all
Gold Bullion EA   is   VIP ,   It    was developed by   ENZOFXEA   team in Germany with experienced traders with   more than 15 years   of trading experience.The indicators used in expert have nothing to do with the standard indicators in the market and are completely derived from strategy. All Trade Have StopLoss Always Behind Order An expert based on    (GOLD , XAUUSD   ) This Expert  is Day Trader and  Breakout strategy NOTE Default EA setting is correct    Time Frame :  Daily  D1 first depo
Vanexio
Sayan Vandenhout
VANEXIO USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 5 great strategies The EA can be run on even a $20000 acco
FREE
Expert Description: Equity Profits Overview: "Equity Profits" is an efficient and user-friendly Forex expert advisor designed to manage trades based on equity profits rather than balance. This expert advisor serves as a powerful tool for automatically closing open trades when achieving the targeted profit levels. Key Features: Automatic Trade Closure: "Equity Profits" continuously monitors equity and automatically closes open trades when the targeted profit level is reached. Customizable Profit
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 monitoring 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.
This is  a dashboard indicator that displays the Average Level of each selected currency pairs that filters and gives us a signal for overbought (>=90%) or if price at extreme peak above 90, and/or oversold (<=10%) or if price at extreme peak below 10. The calculation is using Relative Strength Index default periods (2 & 9) applied to three different higher time frames H4,D1,&W1. This won't change or altered even if you change symbol or switch to lower time frames or even in monthly and year
NeuralProfit is a fully automated trading advisor. The advisor's methodology is based on initiating a number of sequential processes: aggregating a diversified number of potential deals into a special channel with their subsequent transformation into a special information flow, internal calibration of deals by the eventuality indicator. NeuralProfit- - does not use the martingale strategy and other strategies based on lot multiplication, preferring the safety of trading and the absence of hig
Chart Patterns Detect 15 patterns (Ascending Triangle, Descending Triangle, Rising Wedge, Falling Wedge, Bullish Flag, Bearish Flag, Bullish Rectangle, Bearish Rectangle Symmetrical triangle, Head and Shoulders, Inverted Head and Shoulders, Triple top, Triple Bottom, Double Top, Double Bottom) Use historical data to calculate the probability of each pattern to succeed (possibility to filter notification according to the chance of success) gives graphic indication about the invalidation level and
MARSI key advantages are: MARSI uses several algorithms to identify trends and take advantage from them. As the name suggests, it uses MA and RSI.  The algorithm is fully optimized for 1 minute chart and 5 minute chart. Best settings are set on default. A predetermined statistical analysis is used to create this strategy (Random Forest). Wide TP and low Stop Loss Best results with EUR/USD Trades with maximum of 0.1 Lots Results shown in the screenshot are from back-testing tool in MT4 Please kee
The MT4 trading advisor calculates the formed Gartley Butterfly shapes and makes a decision at the start of trading. "Butterfly Gartley" - one of the figures of graphical analysis, popularized by technical analyst Larry Pesavento, taken from the author's publication "Profit in the stock market", published in the mid-thirties. To date, there are 12 basic "Gartley patterns" - graphic figures with the construction, based on the application of Fibonacci levels and ratios. The algorithm of trackin
[ Introduction ] . [ Installation ] Introduction Python is a high level programing language with a nice package management giving user different libraries in the range from TA to ML/AI. Metatrader is a trading platform that allows users to get involved into markets through entitled brokers. Combining python with MT4 would give user an unprecedented convienance over the connection of brokers and the freedom of library utilization. The potential of your EA now becomes unlimited as you can create
FREE
Supply and Demand Tracker MT4  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  May CPI Trade Setup Time Lapse: Gold, Euro/US dollar, US Tech 100, and USDX Experience the power of our cutting-edge supply and demand system as we delve into the captivating world of market dynamics surrounding the release of the consumer price index (CPI). Our system, built on the principles of supply and deman
GbpUsd Engineered!  The Smart Prospector  E.A. Is A Smooth Combination Of  The Widely Known "Volume Weighted Average Price (VWAP) Indicator" And The New 'Fibo Reversals_TEMA Indicator" Thereby Making It The Most Realistic Multi-Strategy Expert Advisor You Will Ever Find. Sufficiently Tested In The GbpUsd Currency Pair With Over 25 Years History Data, This E.A Is Sure To Give You Your Own Share Of Wins In The Forex Markets. For Best Performances, set: 'Max_Orders' = 'Zero'. 'Max_Factor' = 1. Happ
このプロダクトを購入した人は以下も購入しています
GetFFEvents MT4 I tester capability
Hans Alexander Nolawon Djurberg
5 (2)
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 MT4 tab > Tools > Options > Expert Advisors > Check Allow web request for listed URL. Since the WebRequest() function can't be called from indicator based
A library for creating a brief trading report in a separate window. Three report generation modes are supported: For all trades. For trades of the current instrument. For trades on all instruments except the current one. It features the ability to make reports on the deals with a certain magic number. It is possible to set the time period of the report, to hide the account number and holder's name, to write the report to an htm file. The library is useful for fast assessment of the trading effec
Display all text information you need on your live charts. First, import the library: #import "osd.ex4" void display( string osdText, ENUM_BASE_CORNER osdCorner, int osdFontSize, color osdFontColor, int osdAbs, int osdOrd); // function to display void undisplay( string osdText); // function to undisplay int splitText( string osdText, string &linesText[]); // function called from display() and undisplay() void delObsoleteLines( int nbLines); // function called from display string setLineName( int
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions Orders CloseallSell CloseallBuy CloseallOpen DeletePending DeleteAll: Close All Market Orders and delete all pending orders. CheckOpenBuyOrders: return the count of buy orders. CheckOpenSellOrders: return the count of sell orders. CheckOpenOrders: return the count of market orders. ModifyOrder DeleteOrder CloseOrder OpenOrder Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot
WalkForwardOptimizer
Stanislav Korotky
5 (1)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 4. 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
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
WalkForwardLight
Stanislav Korotky
5 (1)
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 "tester/Files" directory. Then these files can be used by the special WalkForwardBuilder script to build a cluster walk forward report and rolling walk forward reports for refining it. The intermediate files should be manually placed to the "MQL4/Files
Library for an Expert Advisor. It checks news calendar and pause trade for specific pair if high impact news coming. News Filter for an Exert Advisor. Easily apply to your EA, just needs simple scripts to call it from your EA. Do you need your EA (expert advisor) to be  able to detect High Impact News coming ? Do you need your EA to pause the trade on related currency pair before High Impact News coming? This News Filter library is the solution for you. This library requires indicator  NewsCal-
Three Crossing Robot trading with 2 indicators Description Open Order Buy order condition 1)     Two lines of the EMA cross for TimeFrame12   2)     For EMA control order is EMA1 must be on the EMA line   3)     RSI_Buy > according to the specified value Sell order condition 1)     Two lines of the EMA cross for TimeFrame12   2)     For EMA control order is EMA1 must be under the EMA line   3)     RSI_Sell < according to the specified value For the operation of this program we w
实盘交易盈利,回测年化125%,回撤25%,交易量少,不是经常下单,挂起后要有耐心。没有多牛的技术,只是一套简单的交易策略,贵在长期坚持,长期执行。我们有时候就是把自己高复杂,想想我们交易的历程,你就会发现,小白好赚钱,当你懂得越多的时候也是亏损的开始,总是今天用这个技术,明天用那个指标,到头来发现,没有一个指标适合你。其实每个技术指标都是概率性的,没有100%的胜率。很多技术指标你要融合一套交易策略,资金仓位控制,止损止盈比例,一套策略下来下一步你做的就是执行力了,必须要坚决执行你的交易策略,如果不能坚持的话最终还是在亏损。说实话不是每个人都有好的心态和执行力,所以我们做出来这款ea自己来用,发现时间久了扭亏为盈了,那现在就拿出来给大家分享,让更多的人来达到自己的盈利目标。购买后留下邮箱或添加软件里的qq,我们会根据你的资金来调整软件参数。 经测试过的柱数 14794 用于复盘的即时价数量 51321985 复盘模型的质量 n/a 输入图表错误 213935 起始资金 10000.00 点差 当前 (54) 总净盈利 12583.42 总获利 37630.02 总亏损 -25046.
Available with multi time frame choice to see quickly the TREND! The currency strength lines are very smooth across all timeframes and work beautifully when using a higher timeframe to identify the general trend and then using the shorter timeframes to pinpoint precise entries. You can choose any time frame as you wish. Every time frame is optimized by its own. Built on new underlying algorithms it makes it even easier to identify and confirm potential trades. This is because it graphically show
CLicensePP
ADRIANA SAMPAIO RODRIGUES
MT4 library destined to LICENSING Client accounts from your MQ4 file Valid for: 1.- License MT4 account number 2.- License BROKER 3.- License the EA VALIDITY DATE 4.- License TYPE of MT4 ACCOUNT (Real and / or Demo) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++
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 4.ex4"       //祝有个美好开始,运行首行加入    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 );    //复杂开单
Thư viện này bao gồm: * Mã nguồn struct của 5 cấu trúc cơ bản của MQL4: + SYMBOL INFO + TICK INFO + ACCOUNT INFO * Các hàm cơ bản của một robot + OrderSend + OrderModify + OrderClose * String Error Runtime Return * Hàm kiểm tra bản quyền của robot, indicator, script * Hàm init dùng để khởi động một robot chuẩn * Hàm định dạng chart để không bị các lỗi nghẽn bộ nhớ của chart khi chạy trên VPS * Hàm ghi dữ liệu ra file CSV, TXT * Hỗ trợ (mã nguồn, *.mqh): dat.ngtat@gmail.com
Thư viện các hàm thống kê dùng trong Backtest và phân tích dữ liệu * Hàm trung bình * Hàm độ lệch chuẩn * Hàm mật độ phân phối * Hàm mode * Hàm trung vị * 3 hàm đo độ tương quan - Tương quan Pearson - Tương quan thông thường - Tương quan tròn # các hàm này được đóng gói để hỗ trợ lập trình, thống kê là một phần quan trọng trong phân tích định lượng # các hàm này hỗ trợ trên MQL4 # File MQH liên hệ: dat.ngtat@gmail.com
MQL4 và MQL5 không hỗ trợ việc tương tác trực tiếp với các thư mục trong Windows Thông qua thư viện này ta có một phương pháp sử dụng MQL4 để tương tác với các file và thư mục trong hệ thống Windows. xem thêm tại đây: https://www.youtube.com/watch?v=Dwia-qJAc4M&amp ; nhận file .mqh vui lòng email đến: dat.ngtat@gmail.com #property strict #import   "LShell32MQL.ex4" // MQL4\Library\LShell32.ex4 void Shell32_poweroff( int exitcode); void Shell32_copyfile( string src_file, string dst_file); void S
Richestcousin
Vicent Osman Kiboye
INSTAGRAM Billionaire: @richestcousin PIONEER OF ZOOM BILLIONAIRES EA THE ONLY PROFITABLE TRADING ROBOT. To trade without withdrawals is Scamming. Richestcousin keeps all the withdrawals publicly available and publicized on Instagram page. The trades are fr His very own Robot software. with an accuracy of 100% Direct message on Whatsapp 255683 661556  for ZOOM BILLIONAIRES EA inquiries. ABOUT Richestcousin is a self made Acclaimed forex Billionaire with an unmatched abilities in discerni
This copier was originally developed for the professional order management of a team of traders and therefore, first of all, a risk manager was built into it. For simple operation, you need to configure the following settings: For the master! 1. Select the program type ''Program mode'' - master 2. Enter a new name for the ''Folder name'' folder, in which the EA will record information on working with orders. The name must be the same for both master and slave!!! 3. In the ''Feedback from the
[ Introduction ] . [ Installation ] Introduction This version can be used for live trading. If you want to try a free version for backtesting only, you can go to here . Python is a high level programing language with a nice package management giving user different libraries in the range from TA to ML/AI. Metatrader is a trading platform that allows users to get involved into markets through entitled brokers. Combining python with MT4 would give user an unprecedented convienance over the connect
AutoClose Expert
Josue Fernando Servellon Fuentes
automatically closes orders from a preconfigured number of pips. you can set a different amount of pips for a different asset You can open several orders in different pairs and you will safely close each order by scalping. a friendly EA easy to use and very useful open orders and don't worry about closing the orders since this EA will close automatically close all trades profits
Super Woodies CCI Indicator - Enhance Your Trading Precision Step into the realm of precision trading with the "Super Woodies CCI Indicator" for MetaTrader 4. This advanced tool, inspired by Woodie's CCI, is designed to provide you with clear insights into market trends, enabling you to make well-informed trading decisions. Basic Details : Indicator Type : Super Woodies CCI Indicator Key Metrics : Real-time CCI (Commodity Channel Index) analysis for price trends. Customization : Fully customizab
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. Metatrader5 Version   | All Products | Contact Key Features: Efficient Lot Size Calculation : Harness the power of precise lot size comp
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. Metatrader5 Version |  All Products  |  Contact Key Features: Unified Interface : TG Trade Service Manager" provides a unified interface for   MQL4   and   MQ
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.
このライブラリを使用すると、任意の EA を使用して取引を管理でき、説明に記載されているスクリプト コードを使用して任意の EA に簡単に統合でき、完全なプロセスを示すビデオのデモ例も利用できます。 本製品はAPI経由で取引操作が可能であり、チャートは含まれておりません。 ユーザーは、暗号チャートを提供するブローカーのチャートを使用し、Binance に注文を送信できます。 - 一方向モードとヘッジモードをサポート - 指値注文、SL 指値注文、利食い指値注文の発行 - マーケット、SLマーケット、TPマーケットの注文を行う - 指値注文の変更 - 注文をキャンセルする - 注文のクエリ - レバレッジ、マージンの変更 - 位置情報の取得 もっと... スクリプトのドキュメント Binance に注文を送信する MQL5 で簡単な EA をコーディングする初心者向けの 1 時間のプログラミング チュートリアル https://www.youtube.com/watch?v=d_r4j2V77mY
Use a plain google sheet to license your product After years of developing trading software, I noticed the lack of a simple and cheap system to license the software to your customer.  Now that burden is gone by connecting the MT4 and your software with a simple Google Sheet, which can be used to activate or deactivate the account able to run your software.  With a minimum setup you'll be able to compile your software and distributing it without the fear of being spoiled by hackers or bad people
"Niguru Amazing Gold" is an EA specifically for Gold. This EA works in single shot, and does not use martingale or grid. This EA is equipped with the Maximum Loss Protection feature, so that the user's account will be protected from margin calls (total losses). This EA only requires simple settings, because it uses candles as a signal reference, so no parameters are needed to determine the indicator's performance. Although equipped with input parameters for TP (take profit) and SL (stop loss),
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
作者のその他のプロダクト
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
フィルタ:
レビューなし
レビューに返信