Articles, Library comments - page 42

New article 100 best optimization passes (part 1). Developing optimization analyzer has been published: The article dwells on the development of an application for selecting the best optimization passes using several possible options. The application is able to sort out the optimization results by a...
Pause Trading for X Minutes When Consecutive Losses are N : This code will pause the trading for X minutes when there are N consecutive losses happen within Y minutes Author: Biswarup Banerjee
New article Data Science and Machine Learning (Part 11): Naïve Bayes, Probability theory in Trading has been published: Trading with probability is like walking on a tightrope - it requires precision, balance, and a keen understanding of risk. In the world of trading, the probability is everything
Alternative Data: Capturing the Predictive Power of Big Data for Investment Success (Wiley Trading) Shift the balance of power from company to investor through intensified use of data Alternative Data opens a gateway to the future of investing, using Open Halo technology to provide real-time
Simple engulf : candle pattern Author: ReadyPlayerOne
  Indicators: FX Multi-Meter  (29   1 2 3)
FX Multi-Meter: Combines 9 indicators and 7 timeframes in an easy to read meter in bottom right corner, which can be used on any FX chart or timeframe. Author: Benjamin Joshua Nash
New article Identifying Trade Setups by Support, Resistance and Price Action has been published: This article shows how price action and the the monitoring of support and resistance levels can be used for well-timed market entry. It discusses a trading system that effectively combines the two for...
Get Position commission OrderCommission (mt4 term) of an active position in MT5 : Get commission of an active position in mt5 , its easy to use function. Author: Farrukh Aleem
New article Creating an EA that works automatically (Part 05): Manual triggers (II) has been published: Today we'll see how to create an Expert Advisor that simply and safely works in automatic mode. At the end of the previous article, I suggested that it would be appropriate to allow manual use of
Vortex: An indicator from "Technical Analysis of Stocks & Commodities" (January, 2010). Author: Vladimir Karputov
Hull moving average: Hull moving average (non-repainting version) Author: Mladen Rakic
New article Neural networks made easy (Part 25): Practicing Transfer Learning has been published: In the last two articles, we developed a tool for creating and editing neural network models. Now it is time to evaluate the potential use of Transfer Learning technology using practical examples
New article Creating an EA that works automatically (Part 04): Manual triggers (I) has been published: Today we'll see how to create an Expert Advisor that simply and safely works in automatic mode. This is a way to send market orders to a trade server. We have the following behavior: When CTRL is
ADXVMA: ADXVMA is one new sort of a Moving Average. It uses modified ADX calculation for adapting Moving Average calculation. The process of adapting is so efficient that it filters out a lot of noise out of the market and produces longer periods of smooth values. That makes it useful for...
New article Matrix and Vector operations in MQL5 has been published: Matrices and vectors have been introduced in MQL5 for efficient operations with mathematical solutions. The new types offer built-in methods for creating concise and understandable code that is close to mathematical notation
Close Orders By Target or Cut Loss : This EA is used as a trading tool to help us close all orders with a specific target in the form of money or cut loss. We can filter orders by magic number. Author: Yulianto Hiu
New article Neural networks made easy (Part 29): Advantage Actor-Critic algorithm has been published: In the previous articles of this series, we have seen two reinforced learning algorithms. Each of them has its own advantages and disadvantages. As often happens in such cases, next comes the idea
New article Population optimization algorithms: Invasive Weed Optimization (IWO) has been published: The amazing ability of weeds to survive in a wide variety of conditions has become the idea for a powerful optimization algorithm. IWO is one of the best algorithms among the previously reviewed
New article Understand and efficiently use OpenCL API by recreating built-in support as DLL on Linux (Part 1): Motivation and validation has been published: Bulit-in OpenCL support in MetaTrader 5 still has a major problem especially the one about device selection error 5114 resulting from unable to
New article General information on Trading Signals for MetaTrader 4 and MetaTrader 5 is published: MetaTrader 4 / MetaTrader 5 Trading Signals is a service allowing traders to copy trading operations of a Signals Provider. Our goal was to develop the new massively used service protecting...
New article Neural networks made easy (Part 24): Improving the tool for Transfer Learning has been published: In the previous article, we created a tool for creating and editing the architecture of neural networks. Today we will continue working on this tool. We will try to make it more user
  Experts: Trickerless 6.22  (12   1 2)
Trickerless 6.22 : Specialist EURGBP Author: Lulus Arga Kustyarso
Export Summary Grouped by Trading Days: The script exports summary of closed trades grouped by each trading day to .csv file Author: amrali
New article The Implementation of Automatic Analysis of the Elliott Waves in MQL5 is published: One of the most popular methods of market analysis is the Elliott Wave Principle. However, this process is quite complicated, which leads us to the use of additional tools. One of such instruments is the...
New article Neural networks made easy (Part 27): Deep Q-Learning (DQN) has been published: We continue to study reinforcement learning. In this article, we will get acquainted with the Deep Q-Learning method. The use of this method has enabled the DeepMind team to create a model that can outperform
New article Market math: profit, loss and costs has been published: In this article, I will show you how to calculate the total profit or loss of any trade, including commission and swap. I will provide the most accurate mathematical model and use it to write the code and compare it with the
  Indicators: Fibo Bar MT5  (21   1 2 3)
Fibo Bar MT5: Indicator that draws Fibonacci levels based on the last bar. Author: Taras Slobodyanik
ZeroLag Stochs true: The Indicator ZeroLag Stochs_true is an George C. Lane’s indicator Stochastic Oscillator (Stoch) with zero delay. Author: Collector
New article Neural networks made easy (Part 31): Evolutionary algorithms has been published: In the previous article, we started exploring non-gradient optimization methods. We got acquainted with the genetic algorithm. Today, we will continue this topic and will consider another class of
New article Population optimization algorithms: Bat algorithm (BA) has been published: In this article, I will consider the Bat Algorithm (BA), which shows good convergence on smooth functions. When implementing the BA algorithm, I came across the fact that in many sources the authors of the