Articles, Library comments - page 267

Market Sessions: The indicator displays Market Sessions. (Tokyo, London and New York. Sydney and Berlin not added). Author: Osiris
Guppy MMA of Double Smoothed Ema: This version is using double smoothed ema, not some regular moving average. Author: Mladen Rakic
ChartEvent Test Example: Test ChartEvent is an example demonstrating the various types of ChartEvent: keyboard keys events, mouse click & move events, custom events. The source code works both in MetaTrader 4 and MetaTrader 5. Author: Tao Wu
TimeInRange time checking function: Fast time range checking function. Doesn't use slow string parsing. if(TimeInRange(TimeCurrent(),23,00,02,15)) { /* trade */ } // checks if current time is in range 23:00-02:15 Author: Alexander Sinitsyn
Laguerre stripped: A variation of the Laguerre filter indicator. Author: Mladen Rakic
VATicks: Class for working with ticks in the MetaTrader 4. It is suitable for creating experts that make decisions on trading based on the analysis of tick data. Author: Vitalii Ananev
CandleCountdown: Shows the time left before a candlestick closes Author: Zaven Vardanyan
MACD ca: MACD ca - sort of a "step MACD" or "corrected MACD". Author: Mladen Rakic
Channel Trailing: The EA for trailing along a price channel. Tightening trailing and removal of pending orders according to a symbol, where the EA is launched, are added. Author: Andrey Litvichenko
BlauTVI: Tick Volume Indicator from the book "Momentum, Direction, and Divergence" by William Blau, implemented in the form of a color histogram. Author: Nikolay Kositsin
CCI Averages Pre-Filtered: The CCI pre-filtered indicator with an addition of 18 possible types of averages that can be used for pre-filtering. Author: Mladen Rakic
Dsl - DMI oscillator: DSL - DMI oscillator. ‌ Author: Mladen Rakic
JJN-TradeInfo: Indicator that shows profits and losses (in pips and money). Author: Gordon Gekko
MA Lock: This indicator will help define MA (Moving Average) for one specified timeframe only. Author: tembox
MAMA_NK: This indicator version was created using the code for Omega, written by John Ehlers Author: Nikolay Kositsin
ParabolicM: Simplified Parabolic Author: John Smith
Float: The indicator which displays the beginning and the end of the trend Fig.1 The Float indicator Author: Nikolay Kositsin
Figurelli RSI: In my opinion, Welles Wilder RSI (Relative Strength Index) is a great momentum oscillator that works fine for small periods values (from 2 to 20). So I did some changes to it performe as good for greater periods, like 120, introducing a gain variable. Author: Rogerio Figurelli
RSO, Relative Strength Oscillator: RSO is an Oscillator version of RSI. Author: Reza Anvari
RSI Trend Indicator: A simple trend indicator based on the RSI changes. Author: Reza Anvari
MA Zigzag Trend: Another ZigZag trend indicator based on extremum points of SMA indicator. Author: Reza Anvari
New article Developing custom indicators using CCanvas class has been published: The article deals with developing custom graphical indicators using graphical primitives of the CCanvas class. Unlike a simple arc indication, the sectional one looks as if it has labels separating equal intervals. When...
MadroGoldenFilter: Indicator MadroGoldenFilter gives four signals to filtering 4 strategies. Author: madro
cm_ind_level_cndl: The indicator displays the price pivot point. Author: Nikolay Kositsin
Volatility Quality Stridsman: Volatility quality Stridsman. Author: Mladen Rakic
RSICandleKeltner: The RSI indicator in a candlestick form with the Keltner channel calculated relative to RSI averaging. ‌ Author: Nikolay Kositsin
My first EA based on Stochastic: using Stochastic m5, m15 and m30 Author: Rafael Maia de Amorim
Alpha Trend Spotter PA Free: This indicator acts by PRICE ACTION to find the strongest trend each day. Author: andy ismail
Stochastic experiment: Stochastic - one classical and 3 new types of stochastic. Author: Mladen Rakic
New article Auto detection of extreme points based on a specified price variation has been published: Automation of trading strategies involving graphical patterns requires the ability to search for extreme points on the charts for further processing and interpretation. Existing tools do not always...