Published article "Tips from a professional programmer (Part I): Code storing, debugging and compiling. Working with projects and logs".
These are some tips from a professional programmer about methods, techniques and auxiliary tools which can make programming easier.
Published article "Combination scalping: analyzing trades from the past to increase the performance of future trades".
The article provides the description of the technology aimed at increasing the effectiveness of any automated trading system. It provides a brief explanation of the idea, as well as its underlying basics, possibilities and disadvantages.
The most downloaded free products:
Most read articles this month
How to purchase a trading robot from the MetaTrader Market and to install it?
A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.
How to Test a Trading Robot Before Buying
Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.
In this article, I will create the collection class of Depths of Market of all symbols and start developing the functionality for working with the MQL5.com Signals service by creating the signal object class.
Most downloaded source codes this month
- b-clock Show minutes and seconds left before new candle is appeared.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- PivotPoint This indicator draws pivot points, resistances and supports.
Bestsellers in the Market:
The most downloaded free products:
The most popular forum topics:
- The future of the Forex industry 274 new comments
- Errors, bugs, questions 36 new comments
- Definition of a pin bar (indecision candle) 18 new comments
Bestsellers in the Market:
Most read articles this week
How to purchase a trading robot from the MetaTrader Market and to install it?
A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.
How to Test a Trading Robot Before Buying
Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.
Other classes in DoEasy library (Part 67): Chart object class
In this article, I will create the chart object class (of a single trading instrument chart) and improve the collection class of MQL5 signal objects so that each signal object stored in the collection updates all its parameters when updating the list.
Most downloaded source codes this week
- PivotPoint This indicator draws pivot points, resistances and supports.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- b-clock Show minutes and seconds left before new candle is appeared.
Bestsellers in the Market:
New publications in CodeBase
- Dslu RSI of average Non-anchored discontinued signal line RSI of average
- Dsl RSI of average Discontinued signal line version RSI of averages
1 new signal now available for subscription:
The most popular forum topics:
- The future of the Forex industry 183 new comments
- The market is a controlled dynamic system. 92 new comments
- Questions from Beginners MQL5 MT5 MetaTrader 5 15 new comments
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- Dsl CCI of averages Discontinued signal line CCI using average of price for filtering signals
- Trading Panel I started to create a simple trading panel to switch between pairs and timeframes. and next version, I will add trading features and manage orders.
The most popular forum topics:
- The future of the Forex industry 115 new comments
- How long did it take you to go from being a beginner to a consistently profitable trader? 79 new comments
- The market is a controlled dynamic system. 67 new comments
The most downloaded free products:
Bestsellers in the Market:
1 new signal now available for subscription:
Published article "MVC design pattern and its possible application".
The article discusses a popular MVC pattern, as well as the possibilities, pros and cons of its usage in MQL programs. The idea is to split an existing code into three separate components: Model, View and Controller.
New publications in CodeBase
- Dsl MACD 2 Discontinued signal line MACD
- One_Price_SL_TP This EA, Ask you to Put price, whatever price you put, in "ZEN" field, you will get that price on all open orders either SL or TP value, that would help to close all orders at one price, and you can close all bulk orders in one shot. (works very well with large balance - i suggest cent / micro account for newbees. to be able to place large closure of orders. Openin random orders manually with ongoing trend is suitable for large order accounts.
The most downloaded free products:
The most popular forum topics:
- The market is a controlled dynamic system. 62 new comments
- Interesting and humorous (politics and history banned) 45 new comments
- How long did it take you to go from being a beginner to a consistently profitable trader? 26 new comments
Bestsellers in the Market:
The most popular forum topics:
- Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes 77 new comments
- The market is a controlled dynamic system. 65 new comments
- Interesting and humorous (politics and history banned) 56 new comments
Bestsellers in the Market:
Published article "Other classes in DoEasy library (Part 69): Chart object collection class".
With this article, I start the development of the chart object collection class. The class will store the collection list of chart objects with their subwindows and indicators providing the ability to work with any selected charts and their subwindows or with a list of several charts at once.
The most downloaded free products:
New publications in CodeBase
- Solar Wind Indicator for MQ5 This is a re-write of the old Solar Winds indicator for MQ5. There has recently been some 'excitement' about using this with other indicators for entry signals, and after a request to develop an indicator using it, I found that it was a classic re-painter - so I am contributing this code with an easy switch to allow seeing the indicator in re-paint versus non-repaint mode.
- Ehlers FM Demodulation The FM Demodulation Indicator tracks the timing of price variations.
Most read articles this month
How to purchase a trading robot from the MetaTrader Market and to install it?
A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.
How to Test a Trading Robot Before Buying
Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.
Machine learning in Grid and Martingale trading systems. Would you bet on it?
This article describes the machine learning technique applied to grid and martingale trading. Surprisingly, this approach has little to no coverage in the global network. After reading the article, you will be able to create your own trading bots.