Articles, Library comments - page 66

Check out the new article: Estimate future performance with confidence intervals . In this article we delve into the application of boostrapping techniques as a means to estimate the future performance of an automated strategy. When we test a candidate trading system, we naturally end up with a
MaybeAwo EA : a Versatile automated trading tool for the MetaTrader 4 platform. This EA is designed to assist traders in managing their positions effectively by offering features such as setting a breakeven point, trailing stop, stop loss, and take profit levels. It works with various input
New article A Universal Oscillator with a GUI has been published: The article describes the process of creation of a universal indicator based on all oscillators available in the terminal, with its own graphical interface. The GUI allows users to quickly and easily change settings of each oscillator...
Sma with NET : Sma (Simple Moving Average) with NET (Noise Elimination Technology) Author: Mladen Rakic
New article Practical application of neural networks in trading. Python (Part I) has been published: In this article, we will analyze the step-by-step implementation of a trading system based on the programming of deep neural networks in Python. This will be performed using the TensorFlow machine
  Experts: PROphet  (11   1 2)
PROphet : A practical EA for the intraday trading from 10:00 till 19:00. It works well on 5M EURUSD. The expected payoff is 40..60 pips per week on the forward testing. Author: Борис
ATR - Average True Range - code for beginners by William210 : ATR - Average True Range - beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
Symbol Filling Policy Determination : This function allows you to retrieve and return the filling policy of a symbol in MetaTrader 5. This is useful for making trading decisions based on the filling policy of a specific financial instrument. Author: Manuel Espinosa
[EA] - Charles-1.3.7: Improvements to the previous version. Author: afabiani
  Experts: [EA] - Charles 2.1.5  (24   1 2 3)
[EA] - Charles 2.1.5: Multi-currency EA, working on brekouts and stop-orders. Author: afabiani
  Experts: [EA] Charles-1.3.3  (14   1 2)
[EA] Charles-1.3.3: EA placing orders progressively and scalping on global profit. Author: afabiani
AO - Awesome Oscillator - without iAO() code for beginners by William210 : AO - Awesome Oscillator - without iAO() beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
Marubozu : A Marubozo is a long-bodied candlestick with no shadow, from the Japanese word meaning "close-cropped". Candlestick charts look at the opening and closing price on a single day and are used by technical traders. Author: Rajesh Kumar Nait
Super Scalper EMAs : Low risk, max profit, winning strategy EA. Based upon Super Scalper EMAs indicator Author: Alessio Fabiani
AMA - Adaptive Moving Average - code for beginners by William210 : AMA - Adaptive Moving Average - beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
New article Dealing with Time (Part 1): The Basics has been published: Functions and code snippets that simplify and clarify the handling of time, broker offset, and the changes to summer or winter time. Accurate timing may be a crucial element in trading. At the current hour, is the stock exchange
Ichimoku code for beginners by William210 : Ichimoku beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
Alligator code for beginners by William210 : Alligator beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
Simple Macd memory : Trade executed on Tick Macd memory. 3 type of execute trade Ninja, Scalper, and Swing. Highest Sell and Lowest Buy will not close. Author: Mohd Najib Jailani
RL algorithms: Libraries based on the article "Random decision forest in reinforcement learning" Author: Maxim Dmitrievsky
Gaussian Bands: StDev Bands with gaussian smoothing Author: zzuegg
  Indicators: ADXm  (2)
ADXm: ADXm - version for MetaTrader 5 Author: Mladen Rakic
EMAVFS: Exponential moving average with a variable smoothing factor. Author: Nikolay Kositsin
CSV Exporter : Automatically export csv file Author: Sameer
New article Better programmer (Part 05): How to become a faster developer has been published: Every developer wants to be able to write code faster, and being able to code faster and effective is not some kind of special ability that only a few people are born with. It's a skill that can be learned
Signals and Probability class : With these classes you can create and test your signals runtime. Author: Peter Mueller
Rsi without Irsi() code for beginners by William210 : Rsi without Irsi() beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
Auto Fibonacci Indicator (Auto Fibos): There's a lot of Fibonacci indicators out there but I decided to make my own indicator for you. Fig 1. Fibos Indicator Author: Ahmed Soliman
IsNewBar: СIsNewBar class allows to determine the moment of a bar change. Usually IsNewBar() function is used for such things instead of a class. But such a function contains a static variable, and therefore we cannot use several calls of this function. To be able to reuse such function repeatedly...
Implementation of my Hull Moving Average : Here is my colored Hull Moving Average. Author: Wolfgang Melz