Articles, Library comments - page 106

New article Learn how to design a trading system by Chaikin Oscillator has been published: Welcome to our new article from our series about learning how to design a trading system by the most popular technical indicator. Through this new article, we will learn how to design a trading system by the
  Experts: Renko Live Charts v4.13  (107   1 2 3 4 5 ... 10 11)
Renko Live Charts v4.13: Trade using Renko Boxes in MetaTrader 4. This EA attaches to a chart (1M chart is best) and then builds a new offline chart with Renko boxes. This version was built off of v4.12 ... I don't remember where I got it, it took forever to find it in the first place. This is...
New article Developing a trading Expert Advisor from scratch (Part 17): Accessing data on the web (III) has been published: In this article we continue considering how to obtain data from the web and to use it in an Expert Advisor. This time we will proceed to developing an alternative system. The
New article Data Science and Machine Learning (Part 06): Gradient Descent has been published: The gradient descent plays a significant role in training neural networks and many machine learning algorithms. It is a quick and intelligent algorithm despite its impressive work it is still misunderstood
Trading events in МТ4: The library contains the function that monitors the appearance of the trading events in the MT4 client terrminal. Author: Andrey Khatimlianskii
New article Neural networks made easy (Part 16): Practical use of clustering has been published: In the previous article, we have created a class for data clustering. In this article, I want to share variants of the possible application of obtained results in solving practical trading tasks. To
Candle_row: The indicator sets indexes for candlesticks in the price movement direction. Author: Vitaly Muzichenko
New article Using the TesterWithdrawal() Function for Modeling the Withdrawals of Profit is published: This article describes the usage of the TesterWithDrawal() function for estimating risks in trade systems which imply the withdrawing of a certain part of assets during their operation. In
Correlation trend indicator : Correlation trend indicator Author: Mladen Rakic
New article What about Hedging Daily? has been published: A trading strategy using hedging system created for trading the intra-day style of GBPJPY / EURJPY and for daily trading. Author: chayutra sriboonruang
New article Developing a trading Expert Advisor from scratch (Part 16): Accessing data on the web (II) has been published: Knowing how to input data from the Web into an Expert Advisor is not so obvious. It is not so easy to do without understanding all the possibilities offered by MetaTrader 5. To
Exponential Range Average & Deviation Offset : An exponential moving average of the true range and the offset of its average deviation Author: Fernando Carreiro
Simple MACD: Trading on a new bar only. The rules are simple: if MAIN_LINE MACD (1) > MAIN_LINE MACD (2) -> Buy, if MAIN_LINE MACD (1) < MAIN_LINE MACD (2) -> Sell". When a signal opposite to open positions is received, close all positions. Author: Vladimir Karputov 
i-Sessions: The trade sessions indicator. Author: John Smith
EMA variation: Exponential moving average variation Author: Mladen Rakic
New article Neural networks made easy (Part 15): Data clustering using MQL5 has been published: We continue to consider the clustering method. In this article, we will create a new CKmeans class to implement one of the most common k-means clustering methods. During tests, the model managed to
Adaptive Moving Average - AMA: Short description. Author: Mladen Rakic
Multi-Williams Percent Range trend indicator: Multi-Williams Percent Range trend indicator. This is the modified version of Position in channel indicator. The indicator calculates the values, similar to "Williams Percent Range" for 5 different periods. The values are plotted as a histogram. The...
ManualTradeOnStrategyTester: A simple way on how EA can link a manual order command from outside to use it in MetaTrader 5 Strategy Tester. Author: SearchSurf
New article Learn how to design a trading system by Standard Deviation has been published: Here is a new article in our series about how to design a trading system by the most popular technical indicators in MetaTrader 5 trading platform. In this new article, we will learn how to design a trading
New article DoEasy. Controls (Part 7): Text label control has been published: In the current article, I will create the class of the WinForms text label control object. Such an object will have the ability to position its container anywhere, while its own functionality will repeat the functionality
New article Applying the Monte Carlo method for optimizing trading strategies has been published: Before launching a robot on a trading account, we usually test and optimize it on quotes history. However, a reasonable question arises: how can past results help us in the future? The article describes...
Advanced_Fractal_Overlay: Indicator Advanced Fractal Overlay Author: Scriptor
PricerEA: PricerEA is a utility to help any trade to place pending orders (stop or limit) at a specific price. Author: Nikolaos Pantzos
MTC Neural network plus MACD: MTC Neural network plus MACD - Expert Advisor for MetaTrader 5. Author: Vladimir Karputov
TenkanSenKijunSenCross : Checking the Cross of First Two lines of the Ichimoku Indicator Author: Ali Hassanzadeh
  Indicators: TD Sequential  (24   1 2 3)
TD Sequential: TD Sequential indicator based off of the criteria descripted in Jason Perls book "Demark Indicators." Author: Meleah Bridgeford
New article Thomas DeMark's contribution to technical analysis has been published: The article details TD points and TD lines discovered by Thomas DeMark. Their practical implementation is revealed. In addition to that, a process of writing three indicators and two Expert Advisors using the...
New article Thomas DeMark's Sequential (TD SEQUENTIAL) using artificial intelligence has been published: In this article, I will tell you how to successfully trade by merging a very well-known strategy and a neural network. It will be about the Thomas DeMark's Sequential strategy with the use of an...
Disable or Enable Terminal Trading(AutoTrading button) using your Local Time : This code will allow you to disable or enable Terminal Trading(AutoTrading button) using your Local Time. See YouTube video for details Author: Ugochukwu Mobi