Articles, Library comments - page 325

New article Secrets of MetaTrader 4 Client Terminal: Alerting System has been published: How to be aware of what happens in the terminal and on your account without permanent looking at the monitor.System events; custom events; wave and executable files; electronic messages; setting up SMTP server...
OHLC Range: Draws two labels: Open-Close and High-Low range of the last closed candle left of the current candle. Author: file45
News VLine: The script adds vertical lines on the chart at the news events. This script doesn't replace the calendar events, it just outine them using the vertical lines. The news description (event name and time) is added to the line tooltips. To see how does it work it is necessary to add news...
Balance Sheet: This indicator will show balance sheet for a year. Author: MasKabul
NineTFMovement: NineTFMovement indicator gives an overview of the price movement on 9 timeframes (M1 to Monthly), accompanied by consideration trend (Up or Down or Wait). Author: 3rjfx
New article Lite_EXPERT2.mqh: Expert Advisor Implementation Examples has been published: In this article, the author continues to familiarize the readers with the Lite_EXPERT2.mqh functions using real Expert Advisor implementation examples. The article deals with the idea of using floating pending...
Signal to noise filter: The purpose of this indicator is to identify market fases that have too small amplitudes. These fases are useless even for systems designed for trading ranges markets. When the green line is BELOW the gray line - DONT trade. Author: Luis Guilherme Damiani
Difference of two moving averages: An Expert Advisor based on the difference of two moving averages. Author: Kevan Wells
MACD and Volumes: This indicator has been done to find out MACD divergenсe\convergenсe and mismath between price and volume. Author: Иван Морозов
  Indicators: BUY/SELL indicator  (25   1 2 3)
BUY/SELL indicator: Just trade looking at the arrows shown by indicator Author: pankaj bhaban
Oscillator of Indicator and MA: The indicator shows Moving Average and oscillator in a separate window. Author: pipPod
New article MQL5 Cookbook: Developing a Framework for a Trading System Based on the Triple Screen Strategy is published: In this article, we will develop a framework for a trading system based on the Triple Screen strategy in MQL5. The Expert Advisor will not be developed from scratch. Instead, we...
  Indicators: GARCH  (14   1 2)
GARCH: This a little contribution for the wonderful community. I inspired my indicator by Edgar Peters work. It is a fractal volatily indicator based on Bollerslev Model. ARMA and ARCH models could help to understand forecast. The indicator grows when the volatility of the market is high. The...
New article Trader's Statistical Cookbook: Hypotheses has been published: This article considers hypothesis - one of the basic ideas of mathematical statistics. Various hypotheses are examined and verified through examples using methods of mathematical statistics. The actual data is generalized...
  Experts: GodBot  (86   1 2 3 4 5 ... 8 9)
GodBot: GodBot EA is using Bollinger Bands together with DEMA, Moving Average and Candlesticks. (EURUSD M5) Author: Erich Pribitzer
Coensio Swing Trader EA CSTV06: This EA makes it possible to trade semi-automatically using manually pre-defined support/resistance or breakout levels. Author: Krzysztof Szymczyk
RoNz Higher Timeframe High and Low: This indicator shows High and Low points for certain timeframe. Author: Roni Nafrianto
Trading signals module based on Heiken_Ashi_Smoothed indicator: Trading signals module for MQL5 Wizard. The moment, when a candlestick formed by Heiken_Ashi_Smoothed changes its color, indicates the time for market entry. The signal is formed when a bar is closing. Place Heiken_Ashi_Smoothed.ex5...
Donchian Channel Indicator: Donchian Channel Indicator Author: schnappi
  Scripts: Trader Script 1  (15   1 2)
Trader Script 1: Its easy to use, just input your lotsize, stoploss and take profit values (in points) and trade. Author: jay
New article Lite_EXPERT2.mqh: Functional Kit for Developers of Expert Advisors has been published: This article continues the series of articles "Expert Advisors Based on Popular Trading Systems and Alchemy of Trading Robot Optimization". It familiarizes the readers with a more universal function...
CHashArrayStringString: Example of implementation of lines hash array with a string key. Author: Mikhail Vdovin
Mutex - WinAPI: Synchronize ОС/EA/MT processes etc. Any self-made DLLs are not needed now. Author: o_O
Margin Calculation: Library for calculation of a margin required for opening a position in MetaТrader 5. Author: Alexander Laur
Trading Signals Module Based on Delta ZigZag Indicator: Trading signals module based on Delta ZigZag indicator for MQL5 Wizard. Fig. 1 Example of the trading signals based on Delta ZigZag indicator Author: Andrey Shpilev
Trailing Stop Module Based on Delta ZigZag: The module for tracking open positions based on "Delta ZigZag" indicator for MQL5 Wizard. The tracking module moves Stop Loss of the opened position to new horizontal levels calculated by the indicator. Fig. 1 Example of Delta ZigZag indicator...
New article Programming EA's Modes Using Object-Oriented Approach has been published: In this article we are going to discuss programming modes, in which an MQL5 EA can work. The objective of this article is to describe the idea that "each mode is implemented in its own way". The author believes...
Mass_Index_HTF: The Mass_Index indicator with the timeframe selection option available in input parameters. Author: Nikolay Kositsin
Beginner Alert: Indicator BeginnerAlert. The code contains a highly detailed description. Author: John Smith
Making ScreenShot: The script allows you to get a certain section of the chart image specified by the user. The script will create a gif image section of the chart in the root directory of the program (MQL4/Files/ScreenShots). If successful, the file creation works beep. Create a screen name, you...