Articles, Library comments - page 61

Check out the new article: Developing a Replay System — Market simulation (Part 15): Birth of the SIMULATOR (V) - RANDOM WALK . In this article we will complete the development of a simulator for our system. The main goal here will be to configure the algorithm discussed in the previous article
Equity and Balance as an indicator for MT5 : This is a very easy-to-use indicator that displays the changes in Equity and balance of the trading account as it dynamically moves. Particularly useful on the back tester and good for beginners to read this very easy MQL5 code. Author: TheCoder
prior day close: yesterday market close european market or NYSE close price Author: Ramin Rostami
Candle Timer: Candle Timer shows the time remaining until the end of the candle. Author: Mladen Rakic
Check out the new article: Trade transactions. Request and response structures, description and logging . The article considers handling trade request structures, namely creating a request, its preliminary verification before sending it to the server, the server's response to a trade request and the
Testinator for testing massive combinations of trade setups: Welcome to the Binary Testinator. The Purpose of this EA is for testing different Indicators to optimize a trade scenario.Everyone has an opinion on what is the best trade setup, and advice is never ending! Better if you test it out
New article Category Theory in MQL5 (Part 7): Multi, Relative, and Indexed Domains has been published: Category Theory is a diverse and expanding branch of Mathematics which is only recently getting some coverage in the MQL5 community. These series of articles look to explore and examine some of its
Example of using an ONNX model to recognize handwritten numbers : This Expert Advisor does not trade. A simple panel, implemented using the standard Canvas library, allows you to draw digits with the mouse. The trained mnist.onnx model is used to recognize the digits. Author: Slava
Check out the new article: Developing a Replay System — Market simulation (Part 14): Birth of the SIMULATOR (IV) . In this article we will continue the simulator development stage. this time we will see how to effectively create a RANDOM WALK type movement. This type of movement is very intriguing
  Experts: EA Stop Order  (13   1 2)
EA Stop Order: The Expert Advisor places a grid of pending Buy Stop and Sell Stop orders. Input Values Profit purpose (in money) - profit target in money; Use Buy stop - enable/disable Buy Stop orders; Use Sell stop - enable/disable Sell Stop orders;...
Check out the new article: Design Patterns in software development and MQL5 (Part 2): Structural Patterns . In this article, we will continue our articles about Design Patterns after learning how much this topic is more important for us as developers to develop extendable, reliable applications not
Check out the new article: Developing a quality factor for Expert Advisors . In this article, we will see how to develop a quality score that your Expert Advisor can display in the strategy tester. We will look at two well-known calculation methods – Van Tharp and Sunny Harris. In this article, we
DCC / Piercing : DCC / Piercing Author: Rajesh Kumar Nait
Wickless Breakout : Wickless breakout Author: Rajesh Kumar Nait
Wick Engulf : A wick engulf candlestick pattern Author: Rajesh Kumar Nait
Check out the new article: Developing a Replay System — Market simulation (Part 13): Birth of the SIMULATOR (III) . Here we will simplify a few elements related to the work in the next article. I'll also explain how you can visualize what the simulator generates in terms of randomness. The accuracy
MACD on Chart : Show MACD directly on chart Author: Nikclay Khrushchev
  Experts: Arrows and Curves EA  (38   1 2 3 4)
Arrows and Curves EA: An Expert Advisor based on the "Arrows&Curves" indicator. Author: Vladimir Karputov
Check out the new article: Neural networks made easy (Part 51): Behavior-Guided Actor-Critic (BAC) . The last two articles considered the Soft Actor-Critic algorithm, which incorporates entropy regularization into the reward function. This approach balances environmental exploration and model
Check out the new article: Developing an MQTT client for Metatrader 5: a TDD approach — Part 4 . This article is the fourth part of a series describing our development steps of a native MQL5 client for the MQTT protocol. In this part, we describe what MQTT v5.0 Properties are, their semantics, how
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