Topic: powershell & command prompt FAQs
Dear Popov,
I started this topic for the sake of to understand powershell commands and get familiar with Command lines and keep other topics focused on building strategies .
Regards
Ahmed
Create and Test Forex Strategies
You are not logged in. Please login or register.
Forex Software → Express Generator → powershell & command prompt FAQs
Dear Popov,
I started this topic for the sake of to understand powershell commands and get familiar with Command lines and keep other topics focused on building strategies .
Regards
Ahmed
My 1st Question
I tried by all means to change the root dictionary of my powershell from C to to express generator folder with no luck , i tried google help but all recommendations not working
The only working solution is cd.. but i still in C directory and cannot go out to D director
I found the solution
PS C:\Users\MCST> cd..
PS C:\Users> cd..
PS C:\> Set-Location -Path E:\FSB\express-generator
PS E:\FSB\express-generator>
But every time i start powershell it start again with C directory
How to fix the FSB directory to be the main directory!
I found the solution
PS C:\Users\MCST> cd..
PS C:\Users> cd..
PS C:\> Set-Location -Path E:\FSB\express-generator
PS E:\FSB\express-generator>But every time i start powershell it start again with C directory
How to fix the FSB directory to be the main directory!
its easier to build a batch file...
node .\bin\gen.js --data ./data/premium/EURUSD_H1.json --settings ./my-settings.ini
node .\bin\gen.js --data ./data/premium/GBPUSD_H1.json --settings ./my-settings.ini
put those code in a text editor and save as. .cmd
i make an update batch like this,
node .bin\fetch --update-check-interval 0
you have to put this in the directory of EG. double click and its done...when use other settings only edit the batch file in texteditor
ahmedalhoseny wrote:I found the solution
PS C:\Users\MCST> cd..
PS C:\Users> cd..
PS C:\> Set-Location -Path E:\FSB\express-generator
PS E:\FSB\express-generator>But every time i start powershell it start again with C directory
How to fix the FSB directory to be the main directory!its easier to build a batch file...
node .\bin\gen.js --data ./data/premium/EURUSD_H1.json --settings ./my-settings.ini
node .\bin\gen.js --data ./data/premium/GBPUSD_H1.json --settings ./my-settings.ini
put those code in a text editor and save as. .cmd
i make an update batch like this,
node .bin\fetch --update-check-interval 0
you have to put this in the directory of EG. double click and its done...when use other settings only edit the batch file in texteditor
Thanks Roughey works fine
I made separate generator file per pair per timeframe
Regards
> I made separate generator file per pair per timeframe
Well done!
You can use the newer Symbol, Period format instead of pointing to the concrete data file. You may find it easier:
> node bin/gen --settings ./my-settings.ini --symbol EURUSD --period H1
> I made separate generator file per pair per timeframe
Well done!
You can use the newer Symbol, Period format instead of pointing to the concrete data file. You may find it easier:
> node bin/gen --settings ./my-settings.ini --symbol EURUSD --period H1
yes now its possible :-)
Forex Software → Express Generator → powershell & command prompt FAQs
Powered by PunBB, supported by Informer Technologies, Inc.