Articles, Library comments - page 30

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
New article MQL5 — You too can become a master of this language has been published: This article will be a kind of interview with myself, in which I will tell you how I took my first steps in the MQL5 language. I will show you how you can become a great MQL5 programmer. I will explain the necessary
  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
Dynamic Support and Resistance - for MetaTrader 5 : The "Dynamic Support and Resistance" Indicator is a versatile tool that combines support and resistance levels with real-time market dynamics. By incorporating previous daily highs and lows, it provides valuable insights into market psychology and
Fx pair sorting by range size : Fx pair sorting by range size for a better overview Author: Zbynek Liska
New article How to connect MetaTrader 5 to PostgreSQL has been published: This article describes four methods for connecting MQL5 code to a Postgres database and provides a step-by-step tutorial for setting up a development environment for one of them, a REST API, using the Windows Subsystem For
Heiken Ashi: Heiken Ashi - Custom Indicator as Candlesticks Example. Author: MetaQuotes Software Corp.
Next price predictor using Neural Network: An indicator that uses a Feed Forward Neural Network to predict the next few open prices. The network is trained using a Backpropagation method. The training is set up automatically, resulting in a self-trained network and a self-learning indicator...
New article Developing a trading Expert Advisor from scratch (Part 12): Times and Trade (I) has been published: Today we will create Times & Trade with fast interpretation to read the order flow. It is the first part in which we will build the system. In the next article, we will complete the system
Session Buy Sell Orders Volume: A histogram of minimum and maximum values of the following parameters: SYMBOL_SESSION_BUY_ORDERS_VOLUME - "Total current volume of buy orders" and SYMBOL_SESSION_SELL_ORDERS_VOLUME - "Total current volume of sell orders". ‌ Author: Vladimir Karputov 
Grid Trading Algo : This is a grid trading algorithm idea. Author: Peter Mueller
Seasonal: The indicator is for seasonal trade. Author: Boeing737
TrendLine Touch Alert: This indicator simply alerts and sends email every time the trend line touched by the price. Fig.1 Price touches the trendline down. Author: Ahmed Soliman
New article The Easy Way to Evaluate a Signal: Trading Activity, Drawdown/Load and MFE/MAE Distribution Charts has been published: Subscribers often search for an appropriate signal by analyzing the total growth on the signal provider's account, which is not a bad idea. However, it is also...
New article Create Your Own Expert Advisor in MQL5 Wizard is published: The knowledge of programming languages is no longer a prerequisite for creating trading robots. Earlier lack of programming skills was an impassable obstacle to the implementation of one's own trading strategies, but with the...