Articles, Library comments - page 87

credit : Short description. this makes perfecto Author: Matubatuba Phiwe
New article Implementing the Janus factor in MQL5 has been published: Gary Anderson developed a method of market analysis based on a theory he dubbed the Janus Factor. The theory describes a set of indicators that can be used to reveal trends and assess market risk. In this article we will implement
New article Creating a comprehensive Owl trading strategy has been published: My strategy is based on the classic trading fundamentals and the refinement of indicators that are widely used in all types of markets. This is a ready-made tool allowing you to follow the proposed new profitable trading
New article Category Theory in MQL5 (Part 5): Equalizers has been published: Category Theory is a diverse and expanding branch of Mathematics which is only recently getting some coverage in the MQL5 community. These series of articles look to explore and examine some of its concepts & axioms with
Corrected T3: Corrected T3 Author: Mladen Rakic
QQE of CCI: QQE (Quantitative Qualitative Estimation) is normally made using RSI (Relative Strength Index) as a "basic" indicator. This version is using CCI (Commodity Channel Index) instead. It seems that the job done by the QQE calculation is making a useful indicator and that it is useful...
  Indicators: Liner regression  (12   1 2)
Liner regression: Linear regression Author: Mladen Rakic
T3Taotra_HTF: T3Taotra indicator with the timeframe selection option available in input parameters. Author: Nikolay Kositsin
New article Reversal patterns: Testing the Double top/bottom pattern has been published: Traders often look for trend reversal points since the price has the greatest potential for movement at the very beginning of a newly formed trend. Consequently, various reversal patterns are considered in the...
  Experts: TrendMeLeaveMe  (22   1 2 3)
TrendMeLeaveMe: Just draw Trend Up or Trend Down before the Expert Advisor "TrendMeLeaveMe" start. Set properties, run expert and go to sleep or work. Author: waddah attar
New article Moral expectation in trading has been published: This article is about moral expectation. We will look at several examples of its use in trading, as well as the results that can be achieved with its help. This was a theory. Now let's see what we can do in practice. To do this, write a
Skyscraper_Fix_Cld: Skyscraper_Fix indicator with the space between the average and NRTR lines filled with color Author: Nikolay Kositsin
Skyscraper_Fix: Fixed version of the Skyscrape indicator Author: Nikolay Kositsin
Time Left To New Bar Watch : Time Left To New Bar Watch Author: Igor Gerasimov
formo : Short description. Author: Charlie nox
Hotkeys_TimeFrames_v1.0 : hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes 1=m1 2=m5 3=m15 4=m30 5=h1 6=h4 7=d1 8=w1 9=mn Author: NickBixy
New article Testing and optimization of binary options strategies in MetaTrader 5 has been published: In this article, I will check and optimize binary options strategies in MetaTrader 5. Test results with averaging. Finally, success: Optimization results with averaging: Author: Roman Poshtar
Parabolic SAR Expert: Classic strategy based on Parabolic SAR indicator. With Auto Lot options and Trailing Stop. The EA is automatically generated with Mission Automate - visual strategy builder. More info: https://www.mql5.com/en/articles/4951 Author: Andrey Barinov
Daily Range Projections: The indicator forecasts high and low price values of a financial asset considering yesterday's (completed) and today's day candlesticks parameters. Author: Nikolay Kositsin
New article Experiments with neural networks (Part 3): Practical application has been published: In this article series, I use experimentation and non-standard approaches to develop a profitable trading system and check whether neural networks can be of any help for traders. MetaTrader 5 is
New article Data Science and Machine Learning(Part 14): Finding Your Way in the Markets with Kohonen Maps has been published: Are you looking for a cutting-edge approach to trading that can help you navigate complex and ever-changing markets? Look no further than Kohonen maps, an innovative form of
Draw Ellipse: Ellipses are great for identifying areas of interest. Drawing them can be time consuming so I created a script that will create an ellipse on window drop. The ellipse is created where you drop it, sized automatically, regardless of currency pair or timeframe. Much quicker and easier...
  Experts: hedger  (4)
hedger: Protecting a position (hedging) Author: Vladimir Karputov
Time Segmented Volume (TSV) : Based on the original “Time Segmented Volume (TSV)” developed by Worden Brothers, Inc. Author: Fernando Carreiro
  Experts: MACD EA  (1)
MACD EA: The Expert Advisor uses three iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD) Author: Vladimir Karputov
cIntBMP - a library for creation of BMP images : A class for creation and output of BMP images. Class Methods: Create(int aSizeX, int aSizeY, int aBGColor) - Sets image size and background color. aSizeX - width (in pixels); aSizeY - height (in pixels); aBGColor - background color; SetDrawWidth(int
File Mapping without DLL: The classes (conveted from C++ to MQL5) for working with memory mapped files. The C++ project was published in CodeBase: Memory Mapping. The example script is included. Author: Alex Sergeev
Waddah Attar Explosion: Indicator Waddah_Attar_Explosion is very powerful. It alerts you to buy , sell , exit buy and exit sell. Author: waddah attar
Vortex: According to original description of the authors (Etienne Botes and Douglas Siepman) of the Vortex indicator: After thoroughly researching technical tools, we concluded that the concept of the Directional Movement Index (DMI) offered the most accurate way to identify trend...
EA Framme : Official example involve complex wrapper classes, Here is a simple one Author: Si Jun Tan