feram18 / led-stock-ticker

A display for real-time prices of stocks, cryptocurrencies, and forex rates on a Raspberry Pi-driven RGB LED matrix board. 📈
GNU General Public License v3.0
68 stars 11 forks source link

Open/Close market indicator not working #21

Closed Gautchh closed 1 year ago

Gautchh commented 1 year ago

Open/Close market indicator not working The indicator before the stock name is not working correctly. It may be red when the market is close and green when it is open.

Configuration

Picture On this picture of the RUBIS stock, the indicator is red, and the picture was taken at 15:14 and the market close at 17:30. PXL_20230407_133701054

Additional context I'm in France, and I use the .PA (for the Paris stock) after the stock name to have the current price in France. It may cause the problem.

Your project is so great, I buy a new 128x64 RGB panel only for your project. Thank you !

feram18 commented 1 year ago

Thanks for bringing it up. When I started the project I was only thinking of NYSE so the market status indicator was following those hours instead of the individual stock's market.

I got a fix for it, pending further testing.

feram18 commented 1 year ago

Resolved in v0.3.11.

Gautchh commented 1 year ago

Hi, Thanks. I will try this new version tomorrow. Thank you for all your work.