Articles, Library comments - page 83

GSV - Greatest Swing Value MTF : Larry Williams 'Greatest Swing Value' as an indicator Author: maximo
BB MACD: BB MACD is a MACD indicator variation with an addition of Bollinger bands Author: Mladen Rakic
Standard Deviation (StdDev): The Standard Deviation Indicator (StdDev) measures the market volatility. This indicator describes the price standard deviation value relative to the Moving Average. Author: MetaQuotes Software Corp.
Check Trading time : This code base is a simple function to check if current time lies within two specified times. Author: Satyam Shivam
  Experts: RoNz Auto SL and TP  (11   1 2)
RoNz Auto SL and TP: The Expert Advisor automatically sets preconfigured Stop Loss and Take Profit value on all orders which sl = 0 and tp = 0. Author: Roni Nafrianto
Dynamic pivots - any time frame : Dynamic pivots - any time frame Author: Mladen Rakic
New article MQL5 Cookbook: Position Properties on the Custom Info Panel is published: This time we will create a simple Expert Advisor that will get position properties on the current symbol and display them on the custom info panel during manual trading. The info panel will be created using...
New article Sorting methods and their visualization using MQL5 has been published: The Graphic.mqh library has been designed to work with graphics in MQL5. The article provides an example of its practical application and explains the idea of sorting. The general concept of sorting is described here...
New article Advanced resampling and selection of CatBoost models by brute-force method has been published: This article describes one of the possible approaches to data transformation aimed at improving the generalizability of the model, and also discusses sampling and selection of CatBoost models
  Indicators: GB  (1)
GB: Indicator GB (Gaussian Bands) works in the same manner as standard indicator Bollinger Bands. However, unlike the former, it performs filtering centerline and deviation lines by Gaussian method. It also has two deviation lines on each side of the centerline. Author: Scriptor
Non Repainting Supertrend Indicator: This is a new implementation of the SuperTrend indicator for MetaTrader 4. The SuperTrend indicator is an application of the concept of MAE (maximum adverse excursion), which was introduced by John Sweeney in the mid-nineties. Author: Rajandran R
ATR 3 LWMA: This indicator shows 3 periods ATR LWMA. I made this indicator for identifying declining volatility. Author: fxborg
Average of ATR: Average of ATR (AATR) is simple but effective indicator to confirm any price action trading strategy. Author: SYARIFUL ANWAR
EES Hedger: This utility tracks positions opened manually or by another EA for the current symbol and opens an opposite position. Opening the positions is tracked in OnTradeTransaction. Author: Vladimir Karputov
ATR Value Indicator: Displaying ATR (Average True Range) value in pips or points with option for setting multiplier. Author: Hossein Nouri
ZigZag NK Sound Alerts on Bar Change : ZigZag NK Sound Alerts notifies you with Sound alert, Push Notification or Popup Notification on terminal when Zigzag changes its bar. Author: Dark Ryd3r
Tick Chart: The presented indicator plots a fully-functional tick chart similar to the standard price charts, with the ability of the analysis using all the MetaTrader features. Author: Dmitriy Gizlyk
  Indicators: iFibonacci  (15   1 2)
iFibonacci: This indicator will Draw Fibonacci Tools such as Retracement, Arc, Fan, Expansion, Time Zones. Based on ZigZag indicator. Author: awran5
Close All Open Orders: This script automatically closes all open orders within few seconds. Author: ramasubbu ram
New article Graphics in DoEasy library (Part 87): Graphical object collection - managing object property modification on all open charts has been published: In this article, I will continue my work on tracking standard graphical object events and create the functionality allowing users to control
Time of an Object : This code help you get the time of an object created on a chart. Author: Satyam Shivam
DPI Alert EA : This EA will tell you the Depth Per Inch of your screen. Author: Satyam Shivam
New article Automated Optimization of a Trading Robot in Real Trading has been published: The articles describes and provides a library of functions that allows a trader to optimize his or her Expert Advisors inputs by launching optimization directly from the EA. Author: Igor Malcev
Static arrows and graphic objects on MT4 Chart : This code is used to create static object on MT4 charts which will not move along with the chart when you scroll the chart. Author: Satyam Shivam
Indicator Name : it gives you the name of the indicator which is attached to a chart. Author: Satyam Shivam
Simple Open Order script with simple money & trade management feature : Script that opens 2 orders - one set to close percent of position when profit equals stoploss, another set to close at TP Author: Maxim Teo
Hotkeys_CycleMarketWatchSymbols_v1.0 : cycles though market watch symbols, using hotkeys Comma and Period for prev/next symbol in market watch list Author: NickBixy
Momentum deviation : Momentum deviation Author: Mladen Rakic
  Experts: Auto SLnTP EA  (15   1 2)
Auto SLnTP EA: Helps trader by setting automatic Stop Loss (SL) and Take Profit (TP) on trades while scalping. Saves time and gives trader time to worry about other chart monitoring. You can choose: Fixed SL and TP SL and TP by use of daily ATR. Author: Osiris
Simple Expert Advisor based on the Simple Moving Average and ADX: This simple Expert Advisor uses Simple Moving Average and ADX indicators, as considered in the article "Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners". It differs from the EA of the article, it doesn't...