Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brute force does not start #18

Closed
xerviami opened this issue May 8, 2018 · 2 comments
Closed

Brute force does not start #18

xerviami opened this issue May 8, 2018 · 2 comments
Labels
good first issue Good for newcomers

Comments

@xerviami
Copy link

xerviami commented May 8, 2018

Hi,

Thank you for this tool ! :-)

I am trying to find thes best parameters of a strategy.
I modified the TOML file and launch the tool.
It computes something during one minute, creates the csv file, puts the colomn titles in it and stop the process.
I tried either:

  • by erasing the TOML file -> it directly tells me that it did not find the TOML file (juste to validate it searches the file)
  • with the start..end:step
  • with the start.end:step
  • with the specific values (value1, value2, value3, ...) I want it to compute with (12 variables with 10 values each one)

I specified the "$debug = 'yes';" option but no error/debug output.

Is this feature working ?

Thank you in advance
Xavier

@xFFFFF
Copy link
Owner

xFFFFF commented May 8, 2018

Have you splited datasets? Breaks between periods? If so, do not use the scan mode, but manually enter the date for these datasets. It's a bug that can improve one day.

Its a lot of combinations. Its need time and a lot of ram because arrays are stored in memory. I generated max 6 000 000 combinations on once run :)

In next version I will add real time counter for generated combinations.

@xerviami
Copy link
Author

xerviami commented May 8, 2018

Hi xFFFFF

You were right.
I drastically decreased the number of configurations (from billionns to hundreds of thousands) and it works !

Thank you
Xavier

@xFFFFF xFFFFF closed this as completed May 8, 2018
@xFFFFF xFFFFF added the good first issue Good for newcomers label May 17, 2018
@xFFFFF xFFFFF changed the title Brute force does not work ? Brute force does not start May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants