Skip to content

BaasjeB/candlesticks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

candlesticks

Drawing candlestick charts in PyGame

Format of internal stock data object

{
  "ticker_symbol": "EXPL",
  "price_history": [
    {
      "open": 14.0,
      "close": 14.1,
      "low": 15.0,
      "high": 14.0,
      "date": datetime.date,
    }
  ],
}

About

Drawing candlestick charts in PyGame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%