Articles, Library comments - page 72

Two pending orders 2 : Two pending orders at the beginning of the day Author: Vladimir Karputov
iCrossClose: The indicator allows to perform any arithmetic action with prices of two symbols and plot result on any other chart. It allows to calculate crosses (using multiplication and division), spread (subtract) or just to plot the other symbol's data on the chart. Author: Дмитрий
SQLite Wrap With Template : Very convenience official sqlite wrap. Author: Si Jun Tan
CCI Squeeze Multi Timeframe: Combination of two very well known indicators (CCI and moving average) that estimates the direction strength of the current market trend. Averages that can be used are the basic 4 types (SMA, EMA, SMMA and LWMA). Compared to the CCI Squeeze indicator, this...
New article Integrating ML models with the Strategy Tester (Part 3): Managing CSV files (II) has been published: This material provides a complete guide to creating a class in MQL5 for efficient management of CSV files. We will see the implementation of methods for opening, writing, reading, and
Percentage of price movement per candle - Simple and Crucial : This indicator displays the percentage of price movement per candle, as an average of the latest candles. Author: TheCoder
ATR Stop Loss bands : Money-managing stop loss baseline indicator for MT5. Author: Serhad Yildirim
Hi guys, the following error occurs (which did not before releasing build 2265) when I create GUI elements with the EasyAndFastGUI library (https://www.mql5.com/de/code/19703): CElement::CreateCanvas > Failed to create a canvas for drawing the (CButton) control: 4016 Let me first show you the
Code for counting open orders by Order Type individually : This is an Expert Advisor code for counting open running orders for each type: OP_BUY or OP_SELL. Author: Francisco Rayol
Pivot Lines TimeZone: The Pivot levels indicator, the Pivot sublevels and the Camarilla levels showing indicator buffers and horizontal lines. Placing levels by horizontal lines. Author: Дмитрий
Pivot Points: The indicator pivot points consist of support and resistance. Author: bozyel67
Displays open SL and TP totals: This indicator will display the combined values of all stop losses and take profits. Author: Conor Dailey
New article Understanding MQL5 Object-Oriented Programming (OOP) has been published: As developers, we need to learn how to create and develop software that can be reusable and flexible without duplicated code especially if we have different objects with different behaviors. This can be smoothly
Trailing Step Function : This Is Just A Normal Trailing Step Function. Author: Kailash Bai Mina
New article Graphical Interfaces VII: the Tables Controls (Chapter 1) has been published: The seventh part of the series on MetaTrader graphical interfaces deals with three table types: text label, edit box and rendered one. Another important and frequently used controls are tabs allowing you to...
Multi_BuyLimitOrders & Multi_BuyStopOrders : Multi buylimit and buystop orders are script files that enable traders to place multiple orders with ease. With just one command, traders can place multiple buylimit or buystop orders using either a target price or pips. By default, the pips value is set
Didi Index Indicator: An indicator based on three moving averages. Author: Rudinei Felipetto
Sidus: This indicator is based on the first version of Sidus trading method. It shows market entry points. Author: Nikolay Kositsin
New article Experiments with neural networks (Part 4): Templates has been published: In this article, I will use experimentation and non-standard approaches to develop a profitable trading system and check whether neural networks can be of any help for traders. MetaTrader 5 as a self-sufficient tool
Trend Analyser Dashboard and perfect trend scanner indicators : these two indicators have been coded well and they can be used for the purpose of market trend analysis for the purpose of increasing the accuracy in trading. The trend Analyser Dashboard will tell you the direction of the trend and
Mail All Order Status Periodically: Mail all order status periodically. Author: Hongliang Liu
Scale All Charts: Two scripts are included for scaling all of the charts: "Scale Auto All" will set all of the open charts to automatic scaling. "Scale Fix All" will set all of the open charts to use fixed scaling. When switching to fixed scaling one option must be specified...
Taf: Indicator Taf. Author: Collector
Zone_Recovery_Area Formula1: Zone Recovery Hedging Strategy Ea with two moving averages and Special formula. It works on any time frame, you should try it on demo account. Author: Aharon Tzadik
New article Matrices and vectors in MQL5: Activation functions has been published: Here we will describe only one of the aspects of machine learning - activation functions. In artificial neural networks, a neuron activation function calculates an output signal value based on the values of an input
New article Category Theory in MQL5 (Part 10): Monoid Groups has been published: This article continues the series on category theory implementation in MQL5. Here we look at monoid-groups as a means normalising monoid sets making them more comparable across a wider span of monoid sets and data
New article Neural networks made easy (Part 35): Intrinsic Curiosity Module has been published: We continue to study reinforcement learning algorithms. All the algorithms we have considered so far required the creation of a reward policy to enable the agent to evaluate each of its actions at each
New article Creating an EA that works automatically (Part 08): OnTradeTransaction has been published: In this article, we will see how to use the event handling system to quickly and efficiently process issues related to the order system. With this system the EA will work faster, so that it will not
New article Creating an EA that works automatically (Part 14): Automation (VI) has been published: In this article, we will put into practice all the knowledge from this series. We will finally build a 100% automated and functional system. But before that, we still have to learn one last detail. In
New article Multilayer perceptron and backpropagation algorithm (Part 3): Integration with the Strategy Tester - Overview (I). has been published: The multilayer perceptron is an evolution of the simple perceptron which can solve non-linear separable problems. Together with the backpropagation