askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.06k stars 3.95k forks source link

Gekko UI feedback #489

Closed askmike closed 7 years ago

askmike commented 7 years ago

You can now try the beta version of the UI.

See here how it works: https://wizb.it/gekko/static/small.gif


You can try it yourself by downloading the web-wrapper branch and running:

npm install
node gekko --ui

I can't wait to here what you think :)


EDIT: I am still interested in ideas / bugs / feedback. Please post them in #611 (or create an issue once that is merged)

askmike commented 7 years ago

And you also run into this with talib-macd method? In that case I will test asap. For now I have put it on the todo list before we can merge stable (see #611).

thegamecat commented 7 years ago

Yeah just tried the talib-macd as well.

I also found - var adapter = config.adapters[config.backtest.adapter]; in line 14 core/workers/datasetscan/parent.js is returning an undefined of an undefined when doing a scan of databases. Essentially looks like it's not finding the config reference.

askmike commented 7 years ago

That should be fixed since 63ec97b, are you on latest develop?

thegamecat commented 7 years ago

Apologies I was not. Have updated and re-tested. Config issue is fixed. Talib issue continues both with my own and Talib-Macd.

askmike commented 7 years ago

@thegamecat I'll put all information regarding the talib bug in #525.

askmike commented 7 years ago

@thegamecat

For me talib-macd method is working fine:

screen shot 2017-03-11 at 10 59 32

Can you:

thegamecat commented 7 years ago

I did a fresh install and working fine. Apologies.