Articles, Library comments - page 35

Delete all objects on all charts: The script deletes all objects on all active charts. Author: Drazen Penic
  Experts: MultiTrader  (73   1 2 3 4 5 ... 7 8)
MultiTrader: Trading and analysis dashboard which usually provides great trading opportunities during daytime. Author: Mani Heshmat
New article Learn how to design a trading system by Volumes has been published: Here is a new article from our series about learning how to design a trading system based on the most popular technical indicators. The current article will be devoted to the Volumes indicator. Volume as a concept is one
MACD of average: One more in the series of a simple-to-do code examples in MetaTrader 5 (the main loop of this one has 6 lines of code). This is a MACD that can use average for input price instead of using "pure" price. That can help in filtering some false signals, but the main purpose of...
  Experts: Close at Profit  (49   1 2 3 4 5)
Close at Profit: Close all trades after reaching defined profit or loss Author: Matus German
ZigZag separate: ZigZag separate is a MetaTrader 5 version of one indicator that was floating around the net as a wonder indicator for MetaTrader 4. Author: Mladen Rakic
Billy expert: A trading strategy "three bars down, Stochastic up". Author: Vladimir Karputov
  Experts: Angry Bird (Scalping)  (149   1 2 3 4 5 ... 14 15)
Angry Bird (Scalping): Expert Advisor with the system is very sensitive to movement. Author: bimbimaone 
ScalpX : ScalpX is an indicator that uses Kalman filters to identify buy and sell opportunities whenever is indicated by the graph. Author: Miguel Angel Marina Garduno
New article Creating a ticker tape panel: Basic version has been published: Here I will show how to create screens with price tickers which are usually used to display quotes on the exchange. I will do it by only using MQL5, without using complex external programming. In the video below, you can see
Genie Stochastic RSI: Stochastic RSI Expert Advisor. Author: Genie
New article Population optimization algorithms: ElectroMagnetism-like algorithm (ЕМ) has been published: The article describes the principles, methods and possibilities of using the Electromagnetic Algorithm in various optimization problems. The EM algorithm is an efficient optimization tool capable
Moving Average Bands Width : Moving Average Bands Width Author: Mladen Rakic
Moving Average Bands : Moving Average Bands Author: Mladen Rakic
Moving Average Bands - extended : Moving average bands - extended version Author: Mladen Rakic
ClusterBox - vertical cross-section of the market: Tick volume of the candlestick drawn as clusters. Author: Ihor Herasko
  Experts: VR---SETKA---3  (26   1 2 3)
VR---SETKA---3: Extension of VR --- SETKA. Advisor to the grid works by Martin ... Author: Владимир
New article Learn how to design a trading system by Parabolic SAR has been published: In this article, we will continue our series about how to design a trading system using the most popular indicators. In this article, we will learn about the Parabolic SAR indicator in detail and how we can design
LinearRegressionChannel_Cloud: The linear regression channel, which saves its values ​​in the indicator buffers and fills the channel background with color Author: Nikolay Kositsin
New article Order Strategies. Multi-Purpose Expert Advisor is published: This article centers around strategies that actively use pending orders, a metalanguage that can be created to formally describe such strategies and the use of a multi-purpose Expert Advisor whose operation is based on those...
ChannelEA2: ChannelEA2 - an Expert Advisor working in a channel, using pending stop orders. Author: Scriptor
Fast Trading Panel: Fast Trading Panel - the panel for fast trading Author: Руслан
New article Developing a trading Expert Advisor from scratch (Part 23): New order system (VI) has been published: We will make the order system more flexible. Here we will consider changes to the code that will make it more flexible, which will allow us to change position stop levels much faster
New article Developing a trading Expert Advisor from scratch (Part 8): A conceptual leap has been published: What is the easiest way to implement new functionality? In this article, we will take one step back and then two steps forward. The system is currently well functioning and is very stable
Secwenta: The Expert Advisor counts the number of bullish and bearish bars in a row. Author: Vladimir Karputov
New article MQL5 Cookbook — Services has been published: The article describes the versatile capabilities of services — MQL5 programs that do not require binding graphs. I will also highlight the differences of services from other MQL5 programs and emphasize the nuances of the developer's work with
Displaying Several CChartObject Objects in a Single Window: This script displays several subcharts in a single chart window according to the number of currency pairs in Market Watch menu. Author: Automated-Trading
Pilot Automat : Dose all the thinking for you! Author: AndreiXab
New article Creating an EA that operates automatically (Part 01): Concepts and structures has been published: Today we'll see how to create an Expert Advisor that simply and safely works in automatic mode. Before we start anything directly related to writing the code, we need to make things clear
Specific Trading Days : As the name implies, this EA can filter the trading days allowed to enter trades. Author: Chioma Obunadike