Skip to content

[Request] Auto generated configs #51

@blastbeng

Description

@blastbeng

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions