askmike / gekko

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

Gekko tulip error #2773

Closed MoliseMG closed 5 years ago

MoliseMG commented 5 years ago

Note: this is the technical bug tracker, please use other platforms for getting support and starting a (non technical) discussion. See the getting help page for details.

I'm submitting a ... [ ] when running this command node gekko --backtest --config config.js I get an error saying Tulip indicators is not enabled [ ] I have installed tulip using npm npm install tulind --no-save

this is the output on bash `Actual result (unexpected outcome) 2019-05-09 22:45:31 (INFO): Setting up Gekko in backtest mode 2019-05-09 22:45:31 (INFO): 2019-05-09 22:45:31 (WARN): The plugin Candle writer does not support the mo de backtest. It has been disabled. 2019-05-09 22:45:31 (INFO): Setting up: 2019-05-09 22:45:31 (INFO): Trading Advisor 2019-05-09 22:45:31 (INFO): Calculate trading advice 2019-05-09 22:45:31 (INFO): Using the strategy: MyBBands

Gekko encountered an error and can't continue

Error:

Tulip indicators is not enabled

Meta debug info:

Gekko version: v0.6.8 Nodejs version: v10.15.3`

Coriou commented 5 years ago

Please check #2777 and apply the exact same stuff, replacing talib with tulind and report back here if it worked for you.

MoliseMG commented 5 years ago

Thanks, it works perfectly fine

MoliseMG commented 5 years ago

Thanks, it works perfectly fine