ICT Automation 1.1: Identifying liquidity with the DBSCAN algorithm
12 Aug 2024 5 minute read 0 comments fred_nurk
Starting off, for transparency reasons I want to state that sklearn has a module for the DBSCAN algorithm. But I like to make things with minimum dependencies just because it's more educational and more fun. One more thing I like to add, which I touc...