This is super cool. 20 step 1 day pattern for Boeing is quite the descending line post 737 MAX + Starliner + firing CEO.
I see you have an API key for the stock data in the source code, which is fine but might break the script in the future. Is it possible to use import system env vars from the we user into Norns Lua? My python is much more strong today but something like putting IEXAPIS_TOKEN in .bashrc and then
import os
API_KEY = os.environ['IEXAPIS_TOKEN']
...