Articles, Library comments - page 83

Check out the new article: Population optimization algorithms: Binary Genetic Algorithm (BGA). Part I . In this article, we will explore various methods used in binary genetic and other population algorithms. We will look at the main components of the algorithm, such as selection, crossover and
  Experts: Expert NEWS  (20   1 2)
Expert NEWS : Expert NEWS - MetaTrader 5 Expert Advisor. BuyStop and SellStop pending orders. Author: Vladimir Karputov
Check out the new article: Building A Candlestick Trend Constraint Model(Part 2): Merging Native Indicators . This article focuses on taking advantage of in-built meta trader 5 indicators to screen out off-trend signals. Advancing from the previous article we will explore how to do it using MQL5
JibrutStochasticV2 Send Stochastic Crossing To Telegram Multipair : Expert Advisor Format Stochastic Crossing and send/notification to Telegram Channel/Group. Save the telegram.mqh file in the include directory. Author: Asep Hendra Gunawan
expert pro : ayoub talha Author: talhayoub
iBeta : The indicator can show conariation, correlation or Beta ratio of two symbols (selected by Mode1 variable). Calculation may be performed by the price set by the Price parameter. Aside from the price, the calculation may be performed based on the ROC (the difference between the current and
Check trading day end is reached : This script will detect an end-of-trading day and notify Author: Biswarup Banerjee
Volatility adjusted WPR : Volatility adjusted WPR (Williams Percent Range) Author: Mladen Rakic
Check out the new article: MQL5 Wizard Techniques you should know (Part 19): Bayesian Inference . Bayesian inference is the adoption of Bayes Theorem to update probability hypothesis as new information is made available. This intuitively leans to adaptation in time series analysis, and so we have a
New article Making charts more interesting: Adding a background has been published: Many workstations contain some representative image which shows something about the user. These images make the working environment more beautiful and exciting. Let's see how to make the charts more interesting by
Check out the new article: Neural networks made easy (Part 57): Stochastic Marginal Actor-Critic (SMAC) . Here I will consider the fairly new Stochastic Marginal Actor-Critic (SMAC) algorithm, which allows building latent variable policies within the framework of entropy maximization. When building
PZ Progressive Trading Scripts: This set of scripts has been designed to scale-in your trades as price action runs in your favor. This will maximize profits due to proper pyramiding, decrease the impact of unprofitable trading decisions and in general, make your life easier. Author: Point Zero
Check out the new article: Statistical Arbitrage with predictions . We will walk around statistical arbitrage, we will search with python for correlation and cointegration symbols, we will make an indicator for Pearson's coefficient and we will make an EA for trading statistical arbitrage with
Check out the new article: A feature selection algorithm using energy based learning in pure MQL5 . In this article we present the implementation of a feature selection algorithm described in an academic paper titled,"FREL: A stable feature selection algorithm", called Feature weighting as
MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + MFI : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert Advisors in MQL5 Wizard for the details). It allows to check
Support ressitance - Barry (extended) : Support ressitance - Barry (extended version). Author: Mladen Rakic
Pivot_Points_Lines_v1.3 MT4 : Draws Pivot Points Formulas Author: NickBixy
New article Transferring an Indicator Code into an Expert Advisor Code. Indicator Structure has been published: This article dwells on the ways of transferring an indicator code into an Expert Advisor Code and on writing Expert Advisors with no calling to custom indicators, and with the whole...
pivots calculation based on pine script v4 : This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql5 indicator. Author: Yashar Seyyedin
EMA CROSS : Crossing of the two iMAs. Author: Vladimir Karputov
Check out the new article: MQL5 Wizard Techniques you should know (Part 11): Number Walls . Number Walls are a variant of Linear Shift Back Registers that prescreen sequences for predictability by checking for convergence. We look at how these ideas could be of use in MQL5. For a few time-series, it
Check out the new article: Introduction to MQL5 (Part 2): Navigating Predefined Variables, Common Functions, and Control Flow Statements . Embark on an illuminating journey with Part Two of our MQL5 series. These articles are not just tutorials, they're doorways to an enchanted realm where
RSI adaptive EMA : RSI adaptive EMA Author: Mladen Rakic
GannSwing : Gann Swing indicator Author: Scriptor
Ilan iMA : Ilan based on indicator iMA (Moving Average, MA) Author: Vladimir Karputov
Lesson 3_Price Action : This is a guide to trading using the price action method Author: Dao Thanh Tan
Lession 1_ Bullish and Bearllish Candle Tick : This is a lesson on how to create a Bullish - Bearllish reversal trading method based on the Japanese candlestick pattern. Now we will refer to detail introduct about method: Author: Dao Thanh Tan
SuperWoodiesCCI : The indicator that realizes the trading strategy using the CCI Fig.1 The SuperWoodiesCCI indicator Author: Nikolay Kositsin
Trading Sessions Open - Close : This is a trading sessions indicator. Author: Mladen Rakic
Professional ZigZag : I think that ZigZag is something like compression of the price chart. The ZigZag can be calculated using the price of the bar (for example, Close price) or High/Low prices of the bar (the most common used method) While working with the standard ZigZag, proposed by MetaQuotes, I