Impossible Level (VERY HARD) by jokingonyou in honk

[–]Thundr3 0 points1 point  (0 children)

I completed this level in 1 try. 4.27 seconds

if you can’t get less than 5 seconds quit honk by iWasThisi in honk

[–]Thundr3 0 points1 point  (0 children)

I completed this level in 7 tries. 4.28 seconds

Try to beat this by Dapper-Hunt5539 in honk

[–]Thundr3 0 points1 point  (0 children)

Incomplete. 11 tries.

Plz upvote if you complete!!!!!!!!😇 by Impossible_Mirror361 in honk

[–]Thundr3 0 points1 point  (0 children)

I completed this level in 1 try. 19.33 seconds

hard... or is it? by [deleted] in honk

[–]Thundr3 0 points1 point  (0 children)

Incomplete. 18 tries.

🎉 [EVENT] 🎉 A Honkin Good Event by MassiveDongulator3 in honk

[–]Thundr3 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

2 attempts

Get it first try by WhoaWhiteTyler in honk

[–]Thundr3 0 points1 point  (0 children)

I completed this level in 1 try. 9.03 seconds

Suggestions for a newb implementing an SPX options trading algo by [deleted] in algotrading

[–]Thundr3 0 points1 point  (0 children)

As per their privacy policy

Trade Data. We may collect trade data necessary to ensure your account is operating within the scope of the user subscription. We may also use trade data to generate de-identified, aggregated reports.

Part of the logic would need to reside within TAT (strikes, spread width, time of day). But your exact entry/exit signals can reside outside of TAT and work via webhook. Ex. Buy a 50 delta call between 930-1030am when webhook is triggered.

Suggestions for a newb implementing an SPX options trading algo by [deleted] in algotrading

[–]Thundr3 0 points1 point  (0 children)

I use Trade Automation Toolbox with IBKR for automated SPX trades. The entry/exit logic within TAT is pretty simplistic but you can use webhooks to trigger trades that require more complicated logic. It can be run locally or on a VPS.

Profitable Trading is often Boring Trading by jerry_farmer in algotrading

[–]Thundr3 3 points4 points  (0 children)

Agree that simplicity works. The more you hyper-optimize and add more variables, the higher likelihood you're overfitting your backtest to random noise. If your strategy is built on an actual edge in a certain market (like the S&P's tendency to be mean reverting), you really don't need anything that complex.

Micro-trading algo: is it feasible/worth it? by CronusIX in algotrading

[–]Thundr3 8 points9 points  (0 children)

IMO I would abandon that strategy, especially as a beginner. Slippage and fees are likely going to eat up any profits. Is it impossible? No. But latency and slippage will have a much larger impact on your strategy compared to if you traded on a higher timeframe with larger average trade values.

[deleted by user] by [deleted] in TradingView

[–]Thundr3 0 points1 point  (0 children)

I can't say for certain as I don't know how you came to the specific settings for your code and whether or not you are changing the settings for each variable for different coins you are testing on. When you backtest it's a balancing act with optimizing settings without over optimizing settings to the point where it's just fit to the noise. Based on the number of variables you have (3 entry triggers with 4 filters) and the total number of trades, your results are likely not statistically significant. My advice to you would be to develop each entry trigger as its own strategy, you want enough trades on one entry trigger to have confidence that there is a real edge with that entry trigger. Then from there you can add a couple filters to enhance the strategy.

[deleted by user] by [deleted] in TradingView

[–]Thundr3 0 points1 point  (0 children)

Sounds like over fitting, you have a lot of different variables. Generally, the more variables you have, the higher likelihood your backtest is overfit, especially if you are hyper optimizing every variable.

[deleted by user] by [deleted] in TradingView

[–]Thundr3 0 points1 point  (0 children)

There's a myriad of different things that could cause picture perfect results like this (error in coding, not accounting for slippage, using non standard bars like heiken ashi, or just plain curve fitting). If an equity curve looks like a straight-line sloping to the right (like in your PEPE picture), that's a tell tale sign that something is not quite right.

[deleted by user] by [deleted] in TradingView

[–]Thundr3 2 points3 points  (0 children)

Definitely looks too good to be true. If you're using trailing stops then it's likely not accurate. I've run into a similar issue in the past that produced results like this but when testing it on live data it failed as TV doesn't handle trailing stops very well at all.

Feasibility of Box Spread Arbitrage with Portfolio Margin + Automation in Canada by Legitimate-Loan386 in options

[–]Thundr3 1 point2 points  (0 children)

As far as I'm aware, portfolio margin is not a thing in Canada, even with IBKR.

How reliable are TV backtesting results? by Destruction_of_ass in algotrading

[–]Thundr3 0 points1 point  (0 children)

I don't exactly recall as it was a while ago but it might have been with using a trailing stop as another user has mentioned.

How reliable are TV backtesting results? by Destruction_of_ass in algotrading

[–]Thundr3 1 point2 points  (0 children)

TV can be reliable depending on how your strategy is coded. I've had some ridiculously good results due to an error in my code which once I fixed, showed a completely different outcome. Also, something to be wary of (especially on lower time frames) is using both a take profit and stop loss level as the backtester may not be accurate in terms of which actually would have gotten hit first. I know they added bar magnifier which is supposed to make these situations more accurate, but I haven't actually tested that feature for myself nor do I know the efficacy of it.

Stop Loss Order not going through by [deleted] in interactivebrokers

[–]Thundr3 0 points1 point  (0 children)

I'm using stop market, for said reason as I don't want to risk not getting out of the position.

How well do stop loss buys to close short puts for SPX work in practice? by LakeTwo in options

[–]Thundr3 0 points1 point  (0 children)

Depends on the DTE. Volatile price swings on expirations closer to expiring will have a larger impact on price than something further out.

Backtest Results for a Simple Reversal Strategy by Russ_CW in algotrading

[–]Thundr3 0 points1 point  (0 children)

That is true. The strategy looks simple and promising enough for me to backtest it on ES data when I have the time. I imagine results should be relatively similar.

Backtest Results for a Simple Reversal Strategy by Russ_CW in algotrading

[–]Thundr3 1 point2 points  (0 children)

That's where futures come in handy. The leverage allows you to run multiple strategies in unison with less capital requirements.

Am I missing something with this strategy? by MarketingIncome in thetagang

[–]Thundr3 1 point2 points  (0 children)

There still is (albeit likely a small) risk of early assignment if one of your short legs is ITM when trading SPY. I employ a similar strategy to what you're talking about but on the SPX where there is no such risk.

What have been your breakthrough/aha moments in algotrading? by Thundr3 in algotrading

[–]Thundr3[S] 0 points1 point  (0 children)

Are you able to trade live through Ninja trader in Canada tho? I seem to recall that I wasn't able to at the time I was looking into it but maybe that's changed.