Articles, Library comments - page 122

Schaff trend cycle - tema : The Schaff Trend Cycle (STC) indicator is the product of combining Slow Stochastics and the Moving Average Convergence/Divergence (MACD). The MACD has a reputation as a trend indicator, but it's also notorious for lagging due to its slow responsive signal line. The
New article DIY technical indicator has been published: In this article, I will consider the algorithms allowing you to create your own technical indicator. You will learn how to obtain pretty complex and interesting results with very simple initial assumptions. Various mathematical sequences can be
Corrected RSX : Corrected RSX Author: Mladen Rakic
Basic ATR based take and stop expert adviser: A ready made expert adviser template to use for further development Author: Kenneth Parling
Heikin Ashi Engulfing : & moving average , two rsi filters. Author: ReadyPlayerOne
New article Machine Learning: How Support Vector Machines can be used in Trading is published: Support Vector Machines have long been used in fields such as bioinformatics and applied mathematics to assess complex data sets and extract useful patterns that can be used to classify data. This article
New article Price series discretization, random component and noise has been published: We usually analyze the market using candlesticks or bars that slice the price series into regular intervals. Doesn't such discretization method distort the real structure of market movements? Discretization of an
Slope_Direction_Line : The Slope Direction Line indicator is displayed as a colored moving average line indicating the average market movement direction. Author: Scriptor
  Experts: EA Stochastic  (17   1 2)
EA Stochastic : Trading based on indicator iStochastic (Stochastic Oscillator, Stochastic). Stop Loss, Take Profit, and Trailing of a position can be enabled/disabled. Author: Vladimir Karputov
Rsi alert plus : Rsi oversold bought , Moving average Author: traderonemax
Exp_Sar_Tm_Plus : A trading system based on indicator signals Parabolic Stop and Reverse system with the possibility to set a fixed position holding time. Author: Nikolay Kositsin
New article Developing a trading Expert Advisor from scratch (Part 27): Towards the future (II) has been published: Let's move on to a more complete order system directly on the chart. In this article, I will show a way to fix the order system, or rather, to make it more intuitive. The next video
Buy trend EA : This EA places buy trades based on trades of last 5 candles. Author: Satyam Shivam
Envelopes ATR MT5 : The indicator displays the deviation of the upper and lower borders of the symbol oscillation range. The deviation is based on the symbol's ATR. Author: Yurij Izyumov
G channel : G channel is a channel indicator with 3 lines- a middle line representing a central tendency and 2 Upper and Lower boundaries calculated based on the past values of same indicator. Its based on the paper "Recursive Bands - A New Indicator For Technical Analysis" by Alex Grover and is a
  Experts: Coin Flip  (16   1 2)
Coin Flip: Opens orders using the martingale and a virtual trailing stop. Author: Vladimir Gribachev
Modify SL and/or TP : I used to suffer from unnecessary losses and/or cutting my profit short since I wasn't fast enough to modify my SL and/or TP. That is why I've wrote these scripts that will allow me to react fast when I must modify my Sl and/or TP especially when I have many open and/or pending
New article Self-adapting algorithm (Part III): Abandoning optimization has been published: It is impossible to get a truly stable algorithm if we use optimization based on historical data to select parameters. A stable algorithm should be aware of what parameters are needed when working on any
  Indicators: MAMA  (9)
MAMA : Mesa Adaptive Moving Average (MAMA) indicator. The indicator is a moving average based on the EMA algorithm and adapted to a financial instrument current volatility. The indicator consists of two averages - fast MAMA (green line) and slow FAMA (red line). Crossover of the averages provide
New article DoEasy. Controls (Part 15): TabControl WinForms object — several rows of tab headers, tab handling methods has been published: In this article, I will continue working on the TabControl WinForm object — I will create a tab field object class, make it possible to arrange tab headers in
New article Developing a trading Expert Advisor from scratch (Part 26): Towards the future (I) has been published: Today we will take our order system to the next level. But before that, we need to solve a few problems. Now we have some questions that are related to how we want to work and what
New article Developing a trading Expert Advisor from scratch (Part 25): Providing system robustness (II) has been published: In this article, we will make the final step towards the EA's performance. So, be prepared for a long read. To make our Expert Advisor reliable, we will first remove
New article Developing a trading Expert Advisor from scratch (Part 24): Providing system robustness (I) has been published: In this article, we will make the system more reliable to ensure a robust and secure use. One of the ways to achieve the desired robustness is to try to re-use the code as much
New article Drawing Resistance and Support Levels Using MQL5 has been published: This article describes a method of finding four extremum points for drawing support and resistance levels based on them. In order to find extremums on a chart of a currency pair, RSI indicator is used. To give an
DEMA trend : DEMA trend Author: Mladen Rakic
Point and Figure : Point and Figure indicator shown in bars and displayed in the separate window. Author: Alexey Sergeev
New article Indicator for Point and Figure Charting is published: There are lots of chart types that provide information on the current market situation. Many of them, such as Point and Figure chart , are the legacy of the remote past. This chart type has been known since the end of the XIX century
  Scripts: KeyFinder 2.0  (11   1 2)
KeyFinder 2.0 : This script finds DeMark pivot points, displays them on the chart and indicates their dimensions. Author: Pavel Trofimov
New article Population optimization algorithms has been published: This is an introductory article on optimization algorithm (OA) classification. The article attempts to create a test stand (a set of functions), which is to be used for comparing OAs and, perhaps, identifying the most universal
New article DoEasy. Controls (Part 14): New algorithm for naming graphical elements. Continuing work on the TabControl WinForms object has been published: In this article, I will create a new algorithm for naming all graphical elements meant for building custom graphics, as well as continue