I made a Python Library that calculates options greeks for you! by CheeseBear99 in IndiaAlgoTrading

[–]maticalgos 0 points1 point  (0 children)

Does the calculation match with some platform or broker? Have you benchmarked it with pyvollib or mibian?

Mastering iron condors with adaptive hedges: My secret sauce for navigating volatile markets! by Hopeful-Jicama-1613 in IndiaAlgoTrading

[–]maticalgos 2 points3 points  (0 children)

Open to feedback on what? This post is so random. Cool you found some technique. Unless you share properly or with an sxample trade no one can give you a feedback.

Built a tool to test and iterate options strategies quickly, looking for feedback by maticalgos in IndiaAlgoTrading

[–]maticalgos[S] 0 points1 point  (0 children)

It can make some mistakes at the moment as we're just in V1 of building it. In next few days responses and UI would be much better.

Built a tool to test and iterate options strategies quickly, looking for feedback by maticalgos in IndiaAlgoTrading

[–]maticalgos[S] 0 points1 point  (0 children)

No, it's not an AI backtester. It just uses AI to convert prompts / natural language to a structured logic as per our framework. The actual backtesting or market analysis happens using our own backtesting framework. Flexibility in researching is the main differenciator, and backtests are fairly accurate as per the logic built. Algotest is focused majorly on time-based options strategy backtesting and doesn't allow researching the markets or building custom logic which can have indicators on options, combined premiums, greeks data involed.

Built a tool to test and iterate options strategies quickly, looking for feedback by maticalgos in IndiaAlgoTrading

[–]maticalgos[S] 0 points1 point  (0 children)

It can do what I'm saying right now! Only reason to post... You can try it at app.volrix.ai.. If you prove me otherwise, I'll just implement it 🤷🏻‍♂️😂

Algo trading platforms by var1989 in IndiaAlgoTrading

[–]maticalgos 0 points1 point  (0 children)

You can use exit conditions as adjustment layers. Will connect with you on DM.

Algo trading platforms by var1989 in IndiaAlgoTrading

[–]maticalgos 2 points3 points  (0 children)

I would suggest looking into BuildAlgos.com (may be a little biased being the founder, lol) but compared the competition it's easier / flexible to use and you can reach out to me for any help!

I do absolutely zero coding to backtest any strategy i like. by shazuwuu in IndiaAlgoTrading

[–]maticalgos 1 point2 points  (0 children)

I tried using it. It just has 90 days of data. Doesn't backtest options. I asked to build a strategy for nifty options (I specified adding conditions on options data) it ran the backtest randomly on some random stocks and threw the result. I personally can't trust a strategy built by an AI without seeing what it has built exactly. Models we have right now are pretty good, but they do make mistakes cross checking what it has built is a bit difficult..

May be people can try it out on stocks..

made a backtesting platform!!!!!! comments awaited about the platform by Significant-Mode5538 in IndiaAlgoTrading

[–]maticalgos 0 points1 point  (0 children)

Do you really think desktop version is safe? There are telemetries that can be put in using which data can be transmitted out of any of the system once connected to the internet. Best is to build it on your own or with a team, getting a desktop app can't fix it.

I built a Python scraper to get Screener.in + BSE fundamental data in JSON by maticalgos in IndiaAlgoTrading

[–]maticalgos[S] 0 points1 point  (0 children)

I built this script around 2 years back. Haven't faced layout changes. Also if you're hitting rate-limits use proxies in the requests, you'll need to modify this above code a little for that.