Gekko: TULIP indicators could not be loaded

Created on 17 Dec 2017  Â·  9Comments  Â·  Source: askmike/gekko

Note: for support questions, please join our Discord server

  • I'm submitting a ...
    [X] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository

  • Action taken (what you did)
    Running headless Gekko (also tested with developer), dong backtest with Tulip-* strat. Comes back with error: 2017-12-17 21:18:31 (WARN): TULIP indicators could not be loaded, they will be unavailable.

npm install tulip
└── [email protected]

  • Expected result (what you hoped would happen)
    Just some backtest results

  • Actual result (unexpected outcome)
    2017-12-17 21:18:31 (WARN): TULIP indicators could not be loaded, they will be unavailable.

  • Other information
    I was also having issue's with the Talib indicators, i fixed this part by running this command:
    npm install [email protected]

Most helpful comment

@Mexxwelll @EdTheProfet npm install tulind not tulip.

All 9 comments

@Mexxwelll @EdTheProfet npm install tulind not tulip.

Also have this issue with npm install tulind
my environment is WSL.
Gekko version: v0.5.13
Nodejs version: v8.9.4

What is the issue?

@cmroche
WSL = Windows Subsystem for Linux, sorry for the words you aren't used to & bad description m(_ _)m
my issue is that I can't use my customize strategy, the log record tulip indicators is not enabled

Please follow the instructions here:

https://gekko.wizb.it/docs/strategies/tulip_indicators.html

@alieonsido if you have trouble installing tulind please create a new issue (as it's different from the one described here). And please post the output of the npm installation command as well! Thanks.

@askmike
okay.

my error is :
Traceback (most recent call last):
File "transys_ts_test.py", line 6, in
from tulip import transys as trs
ImportError: cannot import name transys

That's a python error, that cannot come from gekko as it is not written in
python.

On Mon, 30 Jul 2018, 15:53 seyedsaeedmortazavi, notifications@github.com
wrote:

my error is :
Traceback (most recent call last):
File "transys_ts_test.py", line 6, in
from tulip import transys as trs
ImportError: cannot import name transys

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/askmike/gekko/issues/1505#issuecomment-408778277, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AA7MDwoC8N1m9EDNmdjYk2mSvGHN_KhLks5uLruTgaJpZM4REyJS
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

EslamAwwad picture EslamAwwad  Â·  6Comments

Oowii picture Oowii  Â·  4Comments

chevinbrown picture chevinbrown  Â·  3Comments

burtnderson picture burtnderson  Â·  5Comments

LeMoussel picture LeMoussel  Â·  6Comments