You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,7 @@ report.save("my_report.html")
273
273
|**[Cloud Deployment](https://coding-kitties.github.io/investing-algorithm-framework/Getting%20Started/deployment)**| Deploy to AWS Lambda, Azure Functions, or run as a web service |
274
274
|**[Market Data Providers](https://coding-kitties.github.io/investing-algorithm-framework/Advanced%20Concepts/custom-data-providers)**| Built-in providers for CCXT, Yahoo Finance, Alpha Vantage, and Polygon — or build your own |
275
275
|**[Load External Data](https://coding-kitties.github.io/investing-algorithm-framework/Data/external-data)**| Fetch CSV, JSON, or Parquet from any URL with caching, date parsing, and pre/post-processing |
276
+
|**[Record Custom Variables](https://coding-kitties.github.io/investing-algorithm-framework/Advanced%20Concepts/recording-variables)**| Track any indicator or metric during backtests with `context.record()`|
276
277
|**[Strategies](https://coding-kitties.github.io/investing-algorithm-framework/Getting%20Started/strategies)**| OHLCV, tickers, custom data — Polars and Pandas native |
277
278
|**[Extensible](https://coding-kitties.github.io/investing-algorithm-framework/Advanced%20Concepts/custom-data-providers)**| Custom data providers, order executors, and strategy classes |
0 commit comments