kuegi / kuegiBot

Crypto trading bot helping me sticking to my strategy.
GNU General Public License v3.0
117 stars 40 forks source link

This is more like a call for help #19

Closed blheson closed 3 years ago

blheson commented 3 years ago

Hey Kuegi,

I just came across your bot, I am quite new to python anyways.

I keep getting 'NoneType' object has no attribute 'max_look_back' on line 48 chanelstrat.py. when I run the backtest.

I have also installed the required modules. Might I be missing something?

kuegi commented 3 years ago

in the backtest, you probably miss the call of ".withChannel(...)" on the strategy. This defines the values you want to use for the channel. if you don't call it, the internal channel is not initialized.

kuegi commented 3 years ago

btw.: you can join my discord for bot-coding. there is a channel about this bot too. https://discord.gg/fj6bkbPC

blheson commented 3 years ago

Ooh thank you

I’d check it out.