New publications in CodeBase
- ATR Trend Envelopes Trend Envelopes indicator that uses ATR for the price change calculation.
- QQE of Parabolic Weighted Velocity This version of QQE is using Parabolic Weighted Velocity to determine trend.
- QQE of Velocity This version of QQE is using Velocity indicator to determine trend.
- QQE of CCI QQE (Quantitative Qualitative Estimation) using CCI (Commodity Channel Index) instead of RSI (Relative Strength Index) as a "basic" indicator.
- Schaff Trend Cycle CD - NonLag MA Schaff Trend Cycle CD is usually calculated using Signal line of the MACD, meaning EMA (Exponential Moving Average) of the difference of two EMAs (Exponential Moving Averages).
- Ultra Trend - Zero Lag TEMA Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag TEMA for trend calculations.
- Ultra Trend - Zero Lag DEMA Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag DEMA for trend calculations.
- Ultra Trend - Zero Lag MA Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag MA for trend calculations.
- Mikko Breakout Mikko Breakout indicator is based on a break of previous highest high or lowest low.
- Zero Lag TEMA Crosses This indicator is actually a combination of two values: it shows the crosses of fast and slow Zero Lag TEMA, and that cross determines the current market trend.
- Schaff Trend Cycle - NonLag MA This version of Schaff Trend Cycle uses a much "faster" moving average than EMA (NonLag MA) for that calculation which makes the resulting MACD "faster" and thus the resulting Schaff Trend Cycle "faster" to to market changes.
- Renko-Fractals-Grid This EA uses "Renko" box size on MetaTrader 4 chart. When the price reaches the level where there was a fractal, the EA enters a trade, has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ.
- RSI MA EA EA purposes to always win with cumulative profit and to manage volume.
The most downloaded free products:
The most popular forum topics:
- Trend indicators for EAs. 79 new comments
- Copying issue 17 new comments
- Machine learning in trading: theory, models, practice and algo-trading 17 new comments
Most downloaded source codes this week
- Automatic Fibonacci Lines MrVB AutoFibLinesMrVB indicator draws automatically the Fibonacci levels on the chart.
- Martingale VI Hybrid A martingale strategy, an old EA that was rebuilt to be efficient.
- Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
Most read articles this week
Developing the oscillator-based ZigZag indicator. Example of executing a requirements specification
The article demonstrates the development of the ZigZag indicator in accordance with one of the sample specifications described in the article "How to prepare Requirements Specification when ordering an indicator". The indicator is built by extreme values defined using an oscillator. There is an ability to use one of five oscillators: WPR, CCI, Chaikin, RSI or Stochastic Oscillator.
How to analyze the trades of the Signal selected in the chart
The trade Signals service develops in leaps and bounds. Trusting our funds to a signal provider, we would like to minimize the risk of losing our deposit. So how to puzzle out in this forest of trade signals? How to find the one that would produce profits? This paper proposes to create a tool for visually analyzing the history of trades on trade signals in a symbol chart.
Social Trading. Can a profitable signal be made even better?
Most subscribers choose a trade signal by the beauty of the balance curve and by the number of subscribers. This is why many today's providers care of beautiful statistics rather than of real signal quality, often playing with lot sizes and artificially reducing the balance curve to an ideal appearance. This paper deals with the reliability criteria and the methods a provider may use to enhance its signal quality. An exemplary analysis of a specific signal history is presented, as well as methods that would help a provider to make it more profitable and less risky.
Bestsellers in the Market:
Bestsellers in the Market:
The most popular forum topics:
- How are you with a market mindset? 130 new comments
- Why drag EA to the main picture above, the EA will automatically under a single first? 9 new comments
- Trend-tracking trading systems 9 new comments
The most downloaded free products:
The most popular forum topics:
- You have a technical mind, don't you? 128 new comments
- The market is a controlled dynamic system. 31 new comments
- Setting up to share my CPU Power 27 new comments
Bestsellers in the Market:
Bestsellers in the Market:
New publications in CodeBase
- BB Stops JMA Bollinger Bands Stops indicator that uses JMA (Jurik Moving Average) for calculation.
- XIT Three Moving Average Cross Three moving average cross with MACD signal verification before opening order. Updated 8/30/2018:
The most downloaded free products:
The most popular forum topics:
- Features of the mql5 language, subtleties and tricks 54 new comments
- The market is a controlled dynamic system. 37 new comments
- Machine learning in trading: theory, models, practice and algo-trading 26 new comments
Bestsellers in the Market:
New publications in CodeBase
- Parabolic Weighted Moving Average Variation of the Linear Weighted Moving Average where the weights can be changed to form a parabolic curve.
- Parabolic Weighted Velocity This version of Jurik Velocity extends the original by allowing you to change the "power" of the calculated averages used for velocity calculation.
Most downloaded source codes this month
- Martingale VI Hybrid A martingale strategy, an old EA that was rebuilt to be efficient.
- Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
- RSISignal This indicator is based on original RSI, but more features are added to general signals and watch the strength of the price movement. The main purpose is to general buy/sell signals using smoothed RSI and its MA.
Most read articles this month
Trade Operations in MQL5 - It's Easy
Almost all traders come to market to make money but some traders also enjoy the process itself. However, it is not only manual trading that can provide you with an exciting experience. Automated trading systems development can also be quite absorbing. Creating a trading robot can be as interesting as reading a good mystery novel.
Random Decision Forest in Reinforcement learning
Random Forest (RF) with the use of bagging is one of the most powerful machine learning methods, which is slightly inferior to gradient boosting. This article attempts to develop a self-learning trading system that makes decisions based on the experience gained from interaction with the market.
Developing the oscillator-based ZigZag indicator. Example of executing a requirements specification
The article demonstrates the development of the ZigZag indicator in accordance with one of the sample specifications described in the article "How to prepare Requirements Specification when ordering an indicator". The indicator is built by extreme values defined using an oscillator. There is an ability to use one of five oscillators: WPR, CCI, Chaikin, RSI or Stochastic Oscillator.
Bestsellers in the Market:
New publications in CodeBase
- JMA TRIX Log TRIX indicator using a logarithm of a price and JMA (Jurik Moving Average) instead of Exponential Moving Average for smoothing.
- T3 TRIX Log TRIX indicator using a logarithm of a price and T3 instead of Exponential Moving Average for smoothing.
- TRIX Log TRIX indicator using a logarithm of a price.
- KeyboardTrade This tool is for trading with keyboard input, it supports "Send order", "Set Stop Loss", "Set Take Profit", and "Close order".
Published article "Deep Neural Networks (Part VI). Ensemble of neural network classifiers: bagging".
The article discusses the methods for building and training ensembles of neural networks with bagging structure. It also determines the peculiarities of hyperparameter optimization for individual neural network classifiers that make up the ensemble. The quality of the optimized neural network obtained in the previous article of the series is compared with the quality of the created ensemble of neural networks. Possibilities of further improving the quality of the ensemble's classification are considered.
Published article "Expert Advisor featuring GUI: Creating the panel (part I)".
Despite the fact that many traders still prefer manual trading, it is hardly possible to completely avoid the automation of routine operations. The article shows an example of developing a multi-symbol signal Expert Advisor for manual trading.
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- MOEX.Beginner's Questions 49 new comments
- Windows 10 doesn't think I'm human! 40 new comments
- How much money can you make? 39 new comments
New publications in CodeBase
- Trend Trigger Factor JMA - Multi TimeFrame Multi timeframe version of the Trend Trigger Factor JMA indicator.
- Trend Trigger Factor - Multi TimeFrame Multi timeframe version of the Trend Trigger Factor indicator.
- Trend Scalp Trend Trigger Factor indicator ported to MQL5 from wrongly coded version for MetaTrader 4.
- Trend Trigger Factor JMA Trend Trigger Factor indicator with JMA (Jurik Moving Average) smoothing to lessen false signals and some extras in order to make the trend triggering state easier.
- Trend Trigger Factor Trend Trigger Factor indicator with T3 smoothing (to lessen false signals) and some extras in order to make the trend triggering state easier.
- KAMA Keltner Сhannel Keltner Channel calculated as Perry Kaufman's Adaptive Moving Average (KAMA) +- ATR distance for the bands.
- JMA Keltner Сhannel Keltner Channel calculated as JMA (Jurik Moving Average) +- ATR distance for the bands.
- NonLagMA Keltner Сhannel Keltner Channel calculated as Non Lag MA +- ATR distance for the bands.
Published article "How to analyze the trades of the Signal selected in the chart".
The trade Signals service develops in leaps and bounds. Trusting our funds to a signal provider, we would like to minimize the risk of losing our deposit. So how to puzzle out in this forest of trade signals? How to find the one that would produce profits? This paper proposes to create a tool for visually analyzing the history of trades on trade signals in a symbol chart.
Most downloaded source codes this week
- Automatic Fibonacci Lines MrVB AutoFibLinesMrVB indicator draws automatically the Fibonacci levels on the chart.
- Martingale VI Hybrid A martingale strategy, an old EA that was rebuilt to be efficient.
- Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
Most read articles this week
Developing the oscillator-based ZigZag indicator. Example of executing a requirements specification
The article demonstrates the development of the ZigZag indicator in accordance with one of the sample specifications described in the article "How to prepare Requirements Specification when ordering an indicator". The indicator is built by extreme values defined using an oscillator. There is an ability to use one of five oscillators: WPR, CCI, Chaikin, RSI or Stochastic Oscillator.
Processing optimization results using the graphical interface
This is a continuation of the idea of processing and analysis of optimization results. This time, our purpose is to select the 100 best optimization results and display them in a GUI table. The user will be able to select a row in the optimization results table and receive a multi-symbol balance and drawdown graph on separate charts.
MQL5: Analysis and Processing of Commodity Futures Trading Commission (CFTC) Reports in MetaTrader 5
In this article, we will develop a tool for CFTC report analysis. We will solve the following problem: to develop an indicator, that allows using the CFTC report data directly from the data files provided by Commission without an intermediate processing and conversion. Further, it can be used for the different purposes: to plot the data as an indicator, to proceed with the data in the other indicators, in the scripts for the automated analysis, in the Expert Advisors for the use in the trading strategies.
Bestsellers in the Market:
The most downloaded free products:
The most popular forum topics:
- Floating windows in the next release of MetaTrader 5 41 new comments
- Windows 10 doesn't think I'm human! 36 new comments
- Subscription to OnBookEvent sometimes falls off - is there such a thing? 29 new comments