Articles, Library comments - page 272

VA : The Velocity/Acceleration indicator. The indicator has three input parameters: Velocity period - velocity calculation period, Acceleration period - acceleration calculation period, Applied price - price used for calculations. Author: Scriptor
Unsmoothed_RSI : The unsmoothed RSI indicator. It has four input parameters: Period - calculation period, Applied price - the calculation price, Overbought - overbought level, Oversold - oversold level. Interpretation of the indicator is similar to the standard RSI. Author: Scriptor
Trend_Percentage : Trend_Percentage - the ratio of bulls and bears. The indicator shows the percentage ratio of bullish and bearish bars in the given interval. It has two parameters: Period - calculation period, Applied price - price used for calculations. Author: Scriptor
POB : Point of Balance (POB). The indicator has one input parameter: Period - indicator calculation period. Author: Scriptor
DSP : Detrended Synthetic Price (DSP) Oscillator There indicator has three input parameters: Half-period MA - the period of the "half-period" moving average, Method - Moving Average calculation method, Applied price - Moving Average calculation price. If the period of the half-period MA is 10, the
Customizable_Awesome_Oscillator : The Awesome Oscillator (AO) indicator with configurable parameters. This indicator is a variation of Awesome Oscillator (AO) with the possibility to customize parameters: MA Fast period - fast Moving Average period, MA Slow period - slow Moving Average period
APR : Average Period Range - an indicator of the average daily range. It has four input parameters: Timeframe - the timeframe for which the range is shown, Period - the period (range) for which data are shown, Applied price - prices of the ranges High/Low, Open/Close. , Calculation mode -
Highest Lowest : The Highest Lowest indicator searches for bars having High above the High of bars on the left and on the right, as well as bars having Low below the Low of bars on the left and on the right. Uses the DRAW_ARROW style. The indicator is displayed using the DRAW_ARROW style. Author
JP Oscillator : A trend oscillator. The indicator has three input parameters: Period - calculation period, Method - calculation method, Smoothing - enable or disable smoothing (Yes/No). Author: Scriptor
UI : Ulcer Index (UI) - the volatility decrease index. The indicator has three input parameters: Period - calculation period, Inverse pair - inverse calculation, Applied price - price used for calculations. The higher the indicator value, the greater the probability of volatility decrease. Author
TOSC : A Trend Oscillator. It has two parameters: Period - period, Applied price - price used for calculations. Author: Scriptor
RTL : Trend indicator Recursive Trendline (RTL). It has two parameters: Period - calculation period, Applied price - price used for calculations. Calculation formula: RTL[i] = (1 - Alpha)*RTL[i-1] + Alpha*(Price[i] + b0[i] - b0[i-1]), TOSC[i] = (RTL[i] - EMA(Period, Price)) where Alpha = 2/(Period +
MA_Difference : An oscillator indicator showing a difference between MA and the price. Indicator values can be interpreted similar to the standard ADX: high values of MA1 and MA2 point to the presence of a trend, low values indicate consolidation. The Difference line can be used as a threshold for
Cumulative_Volume : A volume indicator with different types of data representation. The indicator has three input parameters: Period - calculation period, Combined - show data either in a combined or in a separated way (Yes/No), Relative - choose between relative/absolute values (Yes/No). Author
SHL_MA_Band : A trend indicator: Smoothed High/Low Linear regression band. It has two parameters: Period - LSMA calculation period, Method - LSMA smoothing method. Author: Scriptor
HL_MA_Band : A trend indicator: High/Low Linear regression band. It has one input parameter: Period - LSMA calculation period. Author: Scriptor
LR_MACD : MACD based on the Linear regression MA. It has five input parameters: Fast LSMA period - fast LSMA calculation period, Slow LSMA period - slow LSMA calculation period, Signal period - period of MACD signal line, Signal method - the smoothing method for the MACD signal line, Signal applied
New article Momentum Pinball trading strategy has been published: In this article, we continue to consider writing the code to trading systems described in a book by Linda B. Raschke and Laurence A. Connors “Street Smarts: High Probability Short-Term Trading Strategies”. This time we study Momentum
New article Graphical Interfaces X: Updates for the Rendered table and code optimization (build 10) has been published: We continue to complement the Rendered table (CCanvasTable) with new features. The table will now have: highlighting of the rows when hovered; ability to add an array of icons for
Adaptable_MACD : MACD with advanced settings. In addition to the standard parameters of the fast and slow EMA periods, signal SMA periods and calculation price, this indicator allows setting the calculation method for each line and use either absolute or relative values for MACD calculation. Author
Opposite trade : Opening a position opposite to the closed one. Trades are processed in the OnTradeTransaction function. Author: Vladimir Karputov
New article Expert Advisors Based on Popular Trading Systems and Alchemy of Trading Robot Optimization has been published: This article dwells on implementation algorithm of simplest trading systems. The article will be useful for beginning traders and EA writers. The majority of Forex trading...
NonLag MA MTF : Well known NonLag MA with additions and adjustments. The first version published long time ago did not have price as an input option. This version corrects that, and the code is adjusted to new builds of MetaTrader 5 and also made multi timeframe. Timeframes supported are all the
  Experts: Ambush  (25   1 2 3)
Ambush : The Expert Advisor uses Buy Stop and Sell Stop orders to trade news and large price movements. Author: Vladimir Karputov
CFastFile - class for working with uchar array as a virtual file : The CFastFile eliminates the need for an intermediate writing of data to the physical file on disk. It provides the significant acceleration when working with data. Author: Alex Sergeev
MAMA + FAMA Oscillator : Combination of MAMA (MESA Adaptive Moving Average) and FAMA (Following Adaptive Moving Average) made as an oscillator. It can be used in a similar way as similar oscillators - indicating signals when the zero line is crossed. Author: Mladen Rakic
Guppy MMA : It is made more up-to-date and multi time frame option added. Author: Mladen Rakic
I bought the software EaTree the 17/05/2017 and a year after it no longer works, is it a coincidence? I tried to contact info@eatree.com more than 10 times but no satisfactory answer. Is there anyone else in the same case?
Does anybody know where i can get an Indicator made where i can display a certain market in 3 Time frames simultaneously? And also the ability to view a 3 Month Time frame ?
End Point MA : Based on Patrick E. Lafferty TASC article: "The End Point Moving Average". This indicator uses the original formula described in the article with one deviation: it is made to be "faster" (i.e., to react to market changes in a faster mode than the original version). Author: Mladen