Darío López Padial
Darío López Padial
Hi @EliSnow @goetzc , What do you do? I do: ```bash $ make $ sudo make installfw $ sudo modprobe cfg80211 $ sudo insmod mt7610u.ko $ cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat ```...
Same here. I am working after some modifications: 1. I updated the `ADA_TOKEN_COUNT = 768` in local (site-packages): https://github.com/hwchase17/langchain/blob/199cb855eaf9cc7a2c3e671e96c59a8ea4d80dc8/langchain/vectorstores/pgvector.py#L22 2. I updated the type column on my database: > 1....
Hi @yarimiz , The results are similar, but not exactly the same, right? You can test your code locally: ```` $ git clone https://github.com/bukosabino/ta.git $ cd ta $ make init...
Hi @Bisleri06, Sorry for the delay. Congratulations on your work on this new indicator. Can you add some tests to the code?
Yeah, I have thought about this idea last weeks. But, we are predicting with a different XGBoost in every iteration (daily or minute). So, we need think in a strategy...
Hi @Pablohn26 , You could use a library such as https://lxml.de to get the text, then send it to the model.
Hi @treethought , You are right. HISTORY_FREQ shouldn't be a fixed value. I have updated the code. Then, you can pass any value provided that it is divisible by MINUTE_FREQ....
I have included tsfresh in the platform https://github.com/produvia/cryptocurrency-trading-platform/commit/91895ad5c9e2eae3b55c04e954851a17c6da4ecd
We could add technical analysis features too (ta-lib). Sounds good to you?
I'm working on adding technical analysis features. [This](https://medium.com/catalyst-crypto/leveraging-the-enigma-data-marketplace-to-boost-catalyst-strategies-628082acda4f) article could be useful for us in order to add more features. Let me know if you agree to will work on...