Articles, Library comments - page 74

Set Stoploss and Takeprofit at same level for multiple orders: Let's say we have 20 open orders on one symbol and want to set takeprofit or stoploss for all of them at the same level(price) .The script selects all open orders of the symbol and can modify stoploss or takeprofit or both at the desired
  Experts: Hedge any positions  (32   1 2 3 4)
Hedge any positions: Opening an opposite position when reaching a profit of N pips Author: Vladimir Karputov
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
Bunnygirl Cross and Daily Open: Based on the intersection of the averages. The author of the system states that about 90% of the trades are positive. And considering its exit strategy, it is possible to collect a rather big profit during a trend. Author: John Smith
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...
Dealers Trade v 7.91 ZeroLag MACD: A further development of code "Dealers Trade v 7.74 MACD" (https://www.mql5.com/en/code/19535). "Zero-lag MACD" (https://www.mql5.com/en/code/170) is used. When the number of positions increases, the following is also increased: step between positions, lot size,...
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...
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
Harmonic Pattern Finder: Indicator to display existent and emerging harmonic chart patterns. Author: Andre Enger
Chaikin Oscillator smoothed for MT4 : Chaikin Oscillator with smoothing option. Author: maximo
  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 Data Science and Machine Learning (Part 02): Logistic Regression has been published: Data Classification is a crucial thing for an algo trader and a programmer. In this article, we are going to focus on one of classification logistic algorithms that can probability help us identify the
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
  Experts: Two MA one RSI  (16   1 2)
Two MA one RSI: Two indicators iMA (Moving Average, MA) and one iRSI (Relative Strength Index, RSI). Many settings and optimization of trade signals formula. Author: Vladimir Karputov