QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
171 stars 135 forks source link

Algorithm's Risk-Free Interest Rate Model #1537

Closed jhonabreul closed 9 months ago

jhonabreul commented 10 months ago

Expected Behavior

A risk-free interest rate model can now be set to the algorithm for it's usage in indicators, statistics and potentially other calculations: https://github.com/QuantConnect/Lean/pull/7594

Actual Behavior

N/A

Checklist

AlexCatarino commented 9 months ago

Under Writing Algorithm > Reality Models:

On Writing Algorithms > Statistics. In the Introduction, refer that some metrics depend on the Interest Rate, and link to the new reality model page

On Differences From Third-Party Indicators, add an H4 for Interest Rate and list Sharpe and Sortino as dependent of our modeling if we don't provide a value.

We must fix the Indicator script to add this information to SR and SORTINO.