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 → Express Generator → Connect EG to my Historical Data

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 7

Topic: Connect EG to my Historical Data

How can I change the ExpressGenerator server so it will update with my downloaded historical data from my broker?

Alann,

Re: Connect EG to my Historical Data

Express Generator can download data only from the data feeds we provide eon our servers.

; Server: Premium, FTMO, BlackBull, MetaQuotes
server = Premium

To use data from your broker, do the following:
- Create a new directory under the Express Generator's "data" directory for your files.
- Download the data files with the script you use to export data for EA Studio and put the files in the created folder.

Call the Generator with the corresponding "server" parameter. Use the created directory name.

Let's say the new directory is "MyBroker".
Call Express Generator with:

node .\bin\gen.js --server MyBroker --symbol EURUSD --period M30 

Re: Connect EG to my Historical Data

Popov,

Thank you!

Alann,

4 (edited by Alann 2024-03-20 19:04:22)

Re: Connect EG to my Historical Data

I am trying to run EG with historical data I downloaded from Trading.com using the Data Export app.  I created a data folder called Trading under the "data" directory.  I then used power shell to fetch the data.  I get the following error:

https://i.postimg.cc/Bv72xJMs/fetch.png

When I change the data directory to Premium it works!

https://i.postimg.cc/XY5RRhSf/fetch-premium.png

Alann,

Re: Connect EG to my Historical Data

You can load only the data we collect on our data feed servers.

The currently available servers are:
- Premium: Data from DukasCopy with real spread. Their crypto and gold data have unusual digit counts.
- FTMO - we will probably remove it because they no longer support algotrading.
- BlackBull - MT5 live account. Real spread. The data are shorter than those of the other servers. However, they have good BTCUSD, ETHUSD and Gold data.
- MetaQuotes - this is the default data feed for MetaTrader when you download it from the Metaquotes. Real spread.

We will explore the Trading.com data from their MetaTrader 5 and decide if they are good enough.

Re: Connect EG to my Historical Data

Hi Popov,

In  a previous post above you stated the following:

To use data from your broker, do the following:
- Create a new directory under the Express Generator's "data" directory for your files.
- Download the data files with the script you use to export data for EA Studio and put the files in the created folder.

Call the Generator with the corresponding "server" parameter. Use the created directory name.

Let's say the new directory is "MyBroker".
Call Express Generator with:

node .\bin\gen.js --server MyBroker --symbol EURUSD --period M30


Is this no longer available to do?

Alan,

Re: Connect EG to my Historical Data

> To use data from your broker, do the following:

Yes, of course. This is the way to use custom data.

The files will also contain spreads if you export data from MetaTrader 5.

Make a folder "Trading" under the "data" folder and use the generator as follows:

// MacOS, Linux
node ./bin/gen.js --server Trading --symbol EURUSD --period M30 ...

// Windows
node .\bin\gen.js --server Trading --symbol EURUSD --period M30 ...

You don't need "fetch" when you use your data files.

If your data file is in another place, you can directly access it through its entire path.

node ./bin/gen.js  --data-file /my-data-dir/data/Trading/EURUSD_M30.json ...

Posts: 7

Pages 1

You must login or register to post a reply

Forex Software → Express Generator → Connect EG to my Historical Data

Similar topics in this forum