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

This no longer works with Gekko's new configuration system #1

Open
maxiedaniels opened this issue May 7, 2017 · 4 comments
Open

This no longer works with Gekko's new configuration system #1

maxiedaniels opened this issue May 7, 2017 · 4 comments
Assignees
Labels

Comments

@maxiedaniels
Copy link

Will this be updated? I tried tinkering myself but I can't get it going... it's probably a quick fix, it's just that it won't read the parameters.

@johndoe75 johndoe75 self-assigned this Jul 10, 2017
@johndoe75 johndoe75 added the bug label Jul 10, 2017
@rdetwiler
Copy link

I'd really like to see this updated for the new version too

@DustinJSilk
Copy link

Eventually got it working. Looks like the talib-promise dependency needs updating but couldnt find the repository for it so i just edited it directly.

Updating node_modules/talib-promise/index.js from line 13 to:

talib.execute(params, function (err, data) {
	if (err) {
		reject(err) ;
	} else {
		resolve(data)
	}

Now to find out if this strategy is lucrative

@okonon
Copy link

okonon commented Jan 2, 2018

@DustinJSilk did this strategy work for you? is it worth using it?

@DustinJSilk
Copy link

@okonon I couldnt get it to be more profitable. Ran it through a script to try a lot of values and nothing came from it.
But maybe theres a trick to it that i dont know, or maybe the backtest data i used wasn't ideal.

Repository owner deleted a comment from tobarbaro Feb 10, 2024
Repository owner deleted a comment from devarya Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants