Topic: Can someone check if have same bug with importing data from tickstory?

Hi,

i am loading data from tickstory with using their metatrader info file to change specifications as i want or like my broker.

I have see when i load back the fxt file all in settings is correct.

When i now use EA Studio Data Export to import in eastudio and when i look into symbol settings i get the wrong values in swap long swap short. Is there a bug?


Maybe someone use the same workflow and reproduce it.

Re: Can someone check if have same bug with importing data from tickstory?

This is the code from the script:

"\"swapLong\":"  + DoubleToString( MarketInfo(symbol, MODE_SWAPLONG),  2)  + "," +
"\"swapShort\":" + DoubleToString( MarketInfo(symbol, MODE_SWAPSHORT), 2)  + "," +

You can find it in lines 112 and 113. I'm pretty sure the code is correct.

Please tell us what values you have in MetaTrader and what values you receive in EA Studio.