The most popular forum topics:
- A topic for traders. 83 new comments
- Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes 55 new comments
- Representation of an object in programming. 15 new comments
Bestsellers in the Market:
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this month
- PivotPoint This indicator draws pivot points, resistances and supports.
- VWAP - Volume Weighted Average Price VWAP is an intra-day calculation used primarily by algorithms and institutional traders to assess where a stock is trading relative to its volume weighted average for the day.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
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.

Fix PriceAction Stoploss or Fixed RSI (Smart StopLoss)
Stop-loss is a major tool when it comes to money management in trading. Effective use of stop-loss, take profit and lot size can make a trader more consistent in trading and overall more profitable. Although stop-loss is a great tool, there are challenges that are encountered when being used. The major one being stop-loss hunt. This article looks on how to reduce stop-loss hunt in trade and compare with the classical stop-loss usage to determine its profitability.

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.
The most popular forum topics:
- A topic for traders. 71 new comments
- Representation of an object in programming. 54 new comments
- Accumulation area and trend 36 new comments
The most downloaded free products:
Bestsellers in the Market:
2 new signals now available for subscription:
The most popular forum topics:
- A topic for traders. 45 new comments
- Errors, bugs, questions 44 new comments
- Hello, my question - Pointers to the Functions. 24 new comments
Bestsellers in the Market:
Most downloaded source codes this week
- Didi Index Indicator An indicator based on three moving averages.
- PivotPoint This indicator draws pivot points, resistances and supports.
- VWAP - Volume Weighted Average Price VWAP is an intra-day calculation used primarily by algorithms and institutional traders to assess where a stock is trading relative to its volume weighted average for the day.
Most read articles this week

An attempt at developing an EA constructor
In this article, I offer my set of trading functions in the form of a ready-made EA. This method allows getting multiple trading strategies by simply adding indicators and changing inputs.

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.
2 new signals now available for subscription:
The most downloaded free products:
Bestsellers in the Market:
2 new signals now available for subscription:
Bestsellers in the Market:
The most popular forum topics:
- Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes 42 new comments
- Do I trust the strategy tester? 21 new comments
- Interesting and Humour 20 new comments
New publications in CodeBase
- Didi Index (Cleaned/Reversed) Slow Line of the original Didi Index
- Didi Index (Cleaned/Reversed) Slow Line of the original Didi Index
Bestsellers in the Market:
The most downloaded free products:
The most popular forum topics:
- Errors, bugs, questions 35 new comments
- A topic for traders. 33 new comments
- Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes 16 new comments
Bestsellers in the Market:
New publications in CodeBase
- Deviation Ratio Volatility/volume indicator based on price deviations anomaly.
- On chart stochastic (like) On chart stochastic (like)
Bestsellers in the Market:
The most downloaded free products:
Most downloaded source codes this month
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- Volume Profile + Range v6.0 Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram.
- PivotPoint This indicator draws pivot points, resistances and supports.
Most read articles this month

Fix PriceAction Stoploss or Fixed RSI (Smart StopLoss)
Stop-loss is a major tool when it comes to money management in trading. Effective use of stop-loss, take profit and lot size can make a trader more consistent in trading and overall more profitable. Although stop-loss is a great tool, there are challenges that are encountered when being used. The major one being stop-loss hunt. This article looks on how to reduce stop-loss hunt in trade and compare with the classical stop-loss usage to determine its profitability.

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.
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 28 new comments
- Features of the mql5 language, subtleties and tricks 20 new comments
- Do I trust the strategy tester? 19 new comments
New publications in CodeBase
- Save current chart to default template it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any other name you want.
- GSV - Greatest Swing Value MTF Larry Williams 'Greatest Swing Value' as an indicator
- Basic file handling in MQL This code helps beginners in MQL4, specially those migrating from C++ to perform some basic fie operation.