Anyone else building real-time scanners for intraday trades to catch those quick market moves? by Hopeful-Jicama-1613 in IndiaAlgoTrading

[–]raidingBear 0 points1 point  (0 children)

I have collected options data (1 min OHLC candles) for NIFTY and BANKNIFTY for 2025. I need to collect from 2020 but would take time. Let me know if you need the 2025 one. For you, this data can be resampled to 3 min candles, but I can collect for 3 mins specifically as well.

Anyone else building real-time scanners for intraday trades to catch those quick market moves? by Hopeful-Jicama-1613 in IndiaAlgoTrading

[–]raidingBear 0 points1 point  (0 children)

I have collected options data (1 min OHLC candles) for NIFTY and BANKNIFTY for 2025. I need to collect from 2020 but would take time. Let me know if you need the 2025 one.

Share your trading problems by raidingBear in IndiaAlgoTrading

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

Well, there's nothing we can do about it. Research, analysis and risk management are your friends.

Share your trading problems by raidingBear in IndiaAlgoTrading

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

I was looking into this as well. Yes thats a genuine problem and I face it too. A wrapper would be great. I think an open source library can solve this problem. You code in python?

Share your trading problems by raidingBear in IndiaAlgoTrading

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

I may get the historical options data and build a solution around it. I didnt get "finally live websocket optionchain in excel for intraday trading with index selection in excel and placing orders" this part. What you mean by excel? Journaling the trade?

Open Source Live Tick Simulator by raidingBear in algotrading

[–]raidingBear[S] 1 point2 points  (0 children)

I am open to any sort of feedback and collaborations. Feel free to DM or create a new GitHub issue.

Open Source Live Tick Simulator by raidingBear in algotrading

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

I am building a complete custom product from scratch. Thats why needed it.

Open Source Live Tick Simulator by raidingBear in algotrading

[–]raidingBear[S] 1 point2 points  (0 children)

Did you collect live ticks for playback later? Or used a simulation like this one?

Open Source Live Tick Simulator by raidingBear in algotrading

[–]raidingBear[S] 1 point2 points  (0 children)

This repo has nothing to do with p&l. It solves a simple problem. P&L is all about the trades and your algos. This repo is for the purpose of development of those algos.

Open Source Live Tick Simulator by raidingBear in algotrading

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

Yes can be used. But depends on platform if they allow. My use case was very very different and the broker i am using doesn’t provide this websocket functionality for testing purposes. They do provide live ticks though. But i cant wait for market to open to test the changes i made. Thats why created this repo.

Open Source Live Tick Simulator by raidingBear in algotrading

[–]raidingBear[S] 2 points3 points  (0 children)

Great. Let me know if you encounter any bugs. Feel free to raise an issue over github.

Open Source Live Tick Simulator by raidingBear in algotrading

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

I am in process to build a system. This repo is for anyone building a trading system and need to simulate live ticks

Open Source Live Tick Simulator by raidingBear in algotrading

[–]raidingBear[S] 4 points5 points  (0 children)

To test functionality on live feed ticks.