Articles, Library comments - page 409

Weather Vane: This indicator calculates last average price for a symbol and determines the trend direction, so it can be a signal to commit a trade operation. Author: kuzya
New article An Insight Into Accumulation/Distribution And Where It Can Get You has been published: The Accumulation/Distribution (A/D) Indicator has one interesting feature - a breakout of the trend line plotted in this indicator chart suggests, with a certain degree of probability, a forthcoming...
JJN-BigTrend: Simple multicurrency trend indicator. You can modify it according to your taste. Author: Gordon Gekko
  Indicators: QEMA  (2)
QEMA: QEMA is the Quadruple Exponential Moving Average. Author: Bruno
Multik: The Multicurrency Expert Advisor is based on the idea, presented in the article Creating an Expert Advisor, which Trades on a Number of Instruments. It trades on the EURUSD and GBPUSD daily bars. It buys when MA is upwards, and sells when MA downwards. It uses a special function for money...
New article Creating an Expert Advisor, which Trades on a Number of Instruments is published: The concept of diversification of assets on financial markets is quiet old, and has always attracted beginner traders. In this article, the author proposes a maximally simple approach to a construction of a
MACD MA Price: MACD indicator with possibility to establish mode of moving average and applied price. Author: Paladin80
The Example of IndicatorParameters() usage: The MQL5 language has the possibility to get the information about the number of input parameters, their type and values by indicator handle. This Expert Advisor illustrates the usage of the IndicatorParameters() function. Author: MetaQuotes
Constant Range Detector: Detects and displays fixed value of Constant Range Candles - Range Bars and Renko Boxes. Place any position on chart. Author: file45
  Experts: Drag SLTP  (11   1 2)
Drag SLTP: A brand-new EA to modify orders stop levels Author: Андрей
  Experts: EM_VOL  (14   1 2)
EM_VOL: I make the new EA similar Sophia1.1 but logic is different and money management. I saw it strategy up a book of Enrico Malverti (Trading Systems). Author: Giulio Bucci
cIntSpeech: It speaks the specified text using the speech engine. The cIntSpeech class has an only Say() method, it has two parameters. The first is the text to speak, the second is used to allow printing the text in "Experts" tab. Author: Дмитрий
TrendByAngle: Find the highest and lowest price in the specified period,then draw four 25~85-degree angle line for forecast price . Author: YangShu
MACD + Flat Market Detector: This is the standard MACD indicator drawing two flat lines instead of a signal line. It allows you to detect and trade flat markets. Author: Point Zero
Linear Regression Channel: Regression channel for long period, per variable is number of candle, deviation variable is a standard deviation. Author: teo
Visualization of Optimization Results in Real Time: MetaTrader 5 Strategy Tester allows to get statistical parameters of a trading system after each testing pass. Statistical parameters can be obtained using TesterStatistics() function, which is called inside OnTester() and OnDeinit() functions....
VR---MARS-EN: Opening trades directly from charts; Author: Владимир
EMA_BB_VA: Exponential Moving Average - Bollinger Bands Volatility Adjusted by Jose Silva. Input parameters:STDPeriod - Period of StdDev indicator; EMAPeriods - Period of EMA indicator;Sensitivity - Sensitivity from-100 to 100%;Price - Applied price. Author: Дмитрий
EMA_ATR_VA: Advaptive Exponential Moving Average - ATR Volatility Adjusted by Jose Silva. Input parameters: STDPeriod - Period of StdDev indicator;EMAPeriods - Period of EMA indicator;Sensitivity - Sensitivity from -100 to 100%;Price - Price. Author: Дмитрий
Snowies EA with 3 indicators: Take a look at my EA using the 3 indicators. Author: snowie
HybridEA 1.0: Final version of my hybrid Expert Advisor. Author: Pavol
sSortTest: Comparative study of sorting algorithms.The script contains several sorting methods for sorting of double[] array: Bubble sort;Selection sort;Insertion sort;Shell sort;Hoar sort;sorting using ArrayMinimum() and ArrayMaximum() functions.Sorting algorithms performance: Hoare - 8...
  Experts: RGT2 EA  (7)
RGT2 EA: Expert advisor based on Bollinger bands and Rsi. Modified trailing stop system. Author: remington2002
Bears Bulls Impuls: The new idea of the classical Bears Bulls Indicator. Author: Leonid Basis
LoongClock : A very simple sample of clock. You can select GMT, SERVER, or LOCAL time. Author: 龙一
Size Highs And Lows: When volatility of the financial instrument became lower than some level, the long-,middle- and short-term strategies may lose profit and became unprofitable. It depends how long will this "calm" - during these periods you may use scalper strategies based on hourly volatility....
The Turtle Trading Channel: A trend following indicator that implements Dennis Gartman and Bill Eckhart trading system. Commonly known as "The Turtle Trader". Author: Point Zero
IncGUI_ColorInput: Graphic control for color selection. To use the class you need to include IncGUI_ColorInput.mqh: #include <IncGUI_ColorInput.mqh> Then, declare the class (CColorInput class instance): CColorInput ci; To get the selected color, use the Color() method, the color can be set...
IncColors: This class contains functions for working with colors. It has color conversion and other useful functions. List of functions: void RGBtoHSV(double aR,double aG,double aB,double & oH,double & oS,double & oV)void RGBtoXYZ(double aR,double aG,double aB,double & oX,double & oY,double &...
XMA-XN: The fan of hundred XMA moving averages. There is a possibility to change the number of lines on a chart and select a smoothing method out of ten possible versions. Author: Nikolay Kositsin