Articles, Library comments - page 90

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
  Libraries: IsNewBar  (11   1 2)
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
New article Universal Expert Advisor: Custom Strategies and Auxiliary Trade Classes (Part 3) has been published: In this article, we will continue analyzing the algorithms of the CStrategy trading engine. The third part of the series contains the detailed analysis of examples of how to develop
Shadow_True_Strength_Index : Shadow True Strength Index Author: Scriptor
Check out the new article: Evaluating ONNX models using regression metrics . Regression is a task of predicting a real value from an unlabeled example. The so-called regression metrics are used to assess the accuracy of regression model predictions. Regression is a task of predicting a real value
Check out the new article: Developing an MQTT client for MetaTrader 5: a TDD approach — Part 2 . This article is part of a series describing our development steps of a native MQL5 client for the MQTT protocol. In this part we describe our code organization, the first header files and classes, and
Check out the new article: Data label for timeseries mining (Part 2):Make datasets with trend markers using Python . This series of articles introduces several time series labeling methods, which can create data that meets most artificial intelligence models, and targeted data labeling according to
Wick Ratio Candlesticks : Wick Ratio Candlesticks are recognized by its upper and lower wick ration instead of open and close properties. Author: Rajesh Kumar Nait
New article Neural network: Self-optimizing Expert Advisor has been published: Is it possible to develop an Expert Advisor able to optimize position open and close conditions at regular intervals according to the code commands? What happens if we implement a neural network (multilayer perceptron) in
New article Learn how to design a trading system by Fibonacci has been published: In this article, we will continue our series of creating a trading system based on the most popular technical indicator. Here is a new technical tool which is the Fibonacci and we will learn how to design a trading
ZZ Fibo Trader : The ZZ Fibo Trader is a simple illustration of the use of the Simple ZZ Fibo, which plots Fibonacci lines on long impulse waves of the ZigZag. In addition, the algorithm illustrates operation of the parabolic system for moving the stop loss. Author: Oleg Shenker
Asymmetric Trend Pressure : The Asymmetric Trend Pressure indicator shows the trend direction and strength line. It can additionally show the bullish and bearish components of the trend. Author: Scriptor
Closing All Open Orders : This Script Closed All Open Orders At Once (Except Pending Orders) Author: Muhammad Ali Akbar
Check out the new article: Developing a Replay System — Market simulation (Part 06): First improvements (I) . In this article, we will begin to stabilize the entire system, without which we might not be able to proceed to the next steps. If you look closely, you can see an error in the system. We
Smoothing Average : Expert Advisor based on the iMA (Moving Average, MA) indicator. Reversing signals. The lot is either fixed or is in risk percentage. Author: Vladimir Karputov
Precipice : Random entry. Random number generator entry. Author: Vladimir Karputov
Holt's double exponential smoothing : Holt's double exponential smoothing with linear forecasting. Author: Mladen Rakic
GOLD OPERA : ONLY FOR GOLD Author: Sushil Vaishnav
Heiken Ashi w/ Doji Spotter: This is the standard Heiken Ashi, but with the option to spot Dojis and color them differently. Author: maj1es2tic
Check out the new article: Neural networks made easy (Part 37): Sparse Attention . In the previous article, we discussed relational models which use attention mechanisms in their architecture. One of the specific features of these models is the intensive utilization of computing resources. In this
Stochastic code for beginners by William210 : Stochastic beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
Plot the previous candlestick highs and lows of the selected period : It will automatically plot a colored horizontal line on the previous highs and lows of the selected period, and it will make the lines consistent on this price when switching timeframes. Author: phade
Translating mouse click on chart into price value (Helper function) : This is a helper function which enables you to find the price of the symbol (the prices on the Y-axis) wherever you click the mouse on the chart. Using OnChartEvent, we don't have an MQL5 function in the API to do this, we can
Strategy - Set And Forget (with Martingale system) : This strategy is the well known set & forget accompanied by the martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc. Author: Mario Gharib