forex software

Create and Test Forex Strategies

forex software

Skip to forum content

Forex Software

Create and Test Forex Strategies

You are not logged in. Please login or register.


Forex Software → Forex Strategy Builder Professional → font problem in non English stock

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 4

1 (edited by ask.mehdi 2022-06-27 21:42:49)

Topic: font problem in non English stock

1)I buy an script that can extract a copy of spared from my Persian font name stock to .json file
2)then copy this produce .json file from MT5 file data MQL folder to system folder in FSB program.
3) so my broker name create in FSB data source Tab and when click on it my farsi(Persian) font stock represent on symbol but have ? character replace Persian character.
Attach: .json file, screenshot of problem

Post's attachments

DataSource_MofidTrader.json 7.2 kb, 2 downloads since 2022-06-27 

font problem.jpg 220.18 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: font problem in non English stock

I see. The problem is that the script exports the JSNO file in ASCII format. It looks like that:

    "InstrumentProperties": {
        "????" : {
            "Symbol"          : "????",
            "InstrType"       : 1,
            "Comment"         : "??? ????????",
            "PriceIn"         : "RLS",
            "BaseFileName"    : "????",
            "LotSize"         : 1,
            "Slippage"        : 0,
            "Spread"          : 170.00,

I'll test the possibilities to make it export UTF-8 format.

for now, you can open the .JSON file in a text editor (Notepad or better Notepad++) and replace the "?????" with a proper text.

3 (edited by ask.mehdi 2022-06-29 08:07:46)

Re: font problem in non English stock

Popov wrote:

I see. The problem is that the script exports the JSNO file in ASCII format. It looks like that:

    "InstrumentProperties": {
        "????" : {
            "Symbol"          : "????",
            "InstrType"       : 1,
            "Comment"         : "??? ????????",
            "PriceIn"         : "RLS",
            "BaseFileName"    : "????",
            "LotSize"         : 1,
            "Slippage"        : 0,
            "Spread"          : 170.00,

I'll test the possibilities to make it export UTF-8 format.

for now, you can open the .JSON file in a text editor (Notepad or better Notepad++) and replace the "?????" with a proper text.

thanks thanks sir
because I need making file by this script every day for 50 stock name,
I attach my script if it possible develop this for solve this problem.

Post's attachments

step1.mq5 9.95 kb, 1 downloads since 2022-06-29 

You don't have the permssions to download the attachments of this post.

Re: font problem in non English stock

Popov wrote:

I see. The problem is that the script exports the JSNO file in ASCII format. It looks like that:

    "InstrumentProperties": {
        "????" : {
            "Symbol"          : "????",
            "InstrType"       : 1,
            "Comment"         : "??? ????????",
            "PriceIn"         : "RLS",
            "BaseFileName"    : "????",
            "LotSize"         : 1,
            "Slippage"        : 0,
            "Spread"          : 170.00,

I'll test the possibilities to make it export UTF-8 format.

for now, you can open the .JSON file in a text editor (Notepad or better Notepad++) and replace the "?????" with a proper text.


dear sir Popov
Replace ??? with a proper text could not work  when I replace in notepad when save and close it return to orginal text.
can you test the possibilities to make it export UTF-8 format?
because I need making file by this script every day for 50 stock name,
I attach my script if it possible develop this for solve this problem.

Posts: 4

Pages 1

You must login or register to post a reply

Forex Software → Forex Strategy Builder Professional → font problem in non English stock

Similar topics in this forum