Articles, Library comments - page 47

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
Function library for maintaining positions with a simple trailing stop: With the help of this library it is possible to implement the ability to maintain positions with a simple trailing stop in any Expert Advisor. This library is universal and is designed to be able to connect to virtually any EA...
Intraday Channel Breakout: Indicator that is checking for intra-day channel values and breakouts of those channels. The time segment that is used for channel is specified by the parameters, and then it is used to check if the upper or lower limit is broken. It is strictly made to be used on...
New article Indicator for Renko charting has been published: Articles Indicator for Point and Figure charting and Indicator for Kagi charting described Point and Figure and "Kagi" indicators charting principles. Let's study one of the programming ways of creating Renko chart. The name "Renko" is...
  Indicators: Tipu MACD  (17   1 2)
Tipu MACD: Tipu MACD is one the popular indicators in the Market. The original code for Tipu MACD is modified by removing compatibility with Tipu Panel. This version of Tipu MACD is open for everyone who is interested in developing an Expert Advisor. Author: Kaleem Haider
  Experts: Candle  (3)
Candle: Trades based on the previous candlestick. Author: Vladimir Karputov
Account History Exporter : Export the history of transactions on the trading account. Author: Yuriy Bykov
period_converter_All_kai : Convert historical data from M1 to M1, M5, M15, M30, H1, H4, D1, W1 and MN, specifying the start date. Author: Sajiro- Yoshizaki
Current Relative Drawdown : The DD_Relative function calculates the drawdown (relative loss) of the current trading account in percentage. To do this, it uses the Current_LossOrProfit() function to get the current profit or loss for all open positions and divides it by the current account balance
Trade when the market is closed: The script is designed to place orders at the time when it is not possible, for example, when the market is closed. Author: Vladimir Khlystov
Hurst Exponent - optimized version : Hurst Exponent - optimized version Author: Mladen Rakic
Monitor rynku v2: The indicator displays in a separate subwindow of the chart the current symbol, Bid/Ask prices, the current swap, the expected deposit for long/short position as well as the floating spread for the symbol and the remaining time until the candle completion of the current timeframe....