nateemma / strategies

Custom trading strategies using the freqtrade framework
318 stars 85 forks source link

Can't get DWT_predict to work #31

Closed donmega closed 1 year ago

donmega commented 1 year ago

Hi,

I can't seem to get DWT_Predict working. I've installed all the dependencies, but i am still getting errors.

Screenshot 2023-06-27 at 22 16 05

Screenshot 2023-06-27 at 22 16 49

Thank you, and keep up the great work!

nateemma commented 1 year ago

it looks like you have python errors, which would imply that you need to install the needed packages. The only non-standard one used by DWT_Predict is PyWavelets, so try the following from inside your virtual environment:

pip3 install PyWavelets

hope that helps.

Thanks,

Phil

On Tue, Jun 27, 2023 at 1:17 PM donmega @.***> wrote:

Hi,

I can't seem to get DWT_Predict working. I've installed all the dependencies, but i am still getting errors.

[image: Screenshot 2023-06-27 at 22 16 05] https://user-images.githubusercontent.com/10058942/249273493-c3602716-ea5c-42f5-ac7a-b56c51bda44b.png

[image: Screenshot 2023-06-27 at 22 16 49] https://user-images.githubusercontent.com/10058942/249273624-4732f831-0e75-4d0f-8ee6-39f38bbf95b6.png

Thank you, and keep up the great work!

— Reply to this email directly, view it on GitHub https://github.com/nateemma/strategies/issues/31, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABD4X55VK47AGDX76J6SILTXNM5VHANCNFSM6AAAAAAZWDAKD4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

donmega commented 1 year ago

Hi Phil,

PyWavelets was already installed. I messed up when trying to change some Python code. Fixed now :). Thank you so much for your hard work!

Cheers!

nateemma commented 1 year ago

anything you need added? Also, still making changes...

Thanks,

Phil

On Tue, Jun 27, 2023 at 1:45 PM donmega @.***> wrote:

Closed #31 https://github.com/nateemma/strategies/issues/31 as completed.

— Reply to this email directly, view it on GitHub https://github.com/nateemma/strategies/issues/31#event-9656962552, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABD4X53242UV3PW56Z6P4G3XNNA6FANCNFSM6AAAAAAZWDAKD4 . You are receiving this because you commented.Message ID: @.***>

donmega commented 1 year ago

Yea, I've only added 5x leverage, i messed up the syntax :). Thanks once again for your help!