Articles, Library comments - page 132

The article MetaTrader 4 on macOS has been updated: We provide a special installer for the MetaTrader 4 trading platform on macOS. It is a full-fledged wizard that allows you to install the application natively. The installer performs all the required steps: it identifies your system, downloads and
New article Developing a trading Expert Advisor from scratch (Part 9): A conceptual leap (II) has been published: In this article, we will place Chart Trade in a floating window. In the previous part, we created a basic system which enables the use of templates within a floating window. Here is the
Flag and Pennant patterns: This indicator shows Flag and Pennant patterns. Author: fxborg
New article Studying candlestick analysis techniques (part IV): Updates and additions to the application has been published: The article presents a new version of the Pattern Analyzer application. This version provides bug fixes and new features, as well as the revised user interface. Comments and
Super Trend updated and simpler code: This is just another version of the well known Super Trend indicator.The code is simplified but it has the same output on the chart screen. Author: Keith Watford
Exp_TDI-2_ReOpen : The Exp_TDI-2_ReOpen trading system based on the intersection of TDI-2 indicator lines, with adding to trend-following positions. ‌ Author: Nikolay Kositsin
SmoothStep (generalized) : SmoothStep (generalized) - metatrader 4 version Author: Mladen Rakic
Multi-timeframe SuperTrend in the form of Pivot : The indicator shows the current levels and direction of the Supertrend indicator on multiple timeframes. This indicator contains call of the SuperTrend indicator, which is used for drawing Pivot levels that correspond to its direction and current
  Experts: MPM 1.8  (6)
MPM 1.8: MPM is a stop reverse strategy. Author: Trevor Schuil
RMI_Histogram : Relative Momentum Index implemented as a color histogram with an indication of overbought and oversold zones. Author: Nikolay Kositsin
KeyLevels : The indicator of price levels with round numbers 00, 20, 50, 80. Author: Olexiy Polyakov
New article How to conduct a qualitative analysis of trading signals and select the best of them has been published: The article deals with evaluating the performance of Signals Providers. We offer several additional parameters highlighting signal trading results from a slightly different angle than...
New article DoEasy. Controls (Part 4): Panel control, Padding and Dock parameters has been published: In this article, I will implement handling Padding (internal indents/margin on all sides of an element) and Dock parameters (the way an object is located inside its container). The Panel WinForm
MACD with on-chart SR levels : MACD with on-chart SR levels Author: Mladen Rakic
MACD_Histogram: MACD Histogram with outomatic divergent line . Author: Franky Prasetio
BITEX.ONE MarketMaker v1.01 : The market maker robot for trading futures and swap cryptocurrency contracts Author: Sergey Sitnikov
Correlation market state : Correlation market state Author: Mladen Rakic
DirectCandlesCounter_Candle : DirectCandlesCounter indicator in the form of candles. Fig. 1. DirectCandlesCounter_Candle indicator Author: Nikolay Kositsin
DirectCandlesCounter : The indicator shows the moment of successive appearance of several unidirectional candles in a row activating alerts and sending email and push notifications Fig. 1. DirectCandlesCounter indicator Author: Nikolay Kositsin
New article Video: Simple automated trading – How to create a simple Expert Advisor with MQL5 has been published: The majority of students in my courses felt that MQL5 was really difficult to understand. In addition to this, they were searching for a straightforward method to automate a few
Simple Hedge Panel : A panel for opening and closing positions on several financial symbols in one click. Author: Serhii Ivanenko
ATR ratio: ATR ratio Indicator. Author: Collector
Three daily rectangles : The indicator draws three daily rectangles Author: Vladimir Karputov
  DLL
I'm looking to create a dll but I'm not to sure of each step, I've read the two articles on dlls that mql5 has but I can't pin point each step. Example, you can copy the .dll file to mqls library folder or add the path to vs post build events? What about the import export header file that's built
ATR adaptive T3 : ATR adaptive T3 One, less known method, is to use normalized ATR (Average True Range) for making the calculation adaptive. And since T3 is a perfect candidate for being adaptive (it allows fractional periods for calculation), here is a T3 that is using ATR for adaptive T3
New article MQL4 as a Trader's Tool, or The Advanced Technical Analysis has been published: Trading is, first of all, a calculus of probabilities. The proverb about idleness being an engine for progress reveals us the reason why all those indicators and trading systems have been developed. It...
Bollinger Bandwidth 2: This tool combines the original Bands with Bollinger Bandwidth and removes the extra window for Bollinger Bandwidth. Instead Bandwidth is now a value in the comment in the top left corner. This makes more efficient use of the chart space and still allow Author: Larry
Fibo Pivots : Fibonacci Pivot points indicator that can draw any number of levels for any of the known timeframes usable by MetaTrader 5. To insert any level, simply enter the level in the levels parameter separated by ";" in the list of levels. Defaults used are 38.2%, 61.8% and 100%, but you can
Pure Price Action+push notifications: Pure Price Action EA trades with "Price Action" strategy,has Trailing Stop Loss &Take Profit works best on 1H time frame major forex pairs and stocks NASDAQ. Author: Aharon Tzadik
New article DoEasy. Controls (Part 3): Creating bound controls has been published: In this article, I will create subordinate controls bound to the base element. The development will be performed using the base control functionality. In addition, I will tinker with the graphical element shadow