Articles, Library comments - page 51

SubScaler : This is a helper indicator which allows you to adjust vertical scale of a subwindow manually, which is useful for zooming in and zooming out graphs of your favourite indicator placed in the same subwindow. Author: Stanislav Korotky
Strongest Pair Indicator : This will return the pair with the most growth in the user input start time and end time Author: Jacobie Nycambren Barksdale
Arbitrage: The multi-currency arbitrage tactics. The necessary arbitrage does not require explanation. In this case a similar strategy is proposed. The difference is that in the real arbitrage the trades are performed only when there is a profitable price difference between the commodity and the...
Rsi with Hann windowing : Rsi with Hann windowing Author: Mladen Rakic
New article Population optimization algorithms: Saplings Sowing and Growing up (SSG) has been published: Saplings Sowing and Growing up (SSG) algorithm is inspired by one of the most resilient organisms on the planet demonstrating outstanding capability for survival in a wide variety of conditions
New article Alternative Log File with the Use of HTML and CSS has been published: In this article we will describe the process of writing a simple but a very powerful library for making the html files, will learn to adjust their displaying and will see how they can be easily implemented and used in...
PriceGrid1_Plus: A grid of round price levels. Author: Nikolay Kositsin
Price: A price label added to the right of the price with adjustable parameters. Fig.1. The Price indicator Author: Nikolay Kositsin
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
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: Владимир
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