Articles, Library comments - page 22

New article An example of how to ensemble ONNX models in MQL5 has been published: ONNX (Open Neural Network eXchange) is an open format built to represent neural networks. In this article, we will show how to use two ONNX models in one Expert Advisor simultaneously. For stable trading, it is usually
  Experts: MA Cross  (12   1 2)
MA Cross: The Expert Advisor based on intersection of two iMA. Author: Vladimir Karputov
Custom Moving Average: The Custom Moving Average is example of the Custom User Indicator - it calculates and shows the Moving Average. Author: MetaQuotes Software Corp.
Custom Hammer and Inverted Hammer : Custom Hammer and Inverted Hammer Author: Rajesh Kumar Nait
Six Soldiers : Six bulls or six bear continuous candles Author: Rajesh Kumar Nait
Hidden Engulfing : Hidden Engulfing Candlestick Pattern Author: Rajesh Kumar Nait
Body Wick Comparison : Checks if either upper or lower Wick range of a candlestick is greater than Body range of a candlestick and plot a wingding Author: Rajesh Kumar Nait
Read news from forex factory website by web request : Read news from forex factory website by web request Author: Mr Anucha Maneeyotin
  Indicators: AutoFib TradeZones  (21   1 2 3)
AutoFib TradeZones: Auto updating fib retracer showing zones for range trading/breakouts. Author: Benjamin Joshua Nash
Check out the new article: Neural networks made easy (Part 50): Soft Actor-Critic (model optimization) . In the previous article, we implemented the Soft Actor-Critic algorithm, but were unable to train a profitable model. Here we will optimize the previously created model to obtain the desired
Elite eFibo Trader: Grid with a constant step. Grid lot sizes based on Fibonacci. Author: Vladimir Karputov
3 MA Cross w_Alert v2: The alarm indicator 3MA Cross w_Alert v2. Author: John Smith
Donchian Channel : Donchian Channel with mid line and moving average of mid line. Author: Rain Drop Trading
New article Creating Active Control Panels in MQL5 for Trading is published: The article covers the problem of development of active control panels in MQL5. Interface elements are managed by the event handling mechanism. Besides, the option of a flexible setup of control elements properties is...
Check out the new article: The case for using Hospital-Performance Data with Perceptrons, this Q4, in weighing SPDR XLV's next Performance . XLV is SPDR healthcare ETF and in an age where it is common to be bombarded by a wide array of traditional news items plus social media feeds, it can be
Check out the new article: Wrapping ONNX models in classes . Object-oriented programming enables creation of a more compact code that is easy to read and modify. Here we will have a look at the example for three ONNX models. The majority of votes is calculated according to the equation <total number
Check out the new article: Brute force approach to patterns search (Part V): Fresh angle . In this article, I will show a completely different approach to algorithmic trading I ended up with after quite a long time. Of course, all this has to do with my brute force program, which has undergone a
PA RSI : The Oscillator Indicator for MetaTrader 4 is a powerful tool that accurately identifies the perfect signal on the completion of trends. Author: Nikclay Khrushchev
Bollinger and Envelope candle extremes : Candle close above/below BB & Envelopes Author: Paul Conrad Carlson
Extreme_TMA_line_indicator: Extreme TMA Line indicator Author: Scriptor
Check out the new article: The price movement model and its main provisions. (Part 3): Calculating optimal parameters of stock exchange speculations . Within the framework of the engineering approach developed by the author based on the probability theory, the conditions for opening a profitable
New article How to Test a Trading Robot Before Buying it from MQL5 Market is published: MQL5 Market allows you to test a trading robot and its features before buying it. Every Expert Advisor offered in MQL5 Market comes with a demo version that can be tested in the Strategy Tester. It is quite...
New article Using AutoIt With MQL5 has been published: Short description. In this article we will explore scripting the MetraTrader 5 terminal by integrating MQL5 with AutoIt. In it we will cover how to automate various tasks by manipulating the terminals' user interface and also present a class
Check out the new article: Data Science and Machine Learning(Part 15): SVM, A Must-Have Tool in Every Trader's Toolbox . Discover the indispensable role of Support Vector Machines (SVM) in shaping the future of trading. This comprehensive guide explores how SVM can elevate your trading strategies
Check out the new article: Developing a Replay System — Market simulation (Part 12): Birth of the SIMULATOR (II) . Developing a simulator can be much more interesting than it seems. Today we'll take a few more steps in this direction because things are getting more interesting. Even though the
XP Forex Trade Manager MT5 : Forex Trade Manager MT4 simplifies managing open orders in MetaTrader 5. Author: Marzena Maria Szmit
Check out the new article: Developing a Replay System — Market simulation (Part 11): Birth of the SIMULATOR (I) . In order to use the data that forms the bars, we must abandon replay and start developing a simulator. We will use 1 minute bars because they offer the least amount of difficulty. We
RSI Scanner : Simple indicator that will scan thru the symbols in the MarketWatch window to alert you if price is overbought or oversold based on RSI. Author: Conor Dailey
BPNN MQL Predictor Demo with library: This is a demo indicator with BPNN neural network library ported from C++ to MQL. Author: Stanislav Korotky
Check out the new article: Developing a Replay System — Market simulation (Part 10): Using only real data for Replay . Here we will look at how we can use more reliable data (traded ticks) in the replay system without worrying about whether it is adjusted or not. In the video below you can see the