Bestsellers in the Market:
Published article "Developing a trading Expert Advisor from scratch (Part 12): Times and Trade (I)".
Today we will create Times & Trade with fast interpretation to read the order flow. It is the first part in which we will build the system. In the next article, we will complete the system with the missing information. To implement this new functionality, we will need to add several new things to the code of our Expert Advisor.
1 new signal now available for subscription:
Bestsellers in the Market:
The most downloaded free products:
New publications in CodeBase
- Two pending orders 2 Two pending orders at the beginning of the day
- At random Full The Expert Advisor is a joke: the position is opened randomly. Now there is a Stop Loss, Take Profit and much more
Published article "Developing a trading Expert Advisor from scratch (Part 11): Cross order system".
In this article we will create a system of cross orders. There is one type of assets that makes traders' life very difficult for traders — futures contracts. But why do they make life difficult?
1 new signal now available for subscription:
Bestsellers in the Market:
The most downloaded free products:
Published article "DoEasy. Controls (Part 5): Base WinForms object, Panel control, AutoSize parameter".
In the article, I will create the base object of all library WinForms objects and start implementing the AutoSize property of the Panel WinForms object — auto sizing for fitting the object internal content.
Published article "Developing a trading Expert Advisor from scratch (Part 10): Accessing custom indicators".
How to access custom indicators directly in an Expert Advisor? A trading EA can be truly useful only if it can use custom indicators; otherwise, it is just a set of codes and instructions.
The most downloaded free products:
Bestsellers in the Market:
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.
Learn how to design a trading system by MFI
The new article from our series about designing a trading system based on the most popular technical indicators considers a new technical indicator - the Money Flow Index (MFI). We will learn it in detail and develop a simple trading system by means of MQL5 to execute it in MetaTrader 5.
Most downloaded source codes this month
- Adaptive grid Adaptive grid expert for mt4
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- Simple timer next candle A non-invasive candle time that can be positioned next to price or near a corner.
1 new signal now available for subscription:
New publications in CodeBase
- At random Expert is a joke! The position is opened at random!
- MACD Four Colors Arrow A series of indicators 'Four Colors'. Signals are now 'Arrow' in the main window
- Trickerless Only successfully tested on INSTAFOREX broker, InstaForex-Europe.com server 5 digits, pair EURGBP daily, leverage 1:1000, with free swap account.
- Send LINE Notify - Send Alert Message to LINE APP This Script is the example of using function LineNotify that use to send message to LINE APP via Line Notify service As the function LineNotify use webrequest to send HTTP request so it can be used in EA or Script program only , can't use in Indicator program
The most popular forum topics:
- Most major brokers still only support MT4, what gives? 29 new comments
- My EA is firing off multiple trades instead of 1 per candle. 18 new comments
- VPS not working 15 new comments
Published article "Data Science and Machine Learning (Part 05): Decision Trees".
Decision trees imitate the way humans think to classify data. Let's see how to build trees and use them to classify and predict some data. The main goal of the decision trees algorithm is to separate the data with impurity and into pure or close to nodes.
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- Wrong prices when trades open MQL5 30 new comments
- Unexpected order 15 new comments
- Can't open demo account(s) via MT5 13 new comments
Published article "Developing a trading Expert Advisor from scratch (Part 9): A conceptual leap (II)".
In this article, we will place Chart Trade in a floating window. In the previous part, we created a basic system which enables the use of templates within a floating window.
2 new signals now available for subscription:
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.
Learn how to design a trading system by Volumes
Here is a new article from our series about learning how to design a trading system based on the most popular technical indicators. The current article will be devoted to the Volumes indicator. Volume as a concept is one of the very important factors in financial markets trading and we have to pay attention to it. Through this article, we will learn how to design a simple trading system by Volumes indicator.
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.
Most downloaded source codes this week
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- Candle Closing Time Remaining (CCTR) MT5 MetaTrader 5 version of Candle Closing Time Remaining (CCTR) is an indicator which displays the remaining time for an open candle to be closed.
- Adaptive grid Adaptive grid expert for mt4
The most downloaded free products:
Bestsellers in the Market:
2 new signals now available for subscription:
New publications in CodeBase
- Exponential Range Average & Deviation Offset An exponential moving average of the true range and the offset of its average deviation
- Super trend - simple Alert Added alerts to custom indicator
- Exponential Range Average & Deviation Offset An exponential moving average of the true range and the offset of its average deviation
Bestsellers in the Market:
The most popular forum topics:
- VPS for MT4 always stop 33 new comments
- Which method is fast and resource friendly for multicurrency scanner? 23 new comments
- Features of the mql5 language, subtleties and tricks 12 new comments
3 new signals now available for subscription:
Published article "Learn how to design a trading system by Ichimoku".
Here is a new article in our series about how to design a trading system b the most popular indicators, we will talk about the Ichimoku indicator in detail and how to design a trading system by this indicator.
New publications in CodeBase
- Candles without shadows Candlestick chart without shadows
- Higher Timeframe Indicator that shows higher timeframe candle on current timeframe.