Game Theory / Option Trading Strategy App

Hello Everyone,

Just created an option strategy predictor that uses Game Theory along with economic data to find the strongest choice out of the four available when its time to trade usually. Would be great if i could get some feedback.

Thanks! - https://optionstrategy.streamlit.app/

Access to the app is not working?

new url sorry forgot to update - https://strikely.streamlit.app/

1 Like

Suggestions:

  • A little documentation on what the app is doing will help. Include references to further reading.
  • Currently the app evaluates the strike prices for the select box within the form, but since you’re not using a callback you’re one refresh step behind.
  • Use cache data to wrap the yfinance calls. You can add a TTL.
  • Store scenario results so they can be tabulated and compared.
1 Like

Thank you for checking it out!