Articles, Library comments - page 139

  Experts: Coin Flip  (16   1 2)
Coin Flip: Opens orders using the martingale and a virtual trailing stop. Author: Vladimir Gribachev
Modify SL and/or TP : I used to suffer from unnecessary losses and/or cutting my profit short since I wasn't fast enough to modify my SL and/or TP. That is why I've wrote these scripts that will allow me to react fast when I must modify my Sl and/or TP especially when I have many open and/or pending
New article Self-adapting algorithm (Part III): Abandoning optimization has been published: It is impossible to get a truly stable algorithm if we use optimization based on historical data to select parameters. A stable algorithm should be aware of what parameters are needed when working on any
  Indicators: MAMA  (9)
MAMA : Mesa Adaptive Moving Average (MAMA) indicator. The indicator is a moving average based on the EMA algorithm and adapted to a financial instrument current volatility. The indicator consists of two averages - fast MAMA (green line) and slow FAMA (red line). Crossover of the averages provide
New article DoEasy. Controls (Part 15): TabControl WinForms object — several rows of tab headers, tab handling methods has been published: In this article, I will continue working on the TabControl WinForm object — I will create a tab field object class, make it possible to arrange tab headers in
New article Developing a trading Expert Advisor from scratch (Part 26): Towards the future (I) has been published: Today we will take our order system to the next level. But before that, we need to solve a few problems. Now we have some questions that are related to how we want to work and what
New article Developing a trading Expert Advisor from scratch (Part 25): Providing system robustness (II) has been published: In this article, we will make the final step towards the EA's performance. So, be prepared for a long read. To make our Expert Advisor reliable, we will first remove
New article Developing a trading Expert Advisor from scratch (Part 24): Providing system robustness (I) has been published: In this article, we will make the system more reliable to ensure a robust and secure use. One of the ways to achieve the desired robustness is to try to re-use the code as much
New article Drawing Resistance and Support Levels Using MQL5 has been published: This article describes a method of finding four extremum points for drawing support and resistance levels based on them. In order to find extremums on a chart of a currency pair, RSI indicator is used. To give an
DEMA trend : DEMA trend Author: Mladen Rakic
Point and Figure : Point and Figure indicator shown in bars and displayed in the separate window. Author: Alexey Sergeev
New article Indicator for Point and Figure Charting is published: There are lots of chart types that provide information on the current market situation. Many of them, such as Point and Figure chart , are the legacy of the remote past. This chart type has been known since the end of the XIX century
  Scripts: KeyFinder 2.0  (11   1 2)
KeyFinder 2.0 : This script finds DeMark pivot points, displays them on the chart and indicates their dimensions. Author: Pavel Trofimov
New article Population optimization algorithms has been published: This is an introductory article on optimization algorithm (OA) classification. The article attempts to create a test stand (a set of functions), which is to be used for comparing OAs and, perhaps, identifying the most universal
New article DoEasy. Controls (Part 14): New algorithm for naming graphical elements. Continuing work on the TabControl WinForms object has been published: In this article, I will create a new algorithm for naming all graphical elements meant for building custom graphics, as well as continue
  Experts: Milestone  (632   1 2 3 4 5 ... 63 64)
Milestone: Trade 5min charts mostly EURUSD. Added news filter from Forex Factory and stops. Loads of versions inside. Good luck Author: Trevor Schuil
MACD Stochastic 2 : iMACD (Moving Average Convergence/Divergence, MACD) with adjustable timeframes and a Stochastic of the current timeframe. Author: Vladimir Karputov
T3 floating levels (2) : Updated T3 floating levels Author: Mladen Rakic
  Experts: VR---ZVER v.2  (61   1 2 3 4 5 6 7)
VR---ZVER v.2 : It is a further development of the first VR---ZVER version. The new version features trailing stop, a separate flag for allowing/prohibiting BUY positions, a separate flag for allowing/prohibiting SELL positions. Author: Vladimir Karputov
Money Managment Indicator: MT4 Indicator for Position Size Calculation Author: ThilinaG
  Experts: VR---ZVER  (16   1 2)
VR---ZVER : The EA uses three iMAs (Moving Average, MA), one iStochastic (Stochastic Oscillator) and one iRSI (RSI, Relative Strength Index). Positions are opened by market, as well as Buy Stop and Sell Stop pending orders are placed. Author: Vladimir Karputov
EMA Cross Contest Hedged : A trading system based on three indicators: two iMAs (Moving Average) and iMACD (Moving Average Convergence/Divergence, MACD). Author: Vladimir Karputov
Period Converter Optimized: Improved period converter support real-time refreshing, low CPU cost and other features. Author: wfy05
New article DoEasy. Controls (Part 10): WinForms objects — Animating the interface has been published: It is time to animate the graphical interface by implementing the functionality for object interaction with users and objects. The new functionality will also be necessary to let more complex
New article Testing and Optimization of Expert Advisors has been published: The article provides a detailed description of the process of testing and optimizing Expert Advisors in the MetaTrader 4 Strategy Tester. The importance of such information and the need for this publication cannot be...
Swing trading 3 EMA Crossover MQL5 : Hassane Zibara Author: Hassane Zibara
Plot MQL signal: This script plots MQL signal history on a MetaTrader 4 chart. Author: Irwan Adnan
New article DoEasy. Controls (Part 13): Optimizing interaction of WinForms objects with the mouse, starting the development of the TabControl WinForms object has been published: In this article, I will fix and optimize handling the appearance of WinForms objects after moving the mouse cursor away
Three Colors: Example: Moving Average indicator filling by different colors Author: MetaQuotes Software Corp.
EES Hedger - Take the other side of the trade - buy when you are selling, sell when you are buying: Do you have the need to take the opposite side of a trade? Using manual trading or another EA, EES Hedger can immediately take the opposite position as specified in EA parameters. Instructions: For...