Articles, Library comments - page 4

  Libraries: MT4Orders  (50   1 2 3 4 5)
MT4Orders: Parallel use of the MetaTrader 4 and MetaTrader 5 order systems. Author: fxsaber
CounterTrend Ema V1 : 3 Ema moving averages identify trend change with rsi confirm Author: Paul Conrad Carlson
Adaptive SMA : improved version of the standard Simple moving average indicator with a lower delay Author: Andrei Khrushchev
New article Learn how to design a trading system by Ichimoku has been published: Here is a new article in our series about how to design a trading system b the most popular indicators, we will talk about the Ichimoku indicator in detail and how to design a trading system by this indicator. In this
Hi all, any body help me
EasyAndFastGUI library for creating graphical interfaces: The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs. Author: Anatoli Kazharski
Max trade volume checker for your trading account (Script version) : A script which when run displays the maximum lot size permitted on the asset. Author: Conor Mcnamara
ATR ZigZag: ATR-based ZigZag implementation. Author: Andre Enger
Check out the new article: News Trading Made Easy (Part 3): Performing Trades . In this article, our news trading expert will begin opening trades based on the economic calendar stored in our database. In addition, we will improve the expert's graphics to display more relevant information about
Check out the new article: Example of Auto Optimized Take Profits and Indicator Parameters with SMA and EMA . This article presents a sophisticated Expert Advisor for forex trading, combining machine learning with technical analysis. It focuses on trading Apple stock, featuring adaptive
RSI Bot MT5 : RSI Bot, send alert buy when RSI<=20, send alert sell when RSI>=80 Author: Nguyen Minh Tri
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part III): Enhancing the GUI with Visual Styling (I) . In this article, we will focus on visually styling the graphical user interface (GUI) of our Trading Administrator Panel using MQL5. We’ll explore various techniques and
Check out the new article: How to Implement Auto Optimization in MQL5 Expert Advisors . Step by step guide for auto optimization in MQL5 for Expert Advisors. We will cover robust optimization logic, best practices for parameter selection, and how to reconstruct strategies with back-testing
Check out the new article: Developing a multi-currency Expert Advisor (Part 10): Creating objects from a string . The EA development plan includes several stages with intermediate results being saved in the database. They can only be retrieved from there again as strings or numbers, not objects. So
New article Price Action. Automating the Engulfing Pattern Trading Strategy has been published: This article describes a process of creating an Expert Advisor for MetaTrader 4 based on the Engulfing pattern, as well as the pattern recognition principle, rules of setting pending orders and stop...
Real Time Complete Trade Stats Display EA : This EA provides traders with real-time overview of their trading activity directly on their chart. This powerful tool displays crucial metrics such as overall buy and sell profits, the number of open trades, and the current market spread, giving traders
Rsi Ema Engulfing Bar V3 : Engulfing Bar Occurs below Ema moving Average that is rising - Buy Trade - Author: Paul Conrad Carlson
Rsi Engulfing Bar V2 : Rsi Indicator Author: Paul Conrad Carlson
Check out the new article: Creating an MQL5-Telegram Integrated Expert Advisor (Part 1): Sending Messages from MQL5 to Telegram . In this article, we create an Expert Advisor (EA) in MQL5 to send messages to Telegram using a bot. We set up the necessary parameters, including the bot's API token and
Check out the new article: Two-sample Kolmogorov-Smirnov test as an indicator of time series non-stationarity . The article considers one of the most famous non-parametric homogeneity tests – the two-sample Kolmogorov-Smirnov test. Both model data and real quotes are analyzed. The article also
Check out the new article: Applying Localized Feature Selection in Python and MQL5 . This article explores a feature selection algorithm introduced in the paper 'Local Feature Selection for Data Classification' by Narges Armanfard et al. The algorithm is implemented in Python to build binary
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part II): Enhancing Responsiveness and Quick Messaging . In this article, we will enhance the responsiveness of the Admin Panel that we previously created. Additionally, we will explore the significance of quick messaging in
Lesson 4 Price Action and MA Filter : This is a tutorial on price action trading combined with a moving average filter Author: Dao Thanh Tan
Refresh All Open Charts : This Script will Refresh All Open Charts in MT5, Usually custom symbols in MT5 needs to be Refresh sometime so this script will help to refresh all open chart at once. We can also use this Script anywhere where we need to refresh all open charts. Author: Muhammad Ali Akbar
Check out the new article: Example of Stochastic Optimization and Optimal Control . This Expert Advisor, named SMOC (likely standing for Stochastic Model Optimal Control), is a simple example of an advanced algorithmic trading system for MetaTrader 5. It uses a combination of technical indicators
Check out the new article: Self Optimizing Expert Advisor with MQL5 And Python (Part III): Cracking The Boom 1000 Algorithm . In this series of articles, we discuss how we can build Expert Advisors capable of autonomously adjusting themselves to dynamic market conditions. In today's article, we will
MT5 CCI with shift parameter : The default CCI in MT5 doesn't have the shift parameter. This script implements the shift. Author: Conor Mcnamara
SL-TP Values : Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions. Author: Livio Alves
Arbitrage Triangle EURGBP-EURUSD-GBPUSD by Peter Mueller : The EA identifies discrepancies between theoretical and actual currency exchange rates to execute risk-minimized trading opportunities. Author: Peter Mueller
New article How to create Requirements Specification for ordering a trading robot has been published: Are you trading using your own strategy? If your system rules can be formally described as software algorithms, it is better to entrust trading to an automated Expert Advisor. A robot does not need...