Economic Dashboard
Economic Dashboard: Economic Dashboard: specialized toolkit for 3+ finance workflows covered in the triggers section.
Overview
Constraints
Evidence Quality
Medium confidence — review before critical use
37 non-negotiable constraints
WHENWhen storing API credentials on filesystem
ACTIONset file permissions to 0o600 to restrict access to owner only
CONSEQUENCEWorld-readable credentials files expose API keys to unauthorized users, enabling data theft or quota abuse on external services
WHENWhen calculating technical indicators from OHLCV data
ACTIONVerify OHLCV DataFrame contains required columns (open, high, low, close, volume)
CONSEQUENCEMissing required OHLCV columns causes ValueError and prevents technical indicator calculation for affected tickers
WHENWhen implementing SMA crossover detection (golden/death cross)
ACTIONUse shift(1) to compare current bar state with prior bar state for transition detection
CONSEQUENCEWithout shift(1), crossover detection uses current bar data causing look-ahead bias where signals appear to fire at the same bar as the cross occurs
FAQ
Discussion (0)
No comments yet. Be the first to share!
Changelog
v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.