Articles, Library comments - page 131

New article TradeObjects: Automation of trading based on MetaTrader graphical objects has been published: Geometrical constructions on symbol charts have been remaining one of the most popular trading tools for decades. The advanced technologies make it easier to apply support or resistance lines
New article Matrices and vectors in MQL5 has been published: By using special data types 'matrix' and 'vector', it is possible to create code which is very close to mathematical notation. With these methods, you can avoid the need to create nested loops or to mind correct indexing of arrays in
iFXAnalyser : Three indicators of the simplest linear combinations of differences between the fast and slow moving averages on the same chart. Originally this indicator has been written in MQL4 and was first published in the Code Base at mql4.com on 26.09.2007. Author: Nikolay Kositsin
Martingale : Dynamic managing the lot size depending on the balance. Author: Vladimir Karputov
Exp_SuperTrend : Trading system based on SuperTrend indicator signals. Author: Nikolay Kositsin
ADXm (experiment) : ADXm (experiment) Author: Mladen Rakic
New article MQL5 Wizard: Placing Orders, Stop-Losses and Take Profits on Calculated Prices. Standard Library Extension has been published: This article describes the MQL5 Standard Library extension, which allows to create Expert Advisors, place orders, Stop Losses and Take Profits using the MQL5
Graphically display current trend for all time frames in one simple panel: This is a graphical indicator based on slope-direction-trend indicator that has been published under several other forms. Author: Claude Beaudoin
New article How to Evaluate the Expert Testing Results has been published: The article gives formulas and the calculation order for data shown in the Tester report. Before starting to test, the testing subsystem loadsthe expert, sets its parameters previously defined by the user, andcalls the...
CCI Color : iCCI (Commodity Channel Index, CCI) indicator as a colored line Author: Vladimir Karputov
New article Graphical Interfaces X: Updates for Easy And Fast Library (Build 3) has been published: The next version of the Easy And Fast library (version 3) is presented in this article. Fixed certain flaws and added new features. More details further in the article. On the first tab, all controls
introsort - array sorting algorithm : hybrid sorting algorithm that provides both fast average performance and (asymptotically) optimal worst-case performance Author: DMITRII PECHERITSA
Expert History Exporter : Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester. Author: Yuriy Bykov
Elegant oscillator : Elegant oscillator Author: Mladen Rakic
Expert History Exporter : Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester. Author: Yuriy Bykov
Phase accumulation adaptive EMA : Hilbert transform phase accumulation adaptive EMA Author: Mladen Rakic
VR---Moving : An Expert Advisor based on indicator iMA (Moving Average, MA) and implemented as a class. Author: Vladimir Karputov
Chaikin Oscillator smoothed for MT4 : Chaikin Oscillator with smoothing option. Author: maximo
JFatlAcceleration : JFatlAcceleration measures the current trend acceleration. Author: Nikolay Kositsin
BreakdownLevelDay : The Expert Advisor trades daily breakouts. It places pending BuyStop and SellStop orders. Author: Vladimir Karputov
  Experts: VR---SETKA=2=01032012  (43   1 2 3 4 5)
VR---SETKA=2=01032012: Modification of the first version of the grid EA. Author: Владимир
MACD slope divergence: Short description. Author: Mladen Rakic
Two MA Other TimeFrame Correct Intersection : Very simplified code: intersection of two custom indicators 'MA Other TimeFrame Correct'. There is no Stop Loss, Take Profit or Trailing. Author: Vladimir Karputov
Volume Rate of Change - VROC: The indicator is equivalent of one of the oldest classical indicators, ROC. The prices are replaced with volumes in this present indicator. Author: MetaQuotes Software Corp.
  Experts: Price Action EA  (133   1 2 3 4 5 ... 13 14)
Price Action EA: Amazing EA that does not use any indicator. Instead, it follows the price action. Tested from 18 August 1995 to 29th January 2014. It has managed to turn $10,000 to 11,958,183.37. Author: heao
Extending the Rectangle : An indicator to monitor the appearance (or change) of a rectangle whose name starts with ... Author: Vladimir Karputov
New article Embed MetaTrader 4/5 WebTerminal on your website for free and make a profit has been published: Traders are well familiar with the WebTerminal, which allows trading on financial markets straight from the browser. Add the WebTerminal widget to your website — you can do it absolutely free
SMA(no loop) : Fast way calculate Simple moving average. Author: Navdeep Singh
New article Timeseries in DoEasy library (part 37): Timeseries collection - database of timeseries by symbols and periods has been published: The article deals with the development of the timeseries collection of specified timeframes for all symbols used in the program. We are going to develop the
DRAW_NONE : The DRAW_NONE drawing style is used in cases, when you need to calculate and show the values of the indicator in "Data Window", but the plotting isn't needed. This is example of the indicator, that shows bars index in the "Data Window". The bar indexing is set as timeseries , it means