Articles, Library comments - page 238

Trends Accumulator: Accumulator of price movements. Defines the start and the end of a trend. Author: Diogo Seca
ZigZag_Fibo_v2beta: Indicator ZigZag with levels Fibo. Author: John Smith
ZigZag On Heikin Ashi: The ZigZag drawn using Heikin Ashi extremums Author: Serhii Ivanenko
  Experts: Rabbit3  (15   1 2)
Rabbit3: The strategy uses two indicators Moving Average, MA with different periods, Commodity Channel Index, CCI and Williams’ Percent Range, %R. Author: Vladimir Karputov
New article MQL5 Programming Basics: Lists has been published: The new version of the MQL language has provided developers of automated trading systems with effective tools for the implementation of complex tasks. One cannot deny the fact that the programming functionalities of the language have...
Cronex Super Position: Superposition of RSI and DeMarker technical indicators. As a rule, it takes too much time to switch between the periods and the indicator parameters to compare the behaviour and reveal the genuine dynamics of the indicators. This indicator was created after the working...
New article Risk Evaluation in the Sequence of Deals with One Asset has been published: This article describes the use of methods of the theory of probability and mathematical statistics in the analysis of trading systems. Author: Alexey Nikolaev
New article The NRTR indicator and trading modules based on NRTR for the MQL5 Wizard has been published: In this article we are going to analyze the NRTR indicator and create a trading system based on this indicator. We are going to develop a module of trading signals that can be used in creating...
Index Dollar: The indicator draws the dollar index on the chart. The indicator is intended to simplify the charts analysis. Author: John Smith
HL Cross Signal for WPR: The HLCrossSig for WPR is considered as a trend indicator, since it is intended for "catching" trends. However, it's a pretty complex and informative indicator that allows excluding the psychological and emotional influence from trading. This indicators shows levels for...
New article Testing patterns that arise when trading currency pair baskets. Part II has been published: We continue testing the patterns and trying the methods described in the articles about trading currency pair baskets. Let's consider in practice, whether it is possible to use the patterns of the...
chkOnlineStatus: It shows the three relevant items of the online status of the terminal: connection, ping, prev_calculated and sends an email if defined. Author: Carl Schreiber
Alligator: A trading system based on the Alligator indicator. If possible, the EA moves positions to breakeven and then enables trailing stop. Author: Vladimir Karputov
If the markets are a game, so capitalism is a game, but it seems in this game everybody is winning. So please someone provide me just 1 example of a another game where: 1- everybody wins. 2- a game that will never end in the future, as the markets then you will have proved to me it's a game
InfoLabel: A simple label that shows information like Ask and Bid, OHLC prices, volume, spread, remaining candle time, local & server time. Author: Bullworth
NonLagZigZag_v2: NonLagZigZag_v2 indicator. Author: John Smith
New article Cross-Platform Expert Advisor: Reuse of Components from the MQL5 Standard Library has been published: There exists some components in the MQL5 Standard Library that may prove to be useful in the MQL4 version of cross-platform expert advisors. This article deals with a method of making...
Engulfing with RSI: Not really profitable but the code fits on one page. Opens buys on bullish engulfing candles when RSI is above over-bought and sells on bearish engulfing candles when RSI is below over-sold. When the account's profit reaches the desired level it closes all the orders. Author:...
New article Cross-Platform Expert Advisor: Orders has been published: MetaTrader 4 and MetaTrader 5 uses different conventions in processing trade requests. This article discusses the possibility of using a class object that can be used to represent the trades processed by the server, in order for...
II (Outbreak) EA: Expert Advisor for pyramiding into big and fast market movements. Inputs Commission - commission per round lot.SpreadThreshold - maximum spread (in points) to open orders (if spread is higher than set threshold Expert Advisor won't open trades).MagicNumber - order magic number...
New article Testing patterns that arise when trading currency pair baskets. Part I has been published: We begin testing the patterns and trying the methods described in the articles about trading currency pair baskets. Let's see how oversold/overbought level breakthrough patterns are applied in...
  Tester: My First "Grail"  (23   1 2 3)
New article My First "Grail" has been published: Examined are the most frequent mistakes that lead the first-time programmers to creation of a "super-moneymaking" (when tested) trading systems. Exemplary experts that show fantastic results in tester, but result in losses during real trading are...
New article Resolving entries into indicators has been published: Different situations happen in trader’s life. Often, the history of successful trades allows us to restore a strategy, while looking at a loss history we try to develop and improve it. In both cases, we compare trades with known...
  Indicators: Extrapolator  (14   1 2)
Extrapolator: Extrapolator is a result of my long-term research in the area of the Timeseries Forecasting. Author: Vladimir
MA Candles Two Colors: This Indicator draws different color candles above and below the MA line. Author: file45
LeadLagRelationshipTester: Script for checking the LeadLagRelationship indicator. Author: Ilnur Khasanov
Indicator Values to CSV: Save your indicator values and Open, High, Low, Close, Volume data to a csv file of your choice. Author: Inovance
New article Comparing different types of moving averages in trading has been published: This article deals with seven types of moving averages (MA) and a trading strategy to work with them. We also test and compare various MAs at a single trading strategy and evaluate the efficiency of each moving...
Indicator of the options levels: The indicator is designed for calculating and displaying the options levels on the screen. Author: Andrew Kornishkin
New article Studying the CCanvas Class. How to Draw Transparent Objects has been published: Do you need more than awkward graphics of moving averages? Do you want to draw something more beautiful than a simple filled rectangle in your terminal? Attractive graphics can be drawn in the terminal. This...