Cross-Market Dashboard
Live market signals, crypto + equity charts, and the automated causality pipeline.
Pre [2026-03-16]: Started with roadmap, lasso, and idea finished. Settled on lasso with volume and liquidity filters to remove high
multicollinearity. Granger causality test to determine lead-lag relationships. Perplexity Claude Sonnet 4.6 used for prompt building,
api configuration, and optimizing roadmap and plan. GPT-4 API used for phase two to pre-filter market questions. Below; zip of the regression
engine; PDF explainer of running the engine and expected results. [Currently Untested]
Post [2026-03-16]: Not a lot of debugging. Very impressed with perplexity computer, I mostly had to change the inner bounds for most
of the polymarket mapping (how many markets to pull, how many to test at a time). Figuring out the run was slow as well considering I am not
a native python user. Final zip is below with another explainer on how to run. Tweaks as I use it but as of right now the outputs are what I am expecting
with maybe a disapointing quantity but I can always relax the AI to allow more.
[2026-03-18]: While the program itself is very strong, the causality regression needs fixing (current outputs are skewed with high multicollinearity).
Will keep the polymarket API configuration from phase 1 and 2 with tweaks to the filtering and caching system. Phase 3 can stay as is while 4-5 need complete changing. The Granger causality is
eliminating most markets and then the Lasso is filtering the rest out till the only significant markets are typically those with all bets on either poles
(1% and 99%). The hardest part was the API configuration so having all those setup means this project is essentially a test on my econometric skills.
[2026-03-26]: With the announcement of CIRO approval for Wealthsimples binary trading platform I am going to shift to mapping the eligibility of
current markets for use in Canada. The causality testing I will leave untouched but instead pull the working Gamma and CLOB API phases for us in a pre-screening
filtering engine. I figure this might be more beneficial for short term, then with more time pending, I can work on fixing the causality testing to be more robust.
Pre [2026-04-06]: Tested Cline CLI for assistance and a free test on where Claude may be able to help. Ironed out the engine to include a simplified correlation test
as well as a regulatory filter on the polymarket markets for what may be plausible in Ontario given CIRO restrictions. Increased the search parameters on the LASSO and Correlation tests
to a traditional finance matrix/universe, for many-to-many scoring. I haven't tested yet and likely machine learning on LASSO still squashes all markets except for the guarunteed fringe,
but fingers crossed correlation works as this would be my project marked complete-ish. Additionally it will be a good test to see how API communicates with a much larger cache.
Post [2026-04-07]: Still adjusting databases to allow for all three functions. Current correlation and regulatory functionsare inefficient and use API
for all markets instead of batches. Seperated everything into batches but need to tweak still. Will change output to not have the OTHER category but as of v2 there is the output for
the regulatory filter on all current active markets.