Articles, Library comments - page 138

MaksiGen_Range_Move MTF: The indicator draws support/resistance lines and the trend lines in the chart Author: Sergey Golubev
True Range Envelopes: Envelopes with MaOnArray and Average True Range. Author: Leonid Basis
New article Separate optimization of a strategy on trend and flat conditions has been published: The article considers applying the separate optimization method during various market conditions. Separate optimization means defining trading system's optimal parameters by optimizing for an uptrend and...
Auto Stop And TakeProfit: This is a simple EA that automatically places Stops and TakeProfit on opened orders . Author: Catalin Zachiu 
Multi Strategy Ea: If you have a strategy to trade with it, You can use this EA and set Your Parameters And trade with this expert Author: Farshad Saremifar
EA_MARSI: The Expert Advisor is based on EMA_RSI_VA indicator. Buy signal: upward crossover of the fast line, sell signal: downward crossover of the fast line. The EA has lot increasing option, which depends on the deposit/max.drawdown ratio. Author: Im hungry $600 000 with $10 000 initial...
Chaos zone: Indicator that is a combination of two Bill Williams' indicators. Accelerator Oscillator, Awesome Oscillator. The way how it works is simple - but seems to be producing usable results: When both are sloping up, it indicates up, When both are sloping down, it indicates down,...
CMF Indicator (Chaikin Money Flow): This indicator incorporates the volume to inform the market trend. Provides three types of typical signals: Values above zero indicate accumulation line. Below, distribution (see indicator A/D);The time that the indicator is in one of those situations;The value...
  Experts: Ravi AO  (5)
Ravi AO: The EA is based on iAO (Awesome Oscillator, AO) and RAVI (Range Action Verification Index) indicators. Author: Vladimir Karputov
New article Timeseries in DoEasy library (part 41): Sample multi-symbol multi-period indicator has been published: In the article, we will consider a sample multi-symbol multi-period indicator using the timeseries classes of the DoEasy library displaying the chart of a selected currency pair on a
Two PerBar: Simultaneous opening of two oppositely directed positions Author: Vladimir Karputov
HarmonikManual: This indicator will show the name of the pattern by placing point XABCD manually and also will search the next Potential Reversal Zone (PRZ) automatically. Author: MasKabul
New article MQL as a Markup Tool for the Graphical Interface of MQL Programs. Part 2 has been published: This paper continues checking the new conception to describe the window interface of MQL programs, using the structures of MQL. Automatically creating GUI based on the MQL markup provides
New article Random Walk and the Trend Indicator is published: Random Walk looks very similar to the real market data, but it has some significant features. In this article we will consider the properties of Random Walk, simulated using the coin-tossing game. To study the properties of the data, the...
New article Continuous Walk-Forward Optimization (Part 1): Working with Optimization Reports has been published: The first article is devoted to the creation of a toolkit for working with optimization reports, for importing them from the terminal, as well as for filtering and sorting the obtained
New article Continuous Walk-Forward Optimization (Part 7): Binding Auto Optimizer's logical part with graphics and controlling graphics from the program has been published: This article describes the connection of the graphical part of the auto optimizer program with its logical part. It considers
Design patterns - Prototype (creational) : Create objects by copying a prototype Author: DMITRII PECHERITSA
  Indicators: Super-signals  (11   1 2)
Super-signals: This indicator is very simple to use: red arrow - sell signal, blue arrow - buy signal. Exceeds its analogues, such as Hi-Lo, Trend and others, by several times. Works on any timeframe and with any currency pair. Author: John Smith 
ZigZag Pointer: The indicator is similar to ASCTrend, in my opinion it is even better. Works by the system: High - Low. Author: John Smith
  Indicators: Signals  (14   1 2)
Signals: A solution for those who can not devote much time to the analysis of the current situation on the Forex market and to making correct and confident decisions, that are an integral part of online trading. Author: John Smith
Trendsignal indicator version 2: Trendsignal indicator with potential area drawn on chart. Author: pankaj bhaban
New article Universal Expert Advisor: Custom Strategies and Auxiliary Trade Classes (Part 3) has been published: In this article, we will continue analyzing the algorithms of the CStrategy trading engine. The third part of the series contains the detailed analysis of examples of how to develop...
New article Ready-made Expert Advisors from the MQL5 Wizard work in MetaTrader 4 has been published: The article offers a simple emulator of the MetaTrader 5 trading environment for MetaTrader 4. The emulator implements migration and adjustment of trade classes of the Standard Library. As a result,...
Chart_Period_Changer: A simple script for switching basic timeframes. It allows to change a chart period using hot keys. Three different versions are attached: Ascending;Descending;On loop. Author: Olegs Kucerenko
Messages Helpers: Various helper functions for sending messages of different types to different sources. U‌sage example: #include <Messages.mqh>// ....debug("Print debug message");debugAlert("Alert debug message");debugMessageBox("Show debug message box");debugNotify("Send debug...
Fundamental Trader DailyFX CSV MQL4: This Expert Advisor trades every news event that is scheduled to release on www.dailyfx.com/calendar for the current week. The EA waits for the next news event to be released, compares the released economic data, determines which currency to trade and...
Moving Averages with Colors: "Classical" MA with a twist: colors change depending on the angle of the slope. Author: Mladen Rakic
Design patterns - Factory Method : An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate. Author: DMITRII PECHERITSA
Close All Orders by Current Symbol: This EA will show the button that can used to close all orders by the current chart symbol. Author: Gusti Risyadi Noor
New article Continuous Walk-Forward Optimization (Part 6): Auto Optimizer's logical part and structure has been published: We have previously considered the creation of automatic walk-forward optimization. This time, we will proceed to the internal structure of the auto optimizer tool. The article