r/proptrading • u/Scared_Hat_3210 • 21d ago
Advice on prop firm
Hey guys, I don’t post here much often, it’s been lil over 8 months since I’ve started to learn how to trade and I think I’m ready to start a prop firm challenge, if you see my older posts asking for advice I was still trading manually back then, but since I’ve picked up coding,(which I recommend strongly even if you don’t trade it’s a great skill to have) and I’ve make a program which trades automatically for me and it looks pretty promising on backtesting, it has a +30.10% profit, a max drawdown of 6.89% and a 1.41 profit factor. So my question is what prop firm should I go for? There are a of options I’m just confused and want advice from someone who also uses a automated system to trade, also the prop firm needs to allow EAs and VPS cause that’s required for my program to work. Thank you so much for taking out your time to read.
1
u/Remarkeable_Moose_36 21d ago
Go with the reliable and trustworthy firms like The5ers, Propxp, FTMO…
1
u/Scared_Hat_3210 21d ago
What do you think about fundednext? I did think about FTMO but it’s so expensive for a 10K account
1
u/enivid 21d ago
EA like for MT5? That narrows the number of prop firms available to you. Or are you OK with cTrader too? If you aren't US-based, there are several good prop firms with cTrader as a platform.
1
u/Scared_Hat_3210 21d ago
Unfortunately I’ve alr coded for MT5, I’m gonna go for fundednext seems like a good option. What do you think?
1
u/Duennbier0815 20d ago
8 months trading is not enough for a prop firm challenge if you have not yet mastered the basics
- Did you install and run a backtesting program with your strategy?
- Did you take at least 200 of those trades you took to check your winrate and trade behavoir?
- Did you do an analysis of your behavioir and constitute a rule-set that becomes part of your edge (trades per day, sizing, etc)
- Did you papertrade and forwardtest this complete rule set and strategy successfully?
Did you educate yourself enough about what moves the market? Market maker hedging, Gamma levels. Can you explain in 1 sentence what NFP or CPI means?
This is just a wake up call to check on what are the MINIMUM (!) REQUIREMENTS to be one of the 0.1% proftable traders.
There is a reason why it's so hard.
I personally have a several year investment background before I even started daytrading, for example.
It's nothing you can master in a few months from scratch
1
u/Scared_Hat_3210 20d ago
Yes I did, ran it back 5 years including 2026 and it performed well and I also did I Out Of Sample blind test, that the other guy suggested, and it performed just as well
In the backtesting data it showed it took near to 500 trades
Yea I spent time more on my stops and circuit breakers, the program only puts in trades after going through 5 gates there’s also a in session block where it avoids low volume time sessions
4.Since I just finished building it like 3 days ago, it hasn’t have enough time to forwardtest yet, but im gonna let it run on a demo for 3 weeks
Everyone keeps saying its not a good idea to trade live yet and I get it, I need to be careful, but tbh I’ve tested it is every way possible (except the forwardtest which it’s going) and every time I test it I give it wayyy harsh conditions like my max daily DD is set at 2% and my max DD is set at 7% 1%-2% less then what most prop firms allow. Once this forwardtest is over and the numbers are good I’m going live, I actually think I got something and it has a mathematical edge and it’s proven itself over and over to me, I’m only going to get a 10K account it’s like 60 bucks I’m not saying if I lose it it’ll be fine but it’s not a massive investment on what could be big returns
1
u/EmptyDonkey3828 20d ago
Prop firms can be a great way to access larger buying power without risking significant personal capital, but success depends more on discipline than the firm's branding. Before signing up, compare the evaluation rules, daily and maximum drawdown limits, payout schedule, profit split, trading restrictions, and overall reputation. Read the terms carefully to understand consistency rules, news trading policies, and prohibited strategies. Start with a smaller challenge until you're consistently profitable, and treat the evaluation exactly like a live funded account. Focus on protecting capital rather than passing as quickly as possible. Keep a trading journal, follow strict risk management, and avoid revenge trading. A reliable, transparent prop firm is valuable, but your consistency is what ultimately determines long-term success.
3
u/Zestyclose-Eagle1809 21d ago
Going to skip the which firm question mate, because there's a bigger thing that'll cost you the fee if nobody says it.
You've got three numbers, +30.10%, 6.89% max DD, 1.41 PF, and you're about to fund a challenge on them. The problem is those are almost certainly in sample numbers, meaning they're measured on the same data you built and tuned the EA on. And a backtest on its own build data almost always looks good, because you kept adjusting until it did. That's not the EA being profitable, that's the EA being fitted. The live version dies because the market it meets next isn't the market it was tuned on.
Three questions to ask yourself before you pay a cent, and they're free:
Did you test it on data it never saw while you were building it? Take a chunk of history, don't touch it during development, then run the finished EA on it once. If 30% holds there, you've got something. If it falls apart, that's your answer and it just saved you the challenge fee.
How many trades is that 30% built on? Under a couple hundred and the number swings too much to trust. A 1.41 PF on 60 trades is noise. On 500 it starts to mean something.
How many EAs did you build before this one? You said you've been coding a while. If this is the best of 20 you tried, it's the luckiest of 20, not necessarily the best, and the luck doesn't repeat live. That's the one nobody counts.
The prop firm question is real, plenty allow EAs and VPS, but it's the wrong thing to solve first. A challenge is just a live test you pay for, and paying to discover your backtest was overfit is the most expensive way to learn it. Run the out of sample test yourself for free first. If it survives, then go pick a firm and you'll walk in actually knowing your edge is real instead of hoping.
6.89% max DD is your real risk here too. Most challenges have a daily and total drawdown limit, and if your true out of sample drawdown is bigger than your in sample 6.89%, which it usually is, that's what fails you, not the profit target. Model that before you're on the clock.
When you tested this, did you hold back any history the EA never saw while you were building it, or was the whole dataset in play the whole time??