carlitoselmago
carlitoselmago
This is because the code is made for python2 and you are using Python3 (Python3 requires parenthesis when using Print())
Agree, had my training process canceled by a computer failure and got corrupted files, a whole week of wasted computation
Is the candle stream working properly? I have tested but get different results from historical data, is the "last" part of the candle the equivalent to "close" in the historical...
Ok, thanks for the info, I was a bit confused about this branch and it's present-future. On Mon, Sep 17, 2018 at 3:50 PM Feite Brekeveld wrote: > @carlitoselmago Hi,...
Regarding this, I'm assuming the candles you get from duka are based on bid price right? Not a median on both bid/ask Can someone confirm this? it is not very...
Totally agree, this is somehow a political issue in terms of "GPU social class". Slower is always better than non-feasible.
I had that problem, I cheked and I saw that I had folders in the project folder with accents and other non valid url characters (spanish website). So i fixed...
My dirty fix is just add at the begining of main.js $=jQuery;
@medozeus here's a code you can addapt, mine is a simple terminal chatbot interface ```python import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' from main import * # import the main python file...
@Radioactivebun0 that because there's some problem importing main.py file. try to add an empty file called ```python __init__.py ``` in the folder where both main.py and chatbot.py are located.