An unusual (but quick) mid month post, as this is a live issue I thought I'd publish this whilst it's relevant.
There has been some controversy on X/Twitter about 'pay to play' prop shops (see this thread and this one) and in particular Raen Trading. It's fair to say the industry has a bad name, and perhaps this is unfairly tarnishing what may pass for good actors in this space. It's also perhaps fair to say that many of those criticising these firms, including myself, aren't as familiar with that part of the trading industry and our ignorance could be problematic.
But putting all that aside, a question I thought I would try and answer is this - How hard is it to actually pass one of these challenges? As a side effect, it will also tell us what the optimal vol target is to use if we're taking part in one of these challenges. Hence the clickbait article heading. I know from experience this will open me up to having to filter out 500 spam comments a day, but f*** it.
As well as modelling Raen, I also model a much dodgier challenge later in the post, from another company which I will name only as prop firm #2. Finally I close with some generic and unquantified thoughts on the subject.
Standalone Python code here. You can play with this to model another firms challenges.
TLDR:
- Raen you have reasonable chance of passing their first round challenge and you should use a vol target of [scroll down to find out!] to maximise your chances.
- Prop firm #2 and most of the 'industry' use a very long bargepole, I can lend you mine
- I remain skeptical of pay to play
As to what any of this has to do with the word game Wordle (TM), read on to find out.
IMPORTANT: This is not an endorsement of Raen. I have no association with them and I remain skeptical of this entire industry. Their CEO reached out to me after this blogpost was initially published, confirmed my understanding of the challenge parameters was correct, and gave me permission to use the firms name. I made one small correction to the post as a result of that contact.
The (relatively) good guys
The rules of the Raen challenge are this:
- You must make 20%
- You can't lose more than 2% in a single day. There is no maximum trailing drawdown. So if you lose 1.99% every day forever, you're still in the game.
- You must trade for at least 30 trading days before passing the challenge
- It costs $300 a month to do the challenge. This isn't exactly the same Raen which charges a little more, but as a rounder number it makes it easier to directly see how many months we expect to take by backing out from the cost per month. I assume this is paid at the start of the month.
- 256 business days a year, 22 business days a month (it's actually more like 21, but again this higher figure will make the prop firm look good)
- Random gaussian returns generated with no autocorrelation. This is extremely kind as it ignores the chance of fat tails that are somewhat common in finance.
- If we get stopped out we try again, which means restarting the challenge from scratch. There are no reset fees. I assume that this reset doesn't affect the timing of monthly fees (I can't find the answer to this question on the website, but this must be the case as otherwise the cost of resetting would be free and your best strategy would be to keep making massive bets every day and you would pass eventually and only ever have to pay the first month).
- We give up if we can't pass after trying for a year (there are no time limits in the challenge, but this speeds up the computation and seems like reasonable behaviour).
- I assume there are no other limits which make it hard to hit a given risk target. This is unlikely to be a constraint except for suboptimally high vol targets.

- The optimal vol target depends on your SR and whether you are focusing on costs or probability*
- To get a greater than 50% chance of passing we need an expected SR of 1.5 or higher.
- The expected median cost with optimal vol is going to be be $2000 for a SR of 1.5, which you can get down to $1500 if you are the next RenTech (SR of 3).
- The expected median time to pass is going to be about 7 months for a SR of 1.5 or about 5 months if you are the next RenTech
The not so good guys firm #2
The rules of the challenge are this:
- You must make 6%
- The maximum drawdown is 4%; trailing based on daily balances.
- If you lose more than 2% in a day, well basically you're stopped out at 2% but the challenge doesn't end. So your max loss in a day is 2%. In practice would be slightly more because of slippage but let's be generous here.
- There is a one time activation of $130 (not exact figures again but ballpark).
- You have to do the challenge in 30 days. It costs $100 to start each challenge. If you want to extend the challenge by 30 days it costs another $100. This equates to a monthly fee of $100, so we'll model it like that.
- If you need to reset (start again because you've gone boom) it's $80. This is on top of the monthly cost since it doesn't reset the number of days to zero before you have to pay a monthly fee again.
- There are optional data fees we will ignore, because there are enough fees here already.
Probability of getting to stage two, lines are SR, x axis is annual vol target, y axis is probability of success























