Articles, Library comments - page 58

New article Adaptive Trading Systems and Their Use in the MetaTrader 5 Client Terminal is published: This article suggests a variant of an adaptive system that consists of many strategies, each of which performs its own "virtual" trade operations. Real trading is performed in accordance with the...
TradePlotter : Show trade levels and show trade history Author: Agianto Simanullang
New article Mathematics in Trading: How to Estimate Trade Results has been published: We all are aware of that "No profit obtained in the past will guarantee any success in future". However, it is still very actual to be able to estimate trading systems. This article deals with some simple and...
ALGLIB - Numerical Analysis Library: ALGLIB math function library (v. 3.5.0) ported to MQL4. Author: MetaQuotes Software Corp.
New article Speed Up Calculations with the MQL5 Cloud Network is published: How many cores do you have on your home computer? How many computers can you use to optimize a trading strategy? We show here how to use the MQL5 Cloud Network to accelerate calculations by receiving the computing power...
Apply Template: This very simple script to apply same template to all charts opened at the moment. Author: Janderson FFerreira
  Scripts: Teste  (1)
Teste : Short description. Author: htinoco
New article Learn how to design a trading system by Relative Vigor Index has been published: A new article in our series about how to design a trading system by the most popular technical indicator. In this article, we will learn how to do that by the Relative Vigor Index indicator. Strategy one
Trade Classes from MT5 for MT4 : Trade classes CTrade, CPositionInfo, COrderInfo, CSymbolInfo from MT5 rewritten for MT4 Author: Yuriy Bykov
bandsma3 : bollinger bands used with 20 and 50 ma cross Author: Hope Elizabeth Mcloughlin
  Indicators: LSMA  (1)
LSMA: Least Square Moving Average - a moving average calculated by the least squares method. The indicator has two input parameters: Period - calculation period, Applied price - price used for calculations. Calculation: LSMA[i]=Sum/L2 where Sum[i] = (Period - N)*Price[i] + (Period - N -...
New article Learn how to design a trading system by VIDYA has been published: Welcome to a new article from our series about learning how to design a trading system by the most popular technical indicators, in this article we will learn about a new technical tool and learn how to design a trading
New article DoEasy. Controls (Part 9): Re-arranging WinForms object methods, RadioButton and Button controls has been published: In this article, I will fix the names of WinForms object class methods and create Button and RadioButton WinForms objects. Compile the EA and launch it on the chart: It
New article Synchronizing several same-symbol charts on different timeframes has been published: When making trading decisions, we often have to analyze charts on several timeframes. At the same time, these charts often contain graphical objects. Applying the same objects to all charts is...
New article Multicurrency monitoring of trading signals (Part 5): Composite signals has been published: In the fifth article related to the creation of a trading signal monitor, we will consider composite signals and will implement the necessary functionality. In earlier versions, we used simple
Equity Trailing EA MT5 : This is EA you can set price Buy Or Sell Stop to enter at. There after you can trail using equity or each individual order Author: Bwalya Tambule
  Experts: TimerEA  (15   1 2)
TimerEA: It's an expert to open and close orders on a specific day and time. Expert open and close orders only with the same symbol attached. Author: Nikolaos Pantzos
Custom Fractals : Have you ever asked yourself why it is not possible to customize fractals more? ... now it is. Author: Tobias Johannes Zimmer
Multi Arbitration 1.1xx: Buy a security (open BUY positions) at a lower price, sell (open SELL positions) at a higher price. Author: Vladimir Karputov
  Indicators: ZLS  (4)
ZLS: Indicator ZLS (Zero Lag Stochastic) - a zero-delay stochastic - a ratio of several stochastics with different periods %К, deceleration, and weights. Author: Scriptor
New article Learn how to design a trading system by DeMarker has been published: Here is a new article in our series about how to design a trading system by the most popular technical indicators. In this article, we will present how to create a trading system by the DeMarker indicator. According to
New article Learn Why and How to Design Your Algorithmic Trading System has been published: This article shows the basics of MQL for beginners to design their Algorithmic trading system (Expert Advisor) through designing a simple algorithmic trading system after mentioning some basics of MQL5 As we
Price Horizontal Line Notifications : Get notifications when hit price level Author: Agianto Simanullang
Bar Prediction : The script estimates the bar's High-Low-Close, based on the past. Author: saeed mashhadi
MACD_Divergence: The indicator searches for divergences and displays them on the chart of the custom MACD indicator. Author: Scriptor
New article Step-by-Step Guide to Writing an Expert Advisor in MQL5 for Beginners is published at mql5.com: The Expert Advisors programming in MQL5 is simple, and you can learn it easy. In this step by step guide, you will see the basic steps required in writing a simple Expert Advisor based on a...
Delete all objects of the selected type: Script is created after idea from the comment on the script "Delete all objects on all charts". Request was to enable deleting only specified object types from the charts. This script has list of all object types that can be created in the v765, and each...
New article 14,000 trading robots in the MetaTrader Market has been published: The largest store of ready-made applications for algo-trading now features 13,970 products. This includes 4,800 robots, 6,500 indicators, 2,400 utilities and other solutions. Almost half of the applications (6,000) are...
  Indicators: Master Tools  (38   1 2 3 4)
Master Tools: Master Tools is a mix of 4 of my other indicators: Money Manager Graphic Tool, ToolBox, Support Resistance - Tools, Change Timeframe. Author: takycard
  Libraries: CDictionary class  (13   1 2)
CDictionary class: An implementation of the dictionary (associative array) data structure in MQL5, based on CArrayObj and CList. Hash Function FNV-1a Usage Primitives: CDictionary *dict=new CDictionary();//settingdict.Set<string>("costarring","liquid");dict.Set<double>("liquid",0.1);//getting -...