Articles, Library comments - page 161

Clarity Index : Clarity index is a purely volume based indicator which is constructed on basis of volume, range and positive/negative candle count. It reflects the strength of trend with respect to volume. Author: Navdeep Singh
iBearsBulls_Advanced_Histo: The indicator is shown in a histogram the Bull and Bears uptrend and downtrend uses a different way.You can set period of indicator and levels for trend. Author: Nikolaos Pantzos
  Experts: EA Close  (20   1 2)
EA Close : The Expert Advisor based on two oscillators: iCCI (Commodity Channel Index, CCI), iStochastic (Stochastic Oscillator) and one trend iMA (Moving Average, MA) indicator. Author: Vladimir Karputov
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
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
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 —
Opening and Сlosing on time v2 : The Expert Advisor opens and closes at a certain time comparing two iMA indicators having different periods. A trade having a specified volume is opened at a specified symbol. Setting Stop Loss and Take Profit. Select position type: Buy or Sell. Author: Vladimir
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
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
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
Opening and Сlosing on time : Open and close at a certain time. A trade having a specified volume is opened at a specified symbol. Select position type: Buy or Sell. Author: Vladimir Karputov
Exp_TimesDirection : The Expert Advisor opens and closes positions at the predefined moments in time. Author: Nikolay Kositsin
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
WyattsPivots : The indicator plots support/resistance levels and areas Author: Nikolay Kositsin
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
JK Synchro : No indicators: Only Open and Close price analysis. Input parameters: Stop Loss, Take Profit, and Trailing. Author: Vladimir Karputov
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
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