Home › Forums › Express Generator › Download FTMO Data (JSON)?
- This topic has 5 replies, 1 voice, and was last updated 1 year ago by Anonymous.
-
AuthorPosts
-
-
January 5, 2024 at 20:56 #224944AnonymousInactive
Hello,
I want to use the Express Generator for creating strategies based on FTMO Data. I have attempted to download those data using the “fetch.js” file, but it only downloads Premium Data, and doesn’t allow the selection of other Broker data.
Is there a way to download the FTMO Data that is already available on the EA Studio? I am aware that it’s possible to download data from any broker using the Data Export.mq4 script, but since I don’t have an FTMO account and the FTMO Data are already present on EA Studio, is there a method to extract this data in a .JSON format ?
Thank you,
Wassim
-
January 5, 2024 at 23:36 #224983AnonymousInactive
Sure, you just have to define it in your scripts or .ini file, such as –server FTMO or server = FTMO, depending where you do it.
-
January 5, 2024 at 23:38 #224984AnonymousInactive
There should be two hyphens there before server, but the forum removes one in the comments after hitting submit.
-
January 6, 2024 at 2:53 #225005AnonymousInactive
Thank you for your answer aaronpriest,
I tried to add the parameter –server FTMO when I run the fetch.js, but I had an error “Unknown Parameters…”. I guess we can’t choose the server using the ini file.
Do you have the “server” parameter? Maybe I don’t have the last update of Express Generator.
Thank you,
Wassim
-
January 6, 2024 at 3:50 #225013AnonymousInactive
The .ini file would use “server = FTMO” if you go with that method. If you do it via variables on a command line script as I do then it would be “–server FTMO”. Both work. You do need a newer version of Express Generator though, I can’t remember which build number added it without looking it up.
-
January 6, 2024 at 12:26 #225070AnonymousInactive
Ok I got the latest version and now I have the server parameter and It works, I have all data I need now.
Thanks for your answers.
Wassim
-
-
-
-
-
AuthorPosts
- You must be logged in to reply to this topic.