nateemma / strategies

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

silly question with linux system #46

Open protein852 opened 7 months ago

protein852 commented 7 months ago

hi phil im using linux to run the strategy. when i do backtest it runs into utils error [No module named 'utils.custom_indicators]

have already copy all the utils to the file what changes do i need to make in init.py? or am i missing something? thanks mate

nateemma commented 7 months ago

First thing is to check that you have the file custom_indicators.py in user_data/strategies/utils If not then you need to get it from the repository (and everything else in utils)

Which strategy are you running?

Cheers

Phil

On Mon, Jan 29, 2024 at 10:15 PM protein852 @.***> wrote:

hi phil im using linux to run the strategy. when i do backtest it runs into utils error [No module named 'utils.custom_indicators]

have already copy all the utils to the file what changes do i need to make in init.py? or am i missing something? thanks mate

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

protein852 commented 7 months ago

thanks man i got it🤣 the issue was i wasnt using userdata folder at all so when i created the util folder for the ts strategy i missed a s.... so the folder name was util in stead of utils...