Articles, Library comments - page 76

Extending the Rectangle : An indicator to monitor the appearance (or change) of a rectangle whose name starts with ... Author: Vladimir Karputov
New article Embed MetaTrader 4/5 WebTerminal on your website for free and make a profit has been published: Traders are well familiar with the WebTerminal, which allows trading on financial markets straight from the browser. Add the WebTerminal widget to your website — you can do it absolutely free....
SMA(no loop) : Fast way calculate Simple moving average. Author: Navdeep Singh
New article Data Science and Machine Learning (Part 02): Logistic Regression has been published: Data Classification is a crucial thing for an algo trader and a programmer. In this article, we are going to focus on one of classification logistic algorithms that can probability help us identify the
New article Timeseries in DoEasy library (part 37): Timeseries collection - database of timeseries by symbols and periods has been published: The article deals with the development of the timeseries collection of specified timeframes for all symbols used in the program. We are going to develop the
  Experts: Two MA one RSI  (16   1 2)
Two MA one RSI: Two indicators iMA (Moving Average, MA) and one iRSI (Relative Strength Index, RSI). Many settings and optimization of trade signals formula. Author: Vladimir Karputov
Volume with Custom Moving Average: Indicator Volume with Custom Moving Average Author: John Smith
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
RSI_MAonRSI_Dual : Two indicators iRSI (Relative Strength Index, RSI) smoothed using iMA (Moving Average, MA) 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....
20 pips a day opposite "yesterday's trend": Improved version of 10 pips a day opposite "yesterdays trend" EA Author: slacktrader
Kijun-Sen with alerts: The Kijun-sen line with color customization and sending alert on trend changes Author: Automated-Trading
CloseAll FIFO : This free code manages to close all positions just by drag and drop into a chart. Author: David Diez
  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
4MA Candles: The indicator plots the candles based on 4 averages: averages of Open, Close, High, Low. Author: Automated-Trading
Advanced MTF RSI: With the MTF RSI Indicator you can easily identify the oversold/overbought levels on several different timeframes by using only one chart. Author: Ponder Solutions Limited
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
MACD AO Colors : 'MACD' indicator with the same color scheme as the 'Awesome Oscillator' indicator Author: Vladimir Karputov
Zero Lag TEMA Crosses: This indicator is actually a combination of two values: it shows the crosses of fast and slow Zero Lag TEMA, and that cross determines the current market trend. Since Zero Lag TEMA is from a family of fast averages, this indicator is very responsive to sudden market...
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