Articles, Library comments - page 438

Bullish Reversal: This EA executes trades when it recognizes candlestick patterns that are associated with Bullish Reversals. Test have been ran on the daily chart. The code still needs a lot of work, so trade at your own risk. Author: Adrian Robles
BB_MACD_funcs: Improved functions iBands и iMACD. Author: Paladin80
ResultRetcodeDescription : The function that decrypts the code of the trade operation result for the functions OrderSend() and OrderCheck(). Author: Nikolay Kositsin
GMACD : Two-Line MACD. This indicator is available by default in a great deal of trading platforms. But it cannot be found in Metatrader5. Author: Nikolay Kositsin
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...
Price on Bollinger Channel : The indicator draws (in a separate window) the Bollinger Bands relative to the moving average and projection of the price bars. The drawing looks like a pulse. Author: Sergey Porphiryev
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
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
EQUILIBRIUM-2011 : Multicurrency "grider" with risk control (version for the Automated Trading Championship 2011 and updated version). This Expert Advisor doesn't show the best result, but it can work a long time with profit. The better result can be achieved with many currency pairs. The lower
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: Владимир
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
  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 using
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 &
MultiSignals_PCH : This is the improved version of Price Channel indicator. Two additional price levels, trade signals and Stop Loss / Take Profit levels were added. The signals and Stop Loss / Take Profit can be disabled in input parameters. Author: Anatoli Kazharski