Does your code place the trades automatically, or do you still have to place them manually? Also, which programming language are you using to build it?
Day Trading vs. Swing Trading vs. Position Trading 86 replies
DislikedDoes your code place the trades automatically, or do you still have to place them manually? Also, which programming language are you using to build it?Ignored
Disliked{quote} The code is doing everything - I just fed it some ideas, it then built the trade execution scripts, connected up the API and sorted out the trading permissions with Topstep. {image} I get to watch this all day. From what I can tell the code is Python
Ignored
Disliked{quote} The code is doing everything - I just fed it some ideas, it then built the trade execution scripts, connected up the API and sorted out the trading permissions with Topstep. {image} I get to watch this all day. From what I can tell the code is Python
Ignored
Disliked{quote} thanks, the hardest thing has been finding strategies that actually work. So many strategies that I was taught that were supposed to be mechanical are totally discretionary. Not saying there is anything wrong with discretionary, but currently Ai is good for systems, not for new ideas. Hoping to train the Ai on my thoughts and actions going forward and see if it can find a signal within the noise. Ai has helped me build out enough of a portfolio of strategies that are not correlated, so I am happy that it will do what the back test says it...Ignored
Disliked{quote} can you share us some hints on tech stacks and framework for steup?Ignored
DislikedDid you start by using paper trading first to test your system and place orders, or did you go directly with the Combine/live execution? And have you passed an Account yet?Ignored
Disliked{quote} I started with backtesting, then I always paper trade (fwd test). Signing up for a combine is the only way to get the account linked to the API. Passed the combine and now trade an Express-funded account XFA.Ignored
Disliked{image} Trading small has never been so profitable. I am usually trading 1-mini, scalping in and out. Invariably taking a massive loss after my ego can't take it that I am wrong. Yesterday was my best-ever trading day for execution ( i have earned more in a day before), and I wasn't even at a computer. This follows the previous day, where a phantom trade lost me $450 because of some crap code Claude had written. So what have I learned? I definitely want the algo way of trading to be my primary way of making money. I will still have to accept losses,...Ignored
Disliked{quote} you've definitely got the hang of the vibe coding - not withstanding Claude cocking up orders. What did it do so we can all avoid?Ignored
Disliked{quote} you've definitely got the hang of the vibe coding - not withstanding Claude cocking up orders. What did it do so we can all avoid?Ignored
Disliked{quote} Claude probably fucked state tracking or error handling, thought you were flat while a position ran wild. Drop the exact symptom/snippet and I’ll give you the fix in 1 line. Ego stays off, code stays cold.Ignored
Disliked{quote} it's simple stuff that humans would have spotted if they had placed an OCO / bracket order. The system is supposed to delete the SL if the TP is hit and vice versa. The system is supposed to delete the SL and TP if we get to the end of the trading day. The system is supposed to delete the orders if nothing triggers after a period of time. One of these things didn't happen. So my system was at the time, supposed to delete/cancel/flatten anything that wasn't recognised. Including manual discretionary trades. Unfortunately, I had a couple of...Ignored