Articles, Library comments - page 114

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
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
Lyapunov_HP: The oscillator indicator based on Lyapunov stability theory, with the Hodrick-Prescott filter. The indicator has two input parameters: Filter - filter calculation period, Applied price - price used for calculation Due to the use of the HP filter, the indicator has the following feature...
Fx_Snipers_Ergodic_CCI_Trigger: The Fx Sniper's Ergodic CCI Trigger indicator Author: Scriptor
New article MQL5 for Newbies: Guide to Using Technical Indicators in Expert Advisors is published: In order to obtain values of a built-in or custom indicator in an Expert Advisor, first its handle should be created using the corresponding function. Examples in the article show how to use this or...
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 A Quick Start Or a Short Guide for Beginners is published: Hello dear reader! In this article, I will try to explain and show you how you can easily and quickly get the hang of the principles of creating Expert Advisors, working with indicators, etc. It is beginner-oriented and will not...
  Experts: Nextbar  (2)
Nextbar: This Expert Advisor doesn't use any indicators. It only applies analysis of Close prices at bar #1 and the specified bar. Author: Vladimir Karputov
Symbol Percentage Change & Time : Shows Symbol name, percentage change of price from last day, and Time Time has input options, You can select GMT, LocalTime or TradeServerTime Author: Dark Ryd3r
macd divergence : mt4 Author: yamazakinorio
breakout EA : range and strength adjustable Author: yamazakinorio
MultiSort - sorting algorithm : A sorter class to sort an array based on other arrays. Author: amrali
Breakout Ea : range and strength adjustable. Author: yamazakinorio
MQL5 Wizard - Trade Signals Based on Crossover of Main and Signal lines of MACD indicator: MQL5 Wizard provides the automatic creation of Expert Advisors (see MQL5 Wizard: Creating Expert Advisors without Programming). Here we will consider the trading signals, based on crossover of MACD indicator...