Articles, Library comments - page 129

Four Legs: Four Legs Indicator Author: mt-coder
Choppiness_IndexH: Indicator Choppiness Index Histogram Author: Scriptor
Quick Script to Brows Signals, searching for your own parameters.: Simplified Script to find signals based on user parameters Author: BrazilianGuy3
New article Combining trend and flat strategies has been published: There are numerous trading strategies out there. Some of them look for a trend, while others define ranges of price fluctuations to trade within them. Is it possible to combine these two approaches to increase profitability? Price...
Binary Flags : How to minimize bool parameters in a function signature? Author: DMITRII PECHERITSA
MA Ribbon: The indicator shows the areas, where fast MA and slow MA cross. Author: Automated-Trading
SMTP Mail Library: Library for sending mail messages. Author: Andrey Voytenko
Transfer trades from the tester report to the chart: The script is designed to transfer trades from the standard report of the MetaTrader 4 tester to the chart. It transfers to the chart: Entry Points. Displayed by characters separately for long and short positions. The character codes can be set...
New article Graphical Interfaces X: Time control, List of checkboxes control and table sorting (build 6) has been published: Development of the library for creating graphical interfaces continues. The Time and List of checkboxes controls will be covered this time. In addition, the CTable class now...
Quick Market-watch Launcher : This script opens all market watch symbols with the default template using the selected period. Save prefferred template as default.tpl to have all charts open with same template of your choice. Happy Trading. Author: Nelson Wanyama
Forex Scalping With SMA and Stochastics: Short description. Author: Tai Vo
ENGULFING: "ENGULFING" EA Trades when there is an ENGULFING pattern. Author: Aharon Tzadik
Alphabet structure : Sets of latin, russian characters, digits, punctuation, etc. Author: DMITRII PECHERITSA
Basic check-up of Experts for MQL4 : This is a simple function for the initial control of an expert. Author: Ali Poormomen
manual trade by keyboard: After looking for many Trading concepts and requirements of my own tried to code an EA. First collected many EA's and tried their codes I re-designed the following codes for my own needs to use for trading. Hope you also find the EA helps you .. Have healthy life and...
Smoothed CCI: Smoothed CCI Author: Mladen Rakic 
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...