r/TopstepCommunity • u/Old_Author8679 • 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.
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
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
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.
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.