Momentum-Trading-Example icon indicating copy to clipboard operation
Momentum-Trading-Example copied to clipboard

Unknown Channel A.ADAP and Unknown Channel A.AIM

Open mackenly opened this issue 4 years ago • 2 comments

When I run the script I get the following: image

I've made modifications with the fixes in #14, #4, and from ta.trend import macd from #8

The following are the errors given: image and also: image

I haven't seen any other issues addressing these errors. I'm currently running it on Digital Ocean's App Platform.

mackenly avatar Oct 13 '20 18:10 mackenly

I had this problem as well. I fixed this by adding data_stream='polygon' to the StreamConn. I think it is on line 75 if I am not mistaken, or around there. Its the first thing in the 'run' function.

Screenshot for reference: image

zenwaffles avatar Dec 09 '20 17:12 zenwaffles

@zenwaffles Awesome, I'll try that.

mackenly avatar Dec 09 '20 17:12 mackenly