Express Generator is excellent for running multiple copies with the same or different settings.
The easiest way to do it is to write your commands in a "cmd" file and run it.
Here is an example of how to run ten copies of the generator on EURUSD M30
gen-eurusd-10x.cmd
start node .\bin\gen.js --symbol EURUSD --period M30
start node .\bin\gen.js --symbol EURUSD --period M30
start node .\bin\gen.js --symbol EURUSD --period M30
start node .\bin\gen.js --symbol EURUSD --period M30
start node .\bin\gen.js --symbol EURUSD --period M30
start node .\bin\gen.js --symbol EURUSD --period M30
start node .\bin\gen.js --symbol EURUSD --period M30
start node .\bin\gen.js --symbol EURUSD --period M30
start node .\bin\gen.js --symbol EURUSD --period M30
start node .\bin\gen.js --symbol EURUSD --period M30
If you want, you can have different settings in each instance like that:
start node .\bin\gen.js --symbol EURUSD --period M15
start node .\bin\gen.js --symbol EURUSD --period M30
start node .\bin\gen.js --symbol EURUSD --period H1
start node .\bin\gen.js --symbol GBPUSD --period M15
start node .\bin\gen.js --symbol GBPUSD --period M30
start node .\bin\gen.js --symbol GBPUSD --period H1
start node .\bin\gen.js --symbol USDJPY --period M15
start node .\bin\gen.js --symbol USDJPY --period M30
start node .\bin\gen.js --symbol USDJPY --period H1
Put the cmd script in the Express Generator folder and run it with a double click.
(You can run it from the terminal if want to debug it)
Please find the file attached.
Post's attachmentsgen-eurusd-10x.cmd 540 b, 1 downloads since 2023-06-14
You don't have the permssions to download the attachments of this post.