There are a lot of information about custom symbols on this mql5 portal.
You can search by yourself:
- search results for articles is here;
- search results in documentation;
- search results in CodeBase (yes, there are free tools for custom symbols);
- search results for the blogs;
- MetaTrader 5 Help → Trading Operations → For Advanced Users → Custom Financial Instruments
- forum search results is here;
- Upcoming Article on generating Non-Standard charts (such as Renko), using MT5’s “Custom Symbols” (similar to “Offline Charts” in MT4) - forum thread
- and more (for custom symbols) and more (for non-standard charts).
Custom Symbols
The forum
- New MetaTrader 5 Platform Build 1640: Creating and testing custom symbols - the thread (announcement)
- How to create custom symbols and feed it's chart data from a remote server in real time- small thread
- Upcoming Article on generating Non-Standard charts (such as Renko), using MT5’s “Custom Symbols” (similar to “Offline Charts” in MT4) - forum thread
- and more here
The articles
- MQL5 Cookbook: Trading strategy stress testing using custom symbols - Metatrader 5
- Creating and testing custom symbols in MetaTrader 5 - Metatrader 5
- How to create and test custom MOEX symbols in MetaTrader 5 - Metatrader 5
- Modeling time series using custom symbols according to specified distribution laws - Metatrader 5
- more here
CodeBase
- Renko 2.0 Offline - library for MetaTrader 5
- Renko 2.0 ATR - library for MetaTrader 5
- ThirdPartyTicks - script for MetaTrader 5
- RenkoChart - expert for MetaTrader 5
- Symbol - library for MetaTrader 5
- Renko 2.0 - indicator for MetaTrader 5
- and more here
Documentation
Metatrader 5 Help
- MetaTrader 5 Build 1640: creating and testing custom symbols
- Custom Financial Instruments - For Advanced Users - Trading Operations
- MetaTrader 5 Build 1730: projects in MetaEditor and Synthetic financial instruments
- and more here
============

- 2017.07.21
- MetaQuotes
- www.metatrader5.com
You are misinformed about Custom Symbols! Custom Symbols in MT5 is much more advanced than Offline Charts in MT4. However, it is also much more complex and difficult to work with, especially for inexperienced or novice coders. Unfortunately, the steps for creating for example 2 Day charts is not as simple as just a few steps.
In the post above, @Sergey Golubev has given you a very extensive list of resources for you to study and to help you develop code for creating Custom Symbols on your own.
If however, you find it mush too difficult, then please consider hiring someone to do it for you instead.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I was wondering why MT5 does not have the Period Converter script (PeriodConverter.mq4) that MT4 has.
Someone mentioned Custom Symbols, but this seems very limited as per documentation and I cannot see how to make bars with different time frames such as 2 Days.
If someone can please explain in steps how to generate different time frames E.g. 2 Day that would be appreciated.
Or if the PeriodConverter.mq4 can be adjusted and Open Offline can be added to MT5 that would be great.
Also do not see why custom Timeframes cannot be added to MT5 as a default option. E.g. 2D should not be more difficult than 1h (current 30min + previous 30min).