-
Notifications
You must be signed in to change notification settings - Fork 234
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
error during SIGNAL run. dividing to ZERO #30
Comments
PS C:\intelligent-trading-bot-master> python -m service.server -c config.json |
FYI Loading predictions from input file: C:\intelligent-trading-bot-master\data\BTCUSDT\predictions.csv Loading signals from input file: C:\intelligent-trading-bot-master\data\BTCUSDT\signals.csv |
I download all files from Github. |
Hi, as far as I understood you have division by zero in feature generation. There could be multiple reasons for that. If you provide more information about what features you generate then probably we find where is the problem. What is in your config? |
Hi Alexander, all abowe command working properly except 'python -m service.server -c config.json'. some files very large in C:\DATA_ITB\BTCUSDT folder, I can send link if you want. Please, text me where is my mistake Thank you in advance, Cebrail |
Is it the latest version? If not then could you please update your installation and execute all steps again. The reason is that I did many fixes and now it should run without problems. |
I cannot install TA-LIB propely. |
Still Ta-lib has some problem build\lib.win-amd64-cpython-39\talib_ta_lib.cp39-win_amd64.pyd : fatal error LNK1120: 339 ‡”z\x81mlenmemiŸ d\x8dŸlar note: This error originates from a subprocess, and is likely not a problem with pip. |
You can install it using conda If you do not want to use conda for your porject then just do it one time (install miniconda and then ta-ib), get the binary from this installation, and copy this lib to your normal environment (without conda). It did not try it but it should work. |
It seems that the package is not available for Python 3.11. Try Python 3.10:
Then start python and execute line by line: import talib
import numpy as np
talib.SMA(np.array([1.0,2,3,4,5]), 2) If it prints something then it works. |
Dobriy Den Alexander,
I ınstalled all files. worked TRAINING SIGNAL also.
python -m scripts.features -c config.json after this comment giving ERROR. it is can not divide to ZERO with row 186, 182 etc.
how can ı work with this bot.
Have a nice day
The text was updated successfully, but these errors were encountered: