I started the 50k challenge. I basically enter the parameters the night before into the algo. And let it do it’s thing.
There are 10 parameters for the algo. Apart from checking in on it from time to time during the day, it will run its course.
-start date
-stop date
-start time
-stop time
-stop loss(ticks)
-take profit(ticks)
-#########
-exit positions time
-quantity long
-quantity short
Equipment:
Dedicated Comp
Battery backup
Internet Line
Router(wired)
Natural Gas Generator Backup
All the equipment is plugged into the largest battery back up available.
Instruments:
Gold /GC
Bonds /ZB
SP’s /ES
Only one instrument is picked.
Regards,
Chris
Great job Chris. Our goals are aligned as I am currently working on a Algo with NinjaTrader to pass the TST Combine and get funded as well. So far still working on getting Algo to withstand that low drawdown. I am preparing for the 50K account.
Here's the data so far. Implementing, the discretionary variable multiple times a day, is not prudent. Trading less (algo), proves to workout better for this algo. Any trading plan leads to data about average losses and reward. The average losses dictate the profit target you need to aim for for your algo to survive. If the price patterns don't project out the profitable point to be hit. The trade should not be placed.View attachment 182145
Great stats Spectre2007,
I have a good question for you. How do you manage the drawdown? For example, I have a strategy now I can run on TST, but over a 5 years historical backtest, the drawdown is nearly $6000.
My concern is if I run that system on TST on the $50K account, it will hit the $2K drawdown.
What are you thoughts on this?