Articles, Library comments - page 23

day of week : The indicator shows the names of the days of the week as text labels on the chart. Author: 4kk4
HFT Spreader for FORTS: Expert Advisor which trades inside the spread in the order book. Author: Serhiy Dotsenko
Lyapunov_HP: The oscillator indicator based on Lyapunov stability theory, with the Hodrick-Prescott filter. The indicator has two input parameters: Filter - filter calculation period, Applied price - price used for calculation Due to the use of the HP filter, the indicator has the following feature...
New article The power of ZigZag (part I). Developing the base class of the indicator has been published: Many researchers do not pay enough attention to determining the price behavior. At the same time, complex methods are used, which very often are simply “black boxes”, such as machine learning or...
Perfect Trailing StopLoss : Copy these into any EA you are busy coding and you"ll have a trailing sl the only things you'll need to change would probably be InpMagic for your magic number or you could just copy my code as is , Remember to add COrderinfo ord; and CPositionInfo pos; Author: Lamont
SharpEdge Alligator MT4 EA : This EA offers Alligator trend detection, customizable settings, and automated trade execution, with features like adjustable Moving Average parameters and close-on-next-signal functionality. Author: Kommoju Sahityananda Devi
Abiroid Switch Templates Script : This is a template switcher script mq4 file. This script will work with your MT4 (Metatrader 4) platform. It is to switch between templates. Author: Abir Pathak
  Experts: Adaptive grid  (12   1 2)
Adaptive grid : Adaptive grid expert for mt4 Author: Kenneth Parling
Using Moving Averages with an EA (Sample Source Code) : This time, we're providing a sample that enters based on the Golden Cross and Dead Cross of the moving averages. If you want to see a sample where a long entry is made when the closing price of the candlestick crosses above the moving average
Auto Scale ZigZag : ZigZag with automatic step size detection for changing wave direction. Author: Evgeniy Chumakov
  Libraries: Easy Canvas  (11   1 2)
Easy Canvas: The library and iCanvas class simplify writing programs using Canvas. Author: Nikolai Semko
Surfing - 2 EMA strategy : This is a pretty simple startegy that follows trend. Recommended time frams is D1. when close price brakes up the EMA build based on high prices given that RSI is above 55 and RSI is above its Moving average - we buy. when close price brakes down the EMA build based on low
Check out the new article: Build Self Optimizing Expert Advisors With MQL5 And Python . In this article, we will discuss how we can build Expert Advisors capable of autonomously selecting and changing trading strategies based on prevailing market conditions. We will learn about Markov Chains and how
Custom Moving Average Levels: A Moving Average indicator, for which the values of two levels can be specified from the code. Author: Vladimir Karputov
New article Exploring options for creating multicolored candlesticks has been published: In this article I will address the possibilities of creating customized indicators with candlesticks, pointing out their advantages and disadvantages. The great advantage of this last method is that we will have
Trading Volume Line : The indicator compares OHLC prices Author: Vladimir Karputov
PPF - Past Present Future : The same PNB from Yousufkhodja Sultonov. Author: Evgeniy Chumakov
Buffers for each hour (binary) and an hour buffer from 0-23 - for data collection purposes : Buffers for the data window (for data collection purposes) for the hour of the day. Author: samuk1000
  Experts: Simple Order Panel  (15   1 2)
Simple Order Panel : Source code of simple order panel Author: Manuel Alejandro Cercos Perez
Script to Map Market Watch Symbols Based on Similarity : This script is a reference solution for mapping symbol names configured by users in MetaTrader 5 EAs or scripts to the actual names provided by the broker. It uses the Levenshtein distance algorithm to automatically identify the most similar
Constant Range Channel : A simple indicator plotting a channel with a constant range Author: Fernando Carreiro
Constant Range Channel : A simple indicator plotting a channel with a constant range Author: Fernando Carreiro
MarketPredictor for MetaTrader 5 : MarketPredictor for MetaTrader 5 The MarketPredictor is an innovative Expert Advisor (EA) for MetaTrader 5 that leverages mathematical models such as sine functions, Fast Fourier Transform (FFT), sigmoid functions, and Monte Carlo simulations to analyze and predict
RSI Dual Cloud : Two RSI (Relative Strength Index, RSI) lines - 'Fast' and 'Slow'. Filling areas from the window borders to these lines Author: Vladimir Karputov
Check out the new article: Price Action Analysis Toolkit Development (Part 3): Analytics Master — EA . Moving from a simple trading script to a fully functioning Expert Advisor (EA) can significantly enhance your trading experience. Imagine having a system that automatically monitors your charts
Check out the new article: Custom Indicators (Part 1): A Step-by-Step Introductory Guide to Developing Simple Custom Indicators in MQL5 . Learn how to create custom indicators using MQL5. This introductory article will guide you through the fundamentals of building simple custom indicators and
SUPERMACBOT : The SUPERMACBOT is a fully automated trading robot that combines the power of the Moving Average Crossover strategy with the MACD Indicator to deliver precise and reliable trade signals. This Expert Advisor is designed to work seamlessly on all symbols and timeframes, offering
Linear Regression Value (apply to) : Linear Regression Value indicator with an option that allows it to be applied to another indicator Author: Mladen Rakic
New article A New Approach to Interpreting Classic and Hidden Divergence. Part IIhas been published: The article provides a critical examination of regular divergence and efficiency of various indicators. In addition, it contains filtering options for an increased analysis accuracy and features
New article Library for easy and quick development of MetaTrader programs (part I). Concept, data management and first results has been published: While analyzing a huge number of trading strategies, orders for development of applications for MetaTrader 5 and MetaTrader 4 terminals and various...