You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
PRACTICAL IMPLEMENTATION OF DIGITAL FILTERS IN MQL5 FOR BEGINNERS
"So, in my previous article I've made a code analysis of simple indicator and slightly covered the interaction of this indicator with MetaTrader 5 Client Terminal. Now, before we go any further, we should take a closer look at the results of expert compilation in "Errors" tab of "Toolbox" window in MetaEditor. From here you can begin further study of SMA indicator's code, that I had proposed earlier."
Forum on trading, automated trading systems and testing trading strategies
Trading Strategies Based On Digital Filters
Sergey Golubev, 2012.07.08 16:59
T3Digital_Martingale EA.
Metatrader statement (forward testing/trading results):
===============
- T3Digital_Martingale EA is on this post.
- improved version (T3Digital_Martingale_v2) is on this post.
- some explanation before trading - this post.
Thank for the T3 Digital EA update. It looks like it has performed reliably for a while. Can you please direct me to the v2 link ? Since the forums were re-arranged the page links are no longer accurate.
I am not sure about the version but some version is on this post uploaded together with the indicators in rar archive.
The second version (which you asked for) is on this post (the version is using same indcators from the first version).
And the last/fixed version is on this post.
-----------
And some other versions are on this thread: Digital Martingale EA
More versions are on this thread: Terminator Version 4
The articles
CodeBase indicators
CodeBase EAs
Fast Fourier Transform
CodeBase
The articles
Digital Filters' Trading Systems
The beginning
3.1 T3 Digitals indicators are on this post. These are using t3 smoothing, they are mtf, and have alerts, 1 has arrows, if you prefer no smoothing just turn t3 period to 1 or zero.
3.2. T3 Dtm indicator is on this post. This is t3 dtm actually stlm and ftlm together they have mtf with alerts on slope change.
After
1.1. T3Digital_Martingale EA (for MT4) is on this post and the trading results with the settings uploaded on this post. It is the first version of Digital Martingale: this EA is using some of the indicators posted a couple weeks ago, with the exception of normalized t3 rbci. The rbci was optimized so it being used in this Ea as a long term trend watcher, but it seems to work equally as well in hourly timeframe. This Ea version is using Satl,Fatl,Stlm, and the before mentioned rbci all indicators you have the ability to change timeframes as desired.
Forum on trading, automated trading systems and testing trading strategies
How to Start with Metatrader 5
Sergey Golubev, 2013.06.04 20:32
I am on the way of preparation of the creation of some thread about Digital Filters/ So, I am inside Codebase now :) trying to find some indicators about. I found the following (it is just one of many articles about digital filters which invented by russians based on british research):
I used digital filters for the long time for MT4 ... as I remember - I created few of them (KGBP ... and it is still on MT4 CodeBase).
So, I am in big preparation for now. Just for information.
Forum on trading, automated trading systems and testing trading strategies
How to Start with Metatrader 5
Sergey Golubev, 2017.07.11 17:23
Good article - related to the Digital Filters:
Forecasting market movements using the Bayesian classification and indicators based on Singular Spectrum Analysis
One promising way to achieve this is building a recommendatory system for time-efficient trading by combining the capabilities of forecasting with the singular spectrum analysis (SSA) and important machine learning method on the basis of Bayes' Theorem. The value of the selected approach lies in that the processing of data is based on the statistical analysis methods exclusively, and does not imply groundless assumptions. This gives a clear idea of both the capabilities and limitations of the method, its perspectives in creating an automated trading system.
During the development of this system, the focus was on the scale of the time frame units from 5 minutes to an hour. A fundamentally larger scale, hours and days, is more popular in the majority of descriptions of theoretically successful statistical methods (due to the reduced contribution of the chaotic component). However, such methods are of little use in the actual practice of individual speculative trading.
Goetzel cycles
(look at Goertzel algorithm page in wikipedia)