Articles, Library comments - page 42

New article MQL5-RPC. Remote Procedure Calls from MQL5: Web Service Access and XML-RPC ATC Analyzer for Fun and Profit is published: This article describes MQL5-RPC framework that enables Remote Procedure Calls from MQL5. It starts with XML-RPC basics, MQL5 implementation and follows with two real...
New article Protect Yourselves, Developers! has been published: Protection of intellectual property is still a big problem. This article describes the basic principles of MQL4-programs protection. Using these principles you can ensure that results of your developments are not stolen by a thief, or...
New article Developing a cross-platform grid EA (Last part): Diversification as a way to increase profitability has been published: In previous articles within this series, we tried various methods for creating a more or less profitable grid Expert Advisor. Now we will try to increase the EA
Check out the new article: Cycle analysis using the Goertzel algorithm . In this article we present code utilities that implement the goertzel algorithm in Mql5 and explore two ways in which the technique can be used in the analysis of price quotes for possible strategy development. The Goertzel
  Indicators: Renko 2.0  (24   1 2 3)
Renko 2.0: A complete Renko chart indicator with wicks for MetaTrader 5. Inspired by Renko for MQL5 by Serhii Ivanenko https://www.mql5.com/en/code/1299 and Renko Live Charts v4.13 for MQL4 by Tim Welch https://www.mql5.com/pt/code/11739 Configure using Tick Size, Pip Size or Points. Author:...
Check out the new article: Revisiting an Old Trend Trading Strategy: Two Stochastic oscillators, a MA and Fibonacci. . Old trading strategies. This article presents one of the strategies used to follow the trend in a purely technical way. The strategy is purely technical and uses a few technical
Bollinger Bands RSI: The Expert Advisor is based on the signals of indicators iBands (Bollinger Bands, BB) and iRSI (Relative Strength Index, RSI). Author: Vladimir Karputov
New article Data Science and Machine Learning (Part 13): Improve your financial market analysis with Principal Component Analysis (PCA) has been published: Revolutionize your financial market analysis with Principal Component Analysis (PCA)! Discover how this powerful technique can unlock hidden
Auto-Fibonacci: Create a Fibonacci retracement object automatically on your graph. Author: Julien
MoveStoploss : MoveStoploss moves the stoploss as the trade move in your direction at a specific distance. Author: Daniel Opoku
RoNz Simple Scalper Rapid-Fire Strategy EA: This Expert Advior is based on one of 17 Proven Currency Strategies by Mario Singh. The Expert Advisor uses MA and Parabolic SAR on M1 Time Frame. Indicator used : MA and Parabolic SAR.Timeframe used : M1Pair : Best with EURUSDRisk/Reward : 15 pips:10...
Weis Waves: Volume Wave indicator originally idealized by Richard D. Wyckoff. Author: Minions Labs
  Experts: Ilan 1.6 Dynamic HT  (16   1 2)
Ilan 1.6 Dynamic HT: Thanks to its advanced formula capital management Legendary Ilan 1.6 Dynamic allows us to go even from the notoriously unprofitable positions in plus. Now Ilan 1.6 Dynamic is available in source code for MetaTrader 5. The basic algorithm underlying Ilan Dynamic 1.6 HT...
New article Using Neural Networks In MetaTrader has been published: This article shows you how to easily use Neural Networks in your MQL4 code taking advantage of best freely available artificial neural network library (FANN) employing multiple neural networks in your code. Author: Mariusz...
Exp_breakeven_trailing_SL: The Expert Advisor transfers to break-even and/or trails positions on every currency pairs or only on the current one. Author: Oksana Berenko
Check out the new article: Understanding functions in MQL5 with applications . Functions are critical things in any programming language, it helps developers apply the concept of (DRY) which means do not repeat yourself, and many other benefits. In this article, you will find much more information
Check out the new article: Category Theory in MQL5 (Part 13): Calendar Events with Database Schemas . This article, that follows Category Theory implementation of Orders in MQL5, considers how database schemas can be incorporated for classification in MQL5. We take an introductory look at how
New article Creating an EA that works automatically (Part 15): Automation (VII) has been published: To complete this series of articles on automation, we will continue discussing the topic of the previous article. We will see how everything will fit together, making the EA run like clockwork. I
  Indicators: 3LS  (1)
3LS : Converted 3 Line Strike by TheTrdFloor from TradingView to MQL4 Author: Lee Chee Tat
Hotkeys_CycleTimeFrames_v1.0 : cycle timeframes using hotkeys 'N','M' prev,next timeframe Author: NickBixy
Hotkeys_CycleMarketWatchSymbols_v1.0 : cycles though market watch symbols, using hotkeys Comma and Period for prev/next symbol in market watch list Author: NickBixy
Fibo Retracement Trader: The Expert Advisor plots a Fibonacci based on the standard ZigZag indicator and traded rectracements from all levels. The levels are fixed and cannot be customized by the user. Author: Oleg Shenker
New article Multiple indicators on one chart (Part 03): Developing definitions for users has been published: Today we will update the functionality of the indicator system for the first time. In the previous article within the "Multiple indicators on one chart" we considered the basic code which
New article Learn how to design a trading system by Bollinger Bands has been published: In this article, we will learn about Bollinger Bands which is one of the most popular indicators in the trading world. We will consider technical analysis and see how to design an algorithmic trading system based
i-Sessions: The trade sessions indicator Fig.1 The i-Sessions indicator Author: Nikolay Kositsin
Automatic Fixed Scale with Top/Bottom Margins: This code was written as an indicator. It adds top and bottom margin to the chart. Both can be adjusted separately. Author: rkdius
Choppy Market Index: Indicator of market instability. Author: Alexey Topounov
Ilan Expert Advisor for Metatrader 4: Ilan16 Expert Advisor for MetaTrader 4. Author: Rinor Memeti
New article The Implementation of a Multi-currency Mode in MetaTrader 5 is published: For a long time multi-currency analysis and multi-currency trading has been of interest to people. The opportunity to implement a full fledged multi-currency regime became possible only with the public release of...
Moving Average-RMA : RMA Relative Moving Average is a variant of EMA Author: Mage He