For the complete documentation index, see llms.txt. This page is also available as Markdown.

Modeling FAQ

Where can I talk about modeling with other OO members?

We have a discussion channel on Discord called #tests-strats for strategy discussion. That’s a great place to start.

If you're not on Discord, join the community.

How do I know when new features are added?

We post them in the releases channel on Discord. If you're not on Discord, join the community.

I have the Backtesting tier but want to add Modeling. How do I do that?

The self-service portal in the web app lets users change their subscription status or tier at any time. Check it out.

What pricing model does the platform use?

The platform uses the Black-Scholes model to calculate estimated option prices and Greeks (Delta, Gamma, Theta, Vega, and Rho). The Implied Volatility (IV) values used in these calculations are sourced from the OPRA data provider.

Why is there a difference between the P/L shown on the chart and in the right sidebar?

The discrepancy you may notice between these two displays is due to different data sources:

  • Right Sidebar: Shows real-time profit and loss based on live market data directly from the OPRA data provider. This reflects current option prices.

  • Chart: Displays profit and loss calculated using the Black-Scholes model. This provides theoretical pricing based on the model's assumptions and parameters.

Last updated