Articles, Library comments - page 128

Holt's double exponential smoothing (mt4 version): Holt's double exponential smoothing with linear forecasting. Author: Mladen Rakic
Kaufman's AMA from wellx: Non-optimized version of Kaufman's adaptive moving average. The code was prepared back in 2005. Unlike the original, the smoothing ratio here is raised to power. The power value is set by the G external variable (the default value is 2, like in the original). Several...
RSI slope divergence - multi time frame version: RSI slope divergence - multi time frame version Author: Mladen Rakic
  Experts: Bands 2  (3)
Bands 2: A trading system based on indicator iBands (Bollinger Bands, BB). Placing pending Buy Stop and Sell Stop within a specified time interval (from XX o'clock to YY o'clock). Author: Vladimir Karputov
Non Lag Relative Strength Index for MT5: Non Lag Relative Strength Index for MT5Eliminates unnecessary preliminary calculations on the built-in RSI. Author: Roberto Jacobs
  Indicators: Candle Patterns  (41   1 2 3 4 5)
Candle Patterns: Visual and Audio alerts when reversal or continuation candle patterns occur. Author: Edward Hirsch
  Indicators: FiboPivotCandleBar  (22   1 2 3)
FiboPivotCandleBar: This indicator is a composite of several indicators: Fibonacci, Pivot Point, ZigZag, Stochastic and Relative Vigor Index, which are combined in this indicator. Author: 3rjfx
CCI_DrawMode: Implementation of the option to change the drawing mode, as exemplified by the CCI indicator. Author: Сергей
New article Universal ZigZag has been published: ZigZag is one of the most popular indicators among the MetaTrader 5 users. The article analyzes the possibilities for creating various versions of the ZigZag. The result is a universal indicator with ample opportunities to extend its functionality,...
  Indicators: RSI with BB  (15   1 2)
RSI with BB: A very simple indicator with RSI and Bollinger Bands calculated on RSI values. Author: Fabio Cavalloni
iDeMarkerSignAlert: Semaphore arrow signal indicator based on the classic DeMarker oscillator leaving the overbought and oversold areas, which features alerts, sending emails and push-notifications to mobile devices. Author: Nikolay Kositsin
Programming Patters - Builder (classic): Separate the construction of a complex object from its representation so that the same construction process can create different representations. Author: dmipec
Smart Lines: Converts trendlines into horizontal lines. Author: TUESON KAY PATTON
MLP Neural Network Class: CNetMLP provides multilayer perceptron (MLP). The feature of the class is that input vector and network structure notions are separated, i.e. input vector and network structure descriptions are not connected to each other. The size of the input vector can have...
Pivotal Points: Pivotal points as described in the March 2009 SFO magazine article "Trading FX Like Jesse Livermore Traded Stocks" by Jamie Saettele. Livermore's strategy was based on what he termed "pivotal points". Most traders today are aware of pivot points, and many traders use some...
  Experts: VFX London Breakout  (168   1 2 3 4 5 ... 16 17)
VFX London Breakout: Expert Advisor which trades breakouts in several pairs during the London Session. Author: Vinicius de Oliveira
Basic Rsi Template EA: A ready made expert adviser template to use for further development or use 'as is' Author: Kenneth Parling
Combined MA Signal: Combined MA Author: Edi Dimitrovski
New article Object-Oriented Approach to Building Multi-Timeframe and Multi-Currency Panels is published: This article describes how object-oriented programming can be used for creating multi-timeframe and multi-currency panels for MetaTrader 5. The main goal is to build a universal panel, which can...
Open Buy Limit script. : This is a script for open Buy Limit I make it easy just enter price and lot. It also allows to enter Magic Number and comment. Author: Utenn Dharmathi
Trade Statistics Report Real Time: This will display the Account Trading Report for real trade. Author: jaffer wilson
Open Sell (Short) order with magic number and comment. : Save time for Open Sell (Short) order with magic number and comment. Author: Utenn Dharmathi
Open Buy (Long) order with magic number and comment. : Save time for Open Buy (Long) order with magic number and comment. Author: Utenn Dharmathi
  Indicators: MA HISTOGRAM  (20   1 2)
MA HISTOGRAM: Trend indicator Author: Szymon Palczynski
New article The Magic of Filtration has been published: Most of the automated trading systems developers use some form of trading signals filtration. In this article, we explore the creation and implementation of bandpass and discrete filters for Expert Advisors, to improve the characteristics of...
LSMA in Color: The indicator is build on the basis of moving averages. Its main feature is entering/leaving signal - the indicators line is colored in a certain color signaling for the user to buy or to sell. The accuracy of the signal is very high. Author: John Smith
Renko Level EA: An Expert Advisor based on indicator Renko Level. Author: Vladimir Karputov
Auto optimizer: The library for automated optimization of an EA during its operation. Author: Igor Malcev
New article Applying network functions, or MySQL without DLL: Part II - Program for monitoring changes in signal properties has been published: In the previous part, we considered the implementation of the MySQL connector. In this article, we will consider its application by implementing the service
New article Library for easy and quick development of MetaTrader programs (part XXV): Handling errors returned by the trade server has been published: After we send a trading order to the server, we need to check the error codes or the absence of errors. In this article, we will consider handling