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

[Request] Auto generated configs #51

Open
blastbeng opened this issue Nov 23, 2018 · 1 comment
Open

[Request] Auto generated configs #51

blastbeng opened this issue Nov 23, 2018 · 1 comment

Comments

@blastbeng
Copy link

Hello,
i've seen you're using the config stored in the TOML files, but is there a way to use multiple configs in one run?

Or even randomize it?

for example , i want to test MACD on NEO\USDT using this config:

config.MACD = {
short: valA,
long: valB,
signal: 9,
thresholds: {
down: -0.025,
up: 0.025,
persistence: 1
}
};

and keeping valA and valB as random between 0 and 30 (just a stupid test)

is this possible at the moment?

Thanks

@R4nd0
Copy link

R4nd0 commented Dec 9, 2018

Please read the README.md.
short: 0..30:1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants