Articles, Library comments - page 43

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
  Scripts: Pending orders UP  (13   1 2)
Pending orders UP: The scripts places multiple pending orders higher than the current price. Author: Vladimir Karputov
Multi Currency Template: This is Multi Currency Expert Advisor Template that can trade according to symbol list (default 6 symbols).For Example, Ichimoku Chinkou Span is used for entry logic.// Main input parametersinput double Lots = 0.01; // Basic lot sizeinput int StopLoss= 50; //Stoploss (in
  Experts: Expert adviser Easy Robot  (78   1 2 3 4 5 ... 7 8)
Expert adviser Easy Robot: Fully operational ea for real/demo accounts or educational purpose Author: Kenneth Parling
New article Machine learning in Grid and Martingale trading systems. Would you bet on it? has been published: This article describes the machine learning technique applied to grid and martingale trading. Surprisingly, this approach has little to no coverage in the global network. After reading the
Regression Сhannel: The channel indicator plots a linear regression channel. Author: Vladimir Lyopa
  Indicators: WRB  (4)
WRB: The indicator detects and marks the WRB (Wide Range Bars) or candlesticks with Wide Range Bodies. Author: Vladimir Lyopa
New article Creating an EA that works automatically (Part 02): Getting started with the code has been published: Today we'll see how to create an Expert Advisor that simply and safely works in automatic mode. In the previous article, we discussed the first steps that anyone needs to understand
  Indicators: ZigZag Signal  (29   1 2 3)
ZigZag Signal: Indicator ZigZag System with Signal and AlertAdded Alert and modify by Roberto Jacobs 3rjfx @ 2018/12/29 Author: Roberto Jacobs