Articles, Library comments - page 18

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: Implementation of the Augmented Dickey Fuller test in MQL5 . In this article we demonstrate the implementation of the Augmented Dickey-Fuller test, and apply it to conduct cointegration tests using the Engle-Granger method. Simply put an ADF test is a hypothesis test, that
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
New article Triangular arbitrage has been published: The article deals with the popular trading method - triangular arbitrage. Here we analyze the topic in as much detail as possible, consider the positive and negative aspects of the strategy and develop the ready-made Expert Advisor code. The...
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
New article Improve Your Trading Charts With Interactive GUI's in MQL5 (Part I): Movable GUI has been published: Unleash the power of dynamic data representation in your trading strategies or utilities with our comprehensive guide on creating movable GUI in MQL5. Dive into the core concept of chart
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
Close biggest winning / losing trade in MT4 : This script will scan all the open trades and then will close the biggest winning/losing trade Author: Biswarup Banerjee
Click on the market chart to create a price alert : This is a first for MetaTrader 5. Now you can click on the chart to create price alerts. Author: Conor Mcnamara
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
Convert iExposure.mq4 From MetaQuotes : iExposure will show the opening of trading positions in tabular form in the sub-window below the main window. This allows the trader to see at a glance the positions in the market including the profit value and the amount of risk for each position. The
Check out the new article: MQL5 Wizard Techniques you should know (Part 18): Neural Architecture Search with Eigen Vectors . Neural Architecture Search, an automated approach at determining the ideal neural network settings can be a plus when facing many options and large test data sets. We examine
Count consecutive no. of bull or bear bars : Sample code to count consecutive no. of bull or bear bars. Author: Sardion Maranatha
New article Swaps (Part I): Locking and Synthetic Positions has been published: In this article I will try to expand the classic concept of swap trading methods. I will explain why I have come to the conclusion that this concept deserves special attention and is absolutely recommended for study. I
send a trade position to telegram channel : hi, this code need your telegram token and telegram chat id . you can make robot by BotFather and then search in google how you can find telegram token and chat id then attach them to this code . now every trade would be signals on your telegram channel
Indicator of Equity and Balance: The indicator draws the charts of equity and balance by the data of accounts history, it uses the current opened positions for updating the charts in the real time mode as well. Author: Игорь Корепин
New article Learn how to design a trading system by Envelopes has been published: In this article, I will share with you one of the methods of how to trade bands. This time we will consider Envelopes and will see how easy it is to create some strategies based on the Envelopes. As this indicator is a