Closed blheson closed 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.
btw.: you can join my discord for bot-coding. there is a channel about this bot too. https://discord.gg/fj6bkbPC
Ooh thank you
I’d check it out.
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?