Articles, Library comments - page 139

New article Expert Advisor based on the "New Trading Dimensions" by Bill Williams is published: In this article I will discuss the development of Expert Advisor, based on the book "New Trading Dimensions: How to Profit from Chaos in Stocks, Bonds, and Commodities" by Bill Williams. The strategy
Placing Stop Orders Grid: The script determines the price at the point of the chart, on which it was dropped down, and depending on that it places a grid of orders. Author: Vladimir Khlystov
simple engulf : candle pattern Author: ReadyPlayerOne
New article Prices in DoEasy library (part 63): Depth of Market and its abstract request class has been published: In the article, I will start developing the functionality for working with the Depth of Market. I will also create the class of the Depth of Market abstract order object and its
OnTester Commission Calculator : Calculates Brokerage, Commission or Slippage based on the Input on the strategy Tester Author: Dark Ryd3r
New article Practical application of neural networks in trading (Part 2). Computer vision has been published: The use of computer vision allows training neural networks on the visual representation of the price chart and indicators. This method enables wider operations with the whole complex of
Renko Time and Time Between Candles Indicator: A very simple indicator to display the difference in time between candles in seconds. Author: pabloroacho
Open Random Charts : this script opens randomly selected charts and applies user-defined template. Author: Mokara
Pips Volatility Alarm : Catching the extreme change on candle. Author: DADALI ARWALY
Validate Me framework : Checks a trading robot must pass Author: Merit Christel Marie Mattsson
  Indicators: GMMA  (12   1 2)
GMMA: Daryl Guppy is a professional trader and author of "Trend Trading", "Trading Tactics" and "Better Stock Trading: Money and Risk Management". He leads seminars on trading in Australia, Asia, China and USA. Guppy Multiple Moving Average (GMMA) is an indicator based on the relationships between...
ATR Channels: ATR Channels Indicator. Author: Collector
Singleton Example: This is a working singleton code example. The sole purpose of this post is to provide a working code sample of a singleton object. A singleton object is created when there 'can be only one' of the object. This is accomplished by making an object's constructor private, and...
New article Controlled optimization: Simulated annealing has been published: The Strategy Tester in the MetaTrader 5 trading platform provides only two optimization options: complete search of parameters and genetic algorithm. This article proposes a new method for optimizing trading strategies —...
Sell using amount instead of lots : I find the lot calculation tedious so I just use this script and tell it the dollar amount to use. It then does the rest. This works for any currency. Author: Wait4Signal
e_Breakeven_v4: An assistant Expert Advisor. It moves positions to a breakeven and then enables trailing. Author: Vladimir Karputov
Barebone Gradient Candles : Volume Colored Candlestick exemplifying a gradient. It was somewhat hard to find a good working example of DRAW_COLOR_CANDLES that was understandable, most of the comments were useless, and the documentation lacks to even specify the plot limitations (PLOT_COLOR_INDEXES
Monthly Weekly Levels: The script displays the monthly and weekly levels on the chart. Author: Taras Slobodyanik
Change Timeframe All: This script will change the timeframe of all the opened charts. It has one setting for selecting the desired timeframe. This saves me a lot of time when doing multi timeframe analysis across 12 currency pairs simultaneously. Author: Matthew Colter
New article Step on New Rails: Custom Indicators in MQL5 is published: In this article we will consider the indicators, their structure, drawing, types and their programming details, as compared to MQL4. I hope that this article will be useful both for beginners and experienced developers, maybe
Golden ratio x Fibonacci : This code was made for a school project. It uses both the golden ratio and Fibonacci in order to make trades. Author: Boezelief
Multi currency pair Indicator V2: This version 2 of Multi currency pair Indicator. It includes an optional trend line and the color of the label has been changed to red to make it visible on default chart template. Author: heao
MultiMartin: This is a multi-currency expert adviser based on reversal strategy with martingale. Original idea is taken from ExpMartin for MT4. Author: Stanislav Korotky
New article How Long Is the Trend? has been published: The article highlights several methods for trend identification aiming to determine the trend duration relative to the flat market. In theory, the trend to flat rate is considered to be 30% to 70%. This is what we'll be checking. 1.1. We will...
Speed Oscillator : This oscillator can be used as a handle to judge a Moving Average's trend speed, based on this specific product's past trend history. Author: Panteleimon Mar Andreadis
Relative ATR: Shows what % the current ATR is relative to it's historical value. Author: uwy
Track/close buys and sells buttons: Open two buttons on a chart, one for closing all shorts, one for closing all longs. The buttons labels display the current total profit for each type of order. Author: elfo13
Fibonacci Expansion with Custom Value : This script draws Fibonacci Fan OBJ_EXPANSION with options to add your own custom values Author: Dark Ryd3r
Fibonacci Fan with Custom Value : This script draws Fibonacci Fan OBJ_FIBOFAN with options to add your own custom values Author: Dark Ryd3r
SpaceX_Delete_StopLoss_TakeProfit_button : For MT5, When Press the Button, it will delete all STOP LOSS and TAKE PROFIT applied to Current Open Market positions. For All Symbols. The panel is based on the CDialog class, works for all symbols Author: SpaceX