Articles, Library comments - page 123

  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...
New article CCI indicator. Three transformation steps has been published: In this article, I will make additional changes to the CCI affecting the very logic of this indicator. Moreover, we will be able to see it in the main chart window. For the experiment, we will take a rectangular window, a
New article Neural networks made easy (Part 21): Variational autoencoders (VAE) has been published: In the last article, we got acquainted with the Autoencoder algorithm. Like any other algorithm, it has its advantages and disadvantages. In its original implementation, the autoenctoder is used to
RSI_Histogram : The classical RSI indicator implemented as a histogram with a color indication of entering the overbought and oversold areas. Fig.1. The RSI_Histogram indicator Author: Nikolay Kositsin
Zero_Lag_RSI : Zero Lag RSI indicator Author: Scriptor
New article Projects assist in creating profitable trading robots! Or at least, so it seems has been published: A big program starts with a small file, which then grows in size as you keep adding more functions and objects. Most robot developers utilize include files to handle this problem. However
  Scripts: sChartsSynchroScroll  (21   1 2 3)
sChartsSynchroScroll : The script provides a synchronous scrolling for all charts opened in the client terminal. The script should be executed only on one chart. The red markers will be created on all of the opened charts after the script running. While scrolling of any chart, the other charts will
Acceleration&Speed Indicator: The indicator Acceleration&Speed shows speed and acceleration of a price change. Author: Alexei Kharchenko
4click Trade Opener : By using 4click Trade Opener script, you don't need to calculate trade lot size when you opening orders. Author: Behzad Movaghar
New article DoEasy. Controls (Part 12): Base list object, ListBox and ButtonListBox WinForms objects has been published: In this article, I am going to create the base object of WinForms object lists, as well as the two new objects: ListBox and ButtonListBox. Compile the EA and launch it on the
  Experts: Universal 1.64  (12   1 2)
Universal 1.64 : Universal trailing of positions and pending orders. Universal trailing of positions and pending orders. The Expert Advisor can also open positions and place pending orders. The EX can: Trail stop levels for orders of any type (market and pending), Apply scalping techniques, Track
New article Data Science and Machine Learning (Part 07): Polynomial Regression has been published: Unlike linear regression, polynomial regression is a flexible model aimed to perform better at tasks the linear regression model could not handle, Let's find out how to make polynomial models in MQL5
4H SWING: 4H SWING EA trades with 3 EMA's and "STOCHASTIC" indicator and swing strategy works best on 4H time frame major forex pairs. Author: Aharon Tzadik
New article DoEasy. Controls (Part 11): WinForms objects — groups, CheckedListBox WinForms object has been published: The article considers grouping WinForms objects and creation of the CheckBox objects list object. Compile the EA and launch it on the chart: We see that the declared functionality
Market Capture : A scalping Expert Advisor based on the "Market Capture" strategy. Author: Vladimir Karputov
New article Developing a trading Expert Advisor from scratch (Part 22): New order system (V) has been published: Today we will continue to develop the new order system. It is not that easy to implement a new system as we often encounter problems which greatly complicate the process. When these