Articles, Library comments - page 93

Close All Trade at Once : This EA will Close All your current running Trades when Applied. Author: Junkiealien
Export Calculated Prices & Indicator Buffers: Export tool for OHLC prices, calculated prices & indicator buffers Author: cbc387429
Bear_Bulls_Power: The indicator shows the strength of bulls and bears in a simple manner in a single window. Author: Nikolay Kositsin
ColorZerolagRVI: This RVI oscillator analogue is calculated based on four Relative Vigor Index indicators. Author: Nikolay Kositsin
New article Statistical Verification of the Labouchere Money Management System has been published: In this article, we test the statistical properties of the Labouchere money management system. It is considered to be a less aggressive kind of Martingale, since bets are not doubled, but are raised...
New article Visual Optimization of Indicator and Signal Profitability has been published: This article is a continuation and development of my previous article "Visual Testing of Profitability of Indicators and Alerts". Having added some interactivity to the parameter changing process and having...
New article Learn how to design a trading system by Accelerator Oscillator has been published: A new article from our series about how to create simple trading systems by the most popular technical indicators. We will learn about a new one which is the Accelerator Oscillator indicator and we will
New article DoEasy. Controls (Part 16): TabControl WinForms object — several rows of tab headers, stretching headers to fit the container has been published: In this article, I will continue the development of TabControl and implement the arrangement of tab headers on all four sides of the control
Advanced Fractals: Unlike the standard Fractals, this indicator allows searching and displaying on a chart fractals with the user defined dimensions. Author: Scriptor
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...
Slope_Direction_Line: The Slope Direction Line indicator is displayed as a colored moving average line indicating the average market movement direction. Author: Scriptor
Rsi alert plus : Rsi oversold bought , Moving average Author: traderonemax
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
New article Create Your Own Trading Robot in 6 Steps! is published: If you don't know how trade classes are constructed, and are scared of the words "Object Oriented Programming", then this article is for you. In fact, you do not need to know the details to write your own module of trading signals....
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  (4)
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