Articles, Library comments - page 134

Sample detect economic calendar : This code use detect economic calendar and put pending order before released news time Author: Mr Anucha Maneeyotin
SAR Color Filling Right zone : iSAR indicator (Parabolic SAR, SAR) with filled areas between the indicator and the price. On the right side, a rectangle is drawn equal in size to the fill area Author: Vladimir Karputov
ParabolicUsMoving : A trend indicator based on the intersections of Parabolic Sar and a moving average. Author: Nikolay Kositsin
Consolidation Detector : Draws an equidistant channel to detect rectangular consolidation pattern on chart Author: Dark Ryd3r
RSI_Rendiment : Indicator RSI Rendiment Author: Scriptor
RSI_MAonRSI_Filling : 'RSI' line, 'RSI' line smoothed with 'MA'. Fill areas between these two lines. Author: Vladimir Karputov
SHA512 + HMAC : Many traders are interested in native work with the BTC-e exchange directly from MetaTrader. In the exchange API, it is necessary to send data with the confirmation of parameters validity through HMAC-SHA512. The algorithm of SHA512 and HMAC calculation is implemented in this class
Session Buy Sell Orders : A histogram of maximum and minimum values of parameters SYMBOL_SESSION_BUY_ORDERS — "the total number of current buy orders" and SYMBOL_SESSION_SELL_ORDERS — "the total number of current sell orders". The drawing style is DRAW_HISTOGRAM. Author: Vladimir Karputov
20 pips a day opposite "yesterday's trend": Improved version of 10 pips a day opposite "yesterdays trend" EA Author: slacktrader
  Indicators: RSISignal  (14   1 2)
RSISignal: Features Displays 3 RSI lines of different periods and the MA of the first RSI line (smoothed RSI), Displays the MA of the smoothed RSI. The crosses of smoothed RSI and its MA can be used as the signals, Displays histogram for RSI or its Moving Average, Colored level lines, Two color MA...
  Experts: Trade Multiplier  (17   1 2)
Trade Multiplier: This expert will copy a trade with the preset volume on the same account, can be used with a signal. No cross-account functionality. Author: Voodookoop
New article Neural networks made easy (Part 3): Convolutional networks has been published: As a continuation of the neural network topic, I propose considering convolutional neural networks. This type of neural network are usually applied to analyzing visual imagery. In this article, we will
RSI with RSI : In his article Combining Rsi With Rsi , author Peter Konner describes the use of two different RSI calculations using different lengths to allow trading of retracements as well as longer-term positions. The five-week and 17-week RSI values are used for entry and exits while the
Daily Change Text Alert : The indicator shows 'Daily Change' on the daily timeframe. When the specified limit is reached, plays sounds Author: Vladimir Karputov
Custom Angle Trendline : Sometime we have to work with Custom Angles based trendline for price action analysis e.g. 45 degree angle is considered more important for up or down trend. This indicator will help you by drawing a trendline which will match your custom angle on last input number of bars
Check Trade Time : This code base is a simple function to check if current time lies within two specified times. Many times it is required by the Ea to enter trades between two specific time of the day only. This code takes two inputs, one is the start time and second is the end time. The code will
New article Graphics in DoEasy library (Part 96): Graphics in form objects and handling mouse events has been published: In this article, I will start creating the functionality for handling mouse events in form objects, as well as add new properties and their tracking to a symbol object. Besides, I
Bollinger Bands %b : This is Bollinger Bands %b indicator for MetaTrader 5. It is all about the relationship between price and the Upper and Lower Bands. Author: pumper
Trendline Price Alert: This indicator will trigger an audio/visual alert when the symbol mid-price crosses one of two trendlines placed on the chart. Author: Ron
Martingale Bone Crusher: The EA uses martingale strategy: it enters trades according to the price that is above or below Moving Average. If we lose a trade then the EA will take a new trade in the opposite direction with a multiplied lot size. This Martingale EA can work on all pairs and all...
Nonlag_MA_MACD : MACD variation that uses Nonlag MA. Author: Mladen Rakic
ZeroLagMACD : ZeroLagMACD is an MACD version, which has a much smaller lag compared to the classic MACD. Author: Scriptor
  Experts: Yesterday Today  (18   1 2)
Yesterday Today : Trading is based on the analysis of yesterday's OHLC with the current day value. Author: Vladimir Karputov
New article Graphics in DoEasy library (Part 95): Composite graphical object controls has been published: In this article, I will consider the toolkit for managing composite graphical objects - controls for managing an extended standard graphical object. Today, I will slightly digress from
Currency Strength Expert : Trade EURUSD and GBPUSD with simple Currency Strength System. Author: DADALI ARWALY
Nadaraya-Watson estimator : Nadaraya-Watson estimator - metatrader 4 version Author: Mladen Rakic
  Experts: Trailing_Profit  (17   1 2)
Trailing_Profit : Closing all open positions with the specified profit percent. Author: Vladimir Karputov
New article SQL and MQL5: Working with SQLite Database has been published: This article is intended for developers who would be interested in using SQL in their projects. It explains the functionality and advantages of SQLite. The article does not require special knowledge of SQLite functions, yet
Precision trend (histo) : Precision trend (histo). Author: Mladen Rakic
Recursive Moving Average : Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA,TEMA and Rainbow indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a