Articles, Library comments - page 159

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
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
Volume Calculator Based on Risk To Reward : This EA can Calculate each trade volume base on received TP and SL Prices and Risk percent of account in each trade. Author: Mobin Zkr
moving average : candle cross 3 moving averages Author: forexcaveman1
  Experts: Cross  (5)
Cross: Candle Cross above or below Conditions Author: Abubakar Saidu
FE Fibo Expansion : I have create this indicator a year ago and I like to share to those who use Metatrader Terminal. For each candles, I put their properties into A Object of array than analyze them. Author: Syahirul Nizzam Bin Haron
Fx_Snipers_Ergodic_CCI_Trigger : The Fx Sniper's Ergodic CCI Trigger indicator Author: Scriptor
Pan PrizMA Sin leverage 72 : Builds a sliding line with a polynomial of 4 degrees. Extrapolates as a section of a given function with a sinusoid and its axial one. One value is taken from the constructed lines on each bar and a line of extrapolated values is plotted, which does not redraw. Author
New article Graphical Interfaces V: The Vertical and Horizontal Scrollbar (Chapter 1) has been published: We are still discussing the development of the library for creating graphical interfaces in the MetaTrader environment. In the first article of the fifth part of the series, we will write