Articles, Library comments - page 387

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
IncMatrix: Class for working with matrices. Author: Дмитрий
sTimeToVariables: The script converts the time, represented as datetime variable into the year, month, day, hour, minutes and seconds. It doen't uses MQL5 functions! Author: Дмитрий
Widescreenshooter: Script to create wide screenshots. Author: Olegs Kucerenko
New article Trademinator 3: Rise of the Trading Machines is published: In the article "Dr. Tradelove..." we created an Expert Advisor, which independently optimizes parameters of a pre-selected trading system. Moreover, we decided to create an Expert Advisor that can not only optimize parameters of...
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...
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...