Articles, Library comments - page 312

TDI-2: The "Trend Detection Index" indicator is a modified "TDI" indicator. Author: John Smith
Heiken Ashi Oscillator: Choosing between Heiken Ashi bars and candlesticks is a problem and measuring when the short term trend is losing strengh is another one. This indicator solves both. Author: Point Zero
New article Graphical Interfaces IV: the Multi-Window Mode and System of Priorities (Chapter 2) has been published: In this chapter, we will extend the library implementation to the possibility of creating multi-window interfaces for the MQL applications. We will also develop a system of priorities...
newMACD: newMACD Indicator. Author: Collector
CCI_Chart: The CCI indicator in the main chart window relative to the Moving Average indicator. The CCI indicator is shown in green, the Moving Average line is red, and the levels with the default values are shown as borders of a light gray channel. Fig.1. The CCI_Chart indicator Author: Nikolay...
New article How to create an indicator of non-standard charts for MetaTrader Market has been published: Through offline charts, programming in MQL4, and reasonable willingness, you can get a variety of chart types: "Point & Figure", "Renko", "Kagi", "Range bars", equivolume charts, etc. In this...
s_wininet: Example of using wininet.dll for downloading a web page. Author: Dmitry Fedoseev
RVI_Chart: The RVI Oscillator is drawn in the main chart window relative to the Moving Average indicator. RVI is drawn as a colored cloud, the Moving Average is blue. Fig.1. The RVI_Chart indicator Author: Nikolay Kositsin
RSICCIDiv: The indicator of trading signals based on the divergence of the RSI and CCI values Author: Dmitry Fedoseev
New interview Johnpaul77 Signal Providers: "Our Strategy Remains Profitable for More Than Three Years Now. So Why Would We Change It?" has been published: Let us reveal a little secret: MQL5.com website visitors spend most of their time on Johnpaul77 signal's page. It is a leader of our signal...
3DaysHiLo: Simple indicator which displays High and Low 3 days ago. Author: Siti Latifah
SphereSample : The script SphereSample.mq5 illustrates control of graphic objects using the classes from the Standard Library (Base class of objects array CArrayObj , CChartObjectText ). Author: MetaQuotes Software Corp
Heiken Ashi in Subwindow: The indicator simply draws the Heiken Ashi candlesticks with high precision in a separate subwindow, and helps to navigate them without cluttering the main chart. Author: Maxim Kuznetsov
IcqMessenger: System of receiving information concerning opened positions current state, account, etc., as well as automatic notification about operations via ICQ. Author: Leonid Salavatov
Trade on qualified RSI: Adviser Trade on qualified RSI. Author: John Smith
204060 program: Three grades take profit Grid System, use it on weak market and fluctuating market, may need close all positions at some time. Author: Robbie Ruan
Close on cross Kijun Sen: When price crosses Kijun Sen the EA will closes open positions on the chart. Author: file45
  Experts: MACD EA  (2)
MACD EA: This is my old development, at certain parameters it seems to show profit too. It was created similarly to EA that won the first place in the championship (at least in my opinion). Author: Danil
Doji Hunter: This indicator is a spin off of the Doji Reader 2 found in the code base. I have made several changes such as it is now capable of being used in code for coding use, not just as a visual indicator. I also took out several un-needed code that was redunda Author: Larry
New article Universal Expert Advisor: Trading in a Group and Managing a Portfolio of Strategies (Part 4) has been published: In the last part of the series of articles about the CStrategy trading engine, we will consider simultaneous operation of multiple trading algorithms, will learn to load...
Ang Autoch HL.v1: The Ang Autoch HL.v1 indicator. Draws a channel. Author: John Smith
Serg153xo: The indicator colors rising and falling candlesticks. Author: John Smith
XOdiagram 1: The XOdiagram 1 indicator. It plots the Х0 charts by close prices. Author: John Smith
Momentum: The Momentum Indicator measures the change of price of a financial instrument over a given time span. Author: MetaQuotes Software Corp.
Buy Percent: Opens a BUY position with the size of a percentage of the maximum allowed size. Author: John Smith
Sell Percent: The script opens a SELL position with the size of a percentage of the maximum allowed size. Author: John Smith
ADXdon: The ADXdon indicator. Another version of the ADX indicator, which shows the strength of the trend. Author: John Smith
lot lib: Lot sizing library. 29 money management options. So, decide - what can be risked in each trade? There are many options, and selecting the correct one is not always easy. To solve this problem, I made the lot_lib.mqh library Author: Andrey Khatimlianskii
ZH_Dynamic_Arrays_Lib: A set of functions to emulate the dynamic arrays. Author: Vadim Zhunko
Rotating text objects: Example of working with objects: creating object, changing properties, redrawing the chart. Author: MetaQuotes Software Corp.