Renko offline chart symbol problem

 

RenkolivechartV3.2 source code: https://www.mql5.com/en/code/9358

I using renkolivechartV3.2 on ikon fx turbo meta MT4 platform, this platform symbol got extra two dot behind currency pair symbol, example: "EURUSD.."

I only able to create renko offline chart by enable strange symbol name in this renkolivechart EA, the problem is that offline renko chart which created is only 6 characters "EURUSD"

it able to show renko brick chart, but when right click, there is no trading in list and my EA also can't place order.


I try to expand if(StrangeSymbolName) SymbolName = StringSubstr(Symbol(), 0, 6) to if(StrangeSymbolName) SymbolName = StringSubstr(Symbol(), 0, 8)

but MT4 show error"EURUSD..,M1: Error: can't create / open history file: wrong file name: EURUSD..2.hst"

I just wondering why if I use 6 or 7 characters, it can create offline chart with symbol EURUSD or EURUSD., but not for 8 characters since in history folder, all history file name is named as EURUSD..1.hst, EURUSD..5.hst, EURUSD..15.hst and so on...

can anybody assist me to solve this problem? or rewrite Renkolivechart EA and send to my email? thanks manmancai@yahoo.com.hk

Reason: