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
Elliott Wave
The forumCodeBase
Articles
============
Adaptive lookback indicators
Of adaptive lookback
The Adaptive Lookback (period finder) is truly a market-driven indicator used to determine the variable lookback period for many different indicators, instead of a traditional, fixed figure.
It is based on the frequency of market swings - the time between swing highs or swing lows. A swing high is defined as two consecutive higher highs followed by two consecutive lower highs; a swing low is defined by two consecutive lower lows followed by two consecutive higher lows. As swing points typically accompany reversals, they occur more frequently in choppier and volatile markets than in trends.
Adaptive lookback period is determined as :
Interpretation
This makes the variable lookback period grow in calm or trending markets, and shorten in range-bound and volatile markets. For a trend-following system you would like the opposite to prevent being whipsawed, therefore this indicator and it's usage as a period modifier is more suitable for short-term traders and counter-trend systems (so, in all systems where maximal speed of reaction and signaling is required).
Experiment with applying the adaptive lookback period to different indicators and you'll see how more responsive they become in volatile markets. Some of the experiments are going to be posted on this thread with immediate comparison to "non-adaptive" counterparts
Forum threads
- lb - swing points indicator for MT4 -the post: the basic indicator (simply showing swing points). You will notice that it draws the "peak" with 2 bars displacement. That is done in order to avoid any any kind of repainting (no lag is added to swing points finding thought);
- alb - periods indicator for MT4 -the post: he "next step" : periods already calculated;
- alb - RSI indicator for MT4 -the post: RSI made adaptive with a help of alb period finder;
- alb - swing points indicator for MT5 -the post;
- alb - periods indicator for MT5 -the post;
- alb - RSI indicator for MT5 - the post;
- alb - stochastic and alb_speed - stochastic indicators for MT5 -the post;
- alb - stochastic for MT4 -the post;
- Adaptive lookback moving average indicator for MT4 -the post;
- Adaptive lookback moving average indicator for MT5 -the post;
- speed version of alb indicators for MT5 -the post;
- alb - TriangularMA price zone for MT4 -the post;
- and much more indicators such as alb TriangularMA price zone mtf & alerts_v2c, alb - cci ds jurik, alb - wpr ds jurik, alb Phase Change Index on jurik indicator, Adaptive lookback TMA, zig zag swing, adaptive Gann High-Low activator jma Heiken Ashi arrows using Hilbert Transform, adaptive Gann High-Low activator jma Heiken Ashi arrows-1 indicator, Gann high low activator - Jurik smoothed- mtf indicator for Metatrader 5, Gann high low activator - Jurik smoothed channel - mtf indicator for Metatrader 5, adaptive Smoothed RSI, alb NonLagMA, NonLag ma indicator for Metatrader 5, NonLag ma - mtf & alerts indicator for MT5, Adaptive Macd color mtf-alerts-arrows indicator, and so on -the thread.
The articles
CodeBase
============
AscTrend
The beginning
After
============
Forum on trading, automated trading systems and testing trading strategies
How to Start with Metatrader 5
Sergey Golubev, 2018.06.20 10:47
This is the famous Firebird EA which was converted to MT5 -
--------------
Firebird v0.60 - expert for MetaTrader 5
The EA trades on the iMA (Moving Average, MA) indicator. At the same time, there is a parameter (defined in percents) Distance between "MA" and the price - the indicator indent from price. Before sending a trade order, it checks how much time has elapsed since opening the last position: If fewer than two periods (timeframes) have elapsed, then the position will not be opened.
--------------
Original EA's thread with many versions for MT4 is here: Firebird EA
Renko
The forum- Heiken_Ashi_Ma_T3 indicator for Mr.Nims, Renko Ashi Scalping System thread
- Are Renko charts more profitable? - thethreadwith the information and indicators to download
- Renko Bar |Day Trading | What are Renko Bars | How do Renko Bars Work - thepostwith video
- Renko (extraction from Achelis - Technical Analysis from A to Z) - thepostwith mini-article
- How to Use Renko Bricks and Moving Averages to Find Trades - thepost
- The 3 Step EMA and Renko Strategy for Trading Trends - thepostwith mini-article
- Trading Trends with Renko Charts - thepostwith mini-article
CodeBaseArticles
============
Multi-Currency Expert Advisors in MT5 - backtesting and optimization
The threads/posts
The articles
Interesting results can also be obtained by running a multi-currency EA in the strategy tester. As an example, the free Multicurrency Expert from the CodeBase was used. In addition, the "#include <DistributionOfProfits.mqh>" file was specified and the "CDistributionOfProfits ExtDistribution" variable was declared in the header of the EA, and the "OnTester()" function was added at the end of the code. After a single run, the following statistics had been received: "TestAnalysis.htm".
optimization it over all symbols selected in Market Watch
Documentation
Interesting (and well-known) indicator was published today for Metatrader 5 -
----------------
Trend direction and force - indicator for MetaTrader 5
This indicator was made originally for metastock a long, long time ago.
There are multiple metatrader 4 versions but they were not converted to metatrader 5 yet. So here is the "basic" version of the trend direction and force index indicator for metatrader 5. It is showing the direction of the trend and also the intensity of the trend. Usually the signals are when the trend direction changes for the first time.
There are good threads (with free tools):
----------------
Forum on trading, automated trading systems and testing trading strategies
Possibilities of Canvas.
Nikolai Semko, 2019.01.15 06:13
Flame from DOOM...
The algorithm was taken as a basis from this site with minor modifications.
Forum on trading, automated trading systems and testing trading strategies
Possibilities of Canvas.
Nikolai Semko, 2018.03.02 23:58
Demonstration of the possibilities of Сanvas in dynamics.
The picture never repeats.
This script also works on MQL4, but much slower.
Very interesting thread was started -
----------------
Trading the Andrews Pitchfork with Max
This thread is educational and the aim is to educate thread members in the correct way to manually take pips from the market. It will be suited to all grade and types of trader.
· It will suit the busy professional who only has 15 minutes before breakfast to place his/her trade before leaving for the office;
· It will suit the busy mother/father who has to be up and down feeding the baby and cleaning the house;
· It will suit the trader who has the commitment but has never been shown the direction;
· It will suit those who are tired of getting their account blown by service providers;
· it will suit those who are tired of blowing their own account.
Interesting thread was started -
----------------
optimal reward/risk ratio
I'd like to share some thoughts about an "optimal" reward/risk ratio from a statistical point of view, in a general scenario (without looking at specific strategies, currency pairs...) and am curious what you think about it.