Articles, Library comments - page 76

Scalp All: This script opens random position at market price on all symbols having spread below specified value. Author: Mokara
Arbitrage Synthetic: A trading robot for performing arbitrage between EURGBP and its synthetic quotes (triangular arbitrage). Author: Maxim Dmitrievsky
Super trend - simple Alert : Added alerts to custom indicator Author: Vladimir Karputov
OBV (extended) : Short description. Author: Mladen Rakic
New article Developing a trading Expert Advisor from scratch (Part 18): New order system (I) has been published: This is the first part of the new order system. Since we started documenting this EA in our articles, it has undergone various changes and improvements while maintaining the same on-chart
Indicator for monitoring the lot and profit: The indicator displays the total lot and profit for the current instrument. Author: Vladimir Khlystov
New article How to Export Quotes from МetaTrader 5 to .NET Applications Using WCF Services is published: This article will show you one of the ways to export quotes from MetaTrader 5 to applications written in .NET. Author: Alexander
New article Extending Strategy Builder Functionality has been published: In the previous two articles, we discussed the application of Merrill patterns to various data types. An application was developed to test the presented ideas. In this article, we will continue working with the Strategy
Trend Trigger Factor JMA - Multi TimeFrame: Trend Trigger Factor was described by M.H. Pee in the Technical Analysis of Stocks and Commodities magazine in December, 2004. This version is adding JMA (Jurik Moving Average) smoothing to lessen false signals and some extras in order to make the...
New article Gradient Boosting (CatBoost) in the development of trading systems. A naive approach has been published: In this article, we train the CatBoost classifier in Python and export the model to mql5, as well as parse the model parameters and consider a custom strategy tester. The Python
New article Learn how to design a trading system by Chaikin Oscillator has been published: Welcome to our new article from our series about learning how to design a trading system by the most popular technical indicator. Through this new article, we will learn how to design a trading system by the
  Experts: Renko Live Charts v4.13  (107   1 2 3 4 5 ... 10 11)
Renko Live Charts v4.13: Trade using Renko Boxes in MetaTrader 4. This EA attaches to a chart (1M chart is best) and then builds a new offline chart with Renko boxes. This version was built off of v4.12 ... I don't remember where I got it, it took forever to find it in the first place. This is...
New article Developing a trading Expert Advisor from scratch (Part 17): Accessing data on the web (III) has been published: In this article we continue considering how to obtain data from the web and to use it in an Expert Advisor. This time we will proceed to developing an alternative system. The
New article Data Science and Machine Learning (Part 06): Gradient Descent has been published: The gradient descent plays a significant role in training neural networks and many machine learning algorithms. It is a quick and intelligent algorithm despite its impressive work it is still misunderstood
Trading events in МТ4: The library contains the function that monitors the appearance of the trading events in the MT4 client terrminal. Author: Andrey Khatimlianskii
New article Neural networks made easy (Part 16): Practical use of clustering has been published: In the previous article, we have created a class for data clustering. In this article, I want to share variants of the possible application of obtained results in solving practical trading tasks. To
Candle_row: The indicator sets indexes for candlesticks in the price movement direction. Author: Vitaly Muzichenko
New article Using the TesterWithdrawal() Function for Modeling the Withdrawals of Profit is published: This article describes the usage of the TesterWithDrawal() function for estimating risks in trade systems which imply the withdrawing of a certain part of assets during their operation. In...
Correlation trend indicator : Correlation trend indicator Author: Mladen Rakic
New article What about Hedging Daily? has been published: A trading strategy using hedging system created for trading the intra-day style of GBPJPY / EURJPY and for daily trading. Author: chayutra sriboonruang
New article Developing a trading Expert Advisor from scratch (Part 16): Accessing data on the web (II) has been published: Knowing how to input data from the Web into an Expert Advisor is not so obvious. It is not so easy to do without understanding all the possibilities offered by MetaTrader 5. To
Exponential Range Average & Deviation Offset : An exponential moving average of the true range and the offset of its average deviation Author: Fernando Carreiro
Simple MACD: Trading on a new bar only. The rules are simple: if MAIN_LINE MACD (1) > MAIN_LINE MACD (2) -> Buy, if MAIN_LINE MACD (1) < MAIN_LINE MACD (2) -> Sell". When a signal opposite to open positions is received, close all positions. Author: Vladimir Karputov 
i-Sessions: The trade sessions indicator. Author: John Smith
EMA variation: Exponential moving average variation Author: Mladen Rakic
New article Neural networks made easy (Part 15): Data clustering using MQL5 has been published: We continue to consider the clustering method. In this article, we will create a new CKmeans class to implement one of the most common k-means clustering methods. During tests, the model managed to
Adaptive Moving Average - AMA: Short description. Author: Mladen Rakic
Multi-Williams Percent Range trend indicator: Multi-Williams Percent Range trend indicator. This is the modified version of Position in channel indicator. The indicator calculates the values, similar to "Williams Percent Range" for 5 different periods. The values are plotted as a histogram. The...
ManualTradeOnStrategyTester: A simple way on how EA can link a manual order command from outside to use it in MetaTrader 5 Strategy Tester. Author: SearchSurf
New article Learn how to design a trading system by Standard Deviation has been published: Here is a new article in our series about how to design a trading system by the most popular technical indicators in MetaTrader 5 trading platform. In this new article, we will learn how to design a trading