Report
It is an option strategy calculator for investors: https://docs.google.com/spreadsheets/d/11c_PBFt-cz6rg-yh6FAIatxJv2C5R-NU2jkY34UyOl4/edit?usp=sharing
Hi Romancito, let's have a chat ;)
email: [email protected]
You should create a gsheet addon for the Gsuite marketplace.
This is probably quickest based on your answers below. You could later build a web app later if it does well in Gsuite marketplace.
https://developers.google.com/gsuite/marketplace/overview
How shall I do that? The Gsuite jerga sounds like chinese to me :(
You can hire a Google Apps Script developer or find a tech-cofounder. A couple of guys here might be able to help:
https://www.indiehackers.com/post/i-have-an-idea-for-a-g-suite-addon-and-would-need-a-tech-co-founder-40cc8bc0f3
Hi Roman,
It looks interesting. Some questions:
Thanks.
Thanks for the answers.
Do you have clients using it already and why would they not use the option play calculators on their trading platforms?
Some tried it, but it is not being continuously used. Maybe bad marketing is to be blamed here. The thing is that many trading platforms option play calculators just suck, as it is the case for Interactive Brokers (in fact I coded this for my own usage, since IB's sucks). And propietary software for option trading is VERY expensive for individual trading. So I think there is market there.
Main problems: can't offer market data without paying for that data, so a web app can't be provided without manually introduced data (as it is the case in my sheet), and only in the case of desktop apps you can connect to your own broker API, but the code is more complex and each broker requires its own implementation (and in some/most cases, you must request permission if you want to commercialize the software).
That's why I limited myself to a Google Sheets app with manual inputs.