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 → Expert Advisor Studio → Can someone check if have same bug with importing data from tickstory?

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 2

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.

Posts: 2

Pages 1

You must login or register to post a reply

Forex Software → Expert Advisor Studio → Can someone check if have same bug with importing data from tickstory?

Similar topics in this forum