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 → Express Generator does not generate strategies

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 9

1 (edited by Alann 2023-10-18 11:58:45)

Topic: Express Generator does not generate strategies

I have uploaded version 2.49 of ExpressGenerator.  Now the most recent historical data date for EURUSD is Oct 13, 2023 which corresponds to when version 2.48 was updated.

Here are my settings:
max_data_bars = 200000
symbol    = EURUSD
use_data_start  = true
data_start      = -365
use_data_end    = false
data_end        = "01 Sept 2023 00:00 UTC"
use_trade_start = false
trade_start     = "01 Jan 2017 00:00 UTC"
data_start_percent = 0
data_end_percent   = 100


https://i.ibb.co/wBM5Ltg/EG-DATA-RANGE-Screenshot-2023-10-18-053751.png

Re: Express Generator does not generate strategies

Please fetch the data files again with the newest version and try it.

I tested it just now with your settings, and it found 300 strategies in 30 seconds.

My test parameters are:

node ./bin/gen.js --symbol EURUSD --period M15 --max-data-bars 200000 --use-data-start true --data-start -365 --use-trade-start false --data-start-percent 0 --data-end-percent 100 --initial-account 5000 --leverage 50

https://image-holder.forexsb.com/store/express-generator-v2.49-test-thumb.png


Please check if there are no other parameters involved.

3 (edited by aaronpriest 2023-10-18 12:37:30)

Re: Express Generator does not generate strategies

Alann wrote:

I have uploaded version 2.49 of ExpressGenerator.  Now the most recent historical data date for EURUSD is Oct 13, 2023 which corresponds to when version 2.48 was updated.

Here are my settings:
max_data_bars = 200000
symbol    = EURUSD
use_data_start  = true
data_start      = -365
use_data_end    = false
data_end        = "01 Sept 2023 00:00 UTC"
use_trade_start = false
trade_start     = "01 Jan 2017 00:00 UTC"
data_start_percent = 0
data_end_percent   = 100


https://i.ibb.co/wBM5Ltg/EG-DATA-RANGE-Screenshot-2023-10-18-053751.png

It depends on your data_start variable. I'm doing 10yrs for example.

EDIT: nevermind, I guess you were talking about the end date and not the start date.

Post's attachments

data_start.png 38.11 kb, file has never been downloaded. 

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

4 (edited by Alann 2023-10-18 14:12:50)

Re: Express Generator does not generate strategies

Disregard my previous post.  I will continue to work on it to see if I can resolve my issues!

5 (edited by Alann 2023-10-18 14:43:22)

Re: Express Generator does not generate strategies

When I just put M15 in my Historical_Data ini file it will fetch the data as shown:

Here is my Historical_Data ini file settings:
https://i.ibb.co/sg94DZ6/Historical-Data1-Screenshot-2023-10-18-083109.png

Here you can see the data is fetched:
https://i.ibb.co/y5yfV47/Read-Data1-Screenshot-2023-10-18-082942.png


When I put M5 M15 in my Historical_Data ini file it will NOT fetch the data as shown:

Here is my Historical_Data ini file settings:
https://i.ibb.co/Qbn7JYQ/Historical-Data2-Screenshot-2023-10-18-083109.png

Here you can see the Historical_Data ini file cannot be read:
https://i.ibb.co/myjDv2X/Read-Data2-Screenshot-2023-10-18-082942.png

Re: Express Generator does not generate strategies

Hello Alann,

The settings files currently do not support multiple values. You have to set the periods as arguments to the "fetch" command ass follow:

node .\bin\fetch.js --periods M5 M15 M30 ...

I'll add this feature to the settings file later.

Thank you for the report!

Re: Express Generator does not generate strategies

Actually, you should set multiple symbols and periods in a settings file for "fetch".

I fixed this issue in Express Generator v2.50

Thank you for the report!

8 (edited by Alann 2023-10-19 14:31:02)

Re: Express Generator does not generate strategies

In the fetch.settings ini file it gives an example as follows:

; Periods to download
; Example: period = M5 M15 M30
period = M30

So I thought it was possible to have multiple periods in the settings ini file.

Re: Express Generator does not generate strategies

It is possible.

This feature was broken in several previous releases because I added "stricter" validation of the parameters having only the Generator in mind.

Now, it works again.

Posts: 9

Pages 1

You must login or register to post a reply

Forex Software → Express Generator → Express Generator does not generate strategies

Similar topics in this forum