Reference
A page for every one of the 324 algorithms: signature, parameter contract, an executed worked example, diagrams and citations. 324 pages carry an example whose output came from running the code.
Browse by domain#
D01
Market Data Engineering
31 topics · 5 families
D02Corporate Actions and Security Master Data
20 topics · 4 families
D03Index and Benchmark Engineering
40 topics · 6 families
D04Market Breadth and Internals
28 topics · 5 families
D06Price Action and Candlesticks
38 topics · 5 families
D07Technical Indicators
37 topics · 5 families
D08Geometric Chart Patterns
27 topics · 4 families
D09Statistical Time Series
29 topics · 5 families
D11Market Microstructure
29 topics · 5 families
D12Matching Engines and Venue Logic
21 topics · 4 families
D13Execution and Transaction Cost Analysis
9 topics · 2 families
D25Digital Assets and On-Chain Finance
10 topics · 2 families
D46Earnings and Per-Share Analytics
5 topics · 2 families
How to read a reference page#
Each page states the contract — how to call the function correctly. It does not explain the concept; that is what the concept guides and the articles are for. Three sections matter most:
- Parameters — meaning, unit, constraints, and how nulls are treated.
- Warm-up — how many leading positions are
null, and why. Getting this wrong shifts a plotted series with no error to warn you. - Worked example — real input and the real returned value, labelled with where it came from. See what “verified” means.