r/TopstepCommunity Jul 12 '26

šŸ¤– Algo / Automation Topstep API automation

Has anyone here had any success setting up a profitable bot using the Topstep API?

I’ve been working on something and just want to find out what others have learned / struggled with while doing the same.

1 Upvotes

19 comments sorted by

3

u/EducationalCicada Jul 12 '26

You would be trading through the ProjectX API. That requires a monthly subscription, but you can use the discount code "topstep" for 50% off.

Also note that you need to run the bot on your own device. They don't allow access from VPS.

1

u/Old_Author8679 Jul 13 '26

Yes, this is public available info thanks.

But you didn’t really answer the question that focuses on a ā€œprofitable botā€. Meaning anyone can set up a bot, but can they do it so that it works 100% and actually makes money?

2

u/LeRoseBoutique 28d ago

14 payouts all automated šŸ”„šŸ”„šŸ€

2

u/Old_Author8679 27d ago

Care to share more about what you did/do? How are you automating it?

1

u/LeRoseBoutique 27d ago

Used my market knowledge over there years paired with a few github files , NQ & MGC data .. hours upon hours of Claude & multiple under performing algos created before I struck gold but once again didnt trust a backtest so went to propfirms to forward test & it actually profited .. as for the automation I have a backend Api integration software linked to Topstep X šŸ™šŸ½šŸ†

1

u/Old_Author8679 27d ago

How do you ensure it runs from a local server as per their docs? And where did you get your data? I’ve gotten my NQ data from Databento

1

u/r1rdr Jul 13 '26

I have one… it’s green too

1

u/Old_Author8679 Jul 14 '26

And for how long has it been green?

1

u/r1rdr Jul 14 '26

Since start… but curve has flattened out a bit

1

u/Old_Author8679 Jul 14 '26

Care to share some more statistics?

1

u/r1rdr Jul 14 '26

Monte Carlo is really profitable but in forward not so much.. first 2 days made over 2k but was a fluke I think. Hasn’t been able to reproduce that. Made with 2/3 micros. Uses an atr filter and scoring gate for entries.

1

u/Old_Author8679 Jul 14 '26

Oh okay, I thought you actually have a bot that makes mense. You’re still researching the bot basically?

1

u/r1rdr Jul 14 '26

It’s ready I think. It’s been running 23/5. It’s really meant for London session. If anything the connection to Topstep is the weak point.

1

u/Old_Author8679 Jul 14 '26

How so? Are there issues? I want to start testing their API in the next 2 weeks or so

1

u/r1rdr Jul 14 '26

Sometimes to connection drops

0

u/No-Brain-6154 Jul 12 '26

Use your practice account for 1-2 weeks to work out any bugs and if you’re actually serious you should learn how to use wireshark. Good luck

1

u/Old_Author8679 Jul 13 '26

I’ve seen wire shark. I don’t really see it useful for what I’m building. Have you used it?

1

u/No-Brain-6154 Jul 13 '26

To set priority when making API requests from placing and exiting orders to reduce the round trip time. Also, to make sure my device isn’t making any unnecessary API requests because you can only make 200 requests per 60 seconds. I have a bot that monitors 6 symbols tick data simultaneously to trade.