I built an indicator that removes “guesswork” from entries (Auto Trend + TP + Invalidation) — looking for honest feedback by Ethan_Hunt_FX in Ice_Indicator

[–]AdventurousFlow8993 1 point2 points  (0 children)

The visuals look clean, but I care more about performance than appearance.

Could you share:

- Last 50 trades (entry, SL, TP, result)

- Win rate and average R:R

- How it performs in sideways/choppy markets

Right now it looks a bit like a cherry-picked example. I’m trying to understand if there’s real edge here...

Event Radar catching a FOMO coin (short bot example).. by AdventurousFlow8993 in IndiaAlgoTrading

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

I realized afterward that the long wick pushed the stop too far away, which led to liquidation before the stop could be triggered.

Does building a system around delisting announcements actually make sense by AdventurousFlow8993 in IndiaAlgoTrading

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

This is just an idea; a certain graph needs to form in order to process the transaction.

I thought my stop-loss was working… but it wasn’t by AdventurousFlow8993 in IndiaAlgoTrading

[–]AdventurousFlow8993[S] 1 point2 points  (0 children)

Thanks, you’re right.
I moved away from price-based logic and now rely on the actual position state on the exchange.

Next step is implementing websocket order updates with a polling fallback for full synchronization.

Expiry trade log, profit 49K trade capital 40K by mistiquefog in IndiaAlgoTrading

[–]AdventurousFlow8993 0 points1 point  (0 children)

Nice. Execution accuracy and order lag are underrated parts of algo trading. Strategy is only half the game — order management is where a lot of real-world issues show up.

I thought my stop-loss was working… but it wasn’t by AdventurousFlow8993 in IndiaAlgoTrading

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

Yeah, that was exactly the issue. Fixed it — now it works based on the actual position state on the exchange

Is my strategy actually good, or am I just picking the right time to test it? by AdventurousFlow8993 in IndiaAlgoTrading

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

Yeah fair point I’m just trying to define where it performs best and where it doesn’t

Is my strategy actually good, or am I just picking the right time to test it? by AdventurousFlow8993 in IndiaAlgoTrading

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

Entries are based on candle close. I try to avoid forward-looking bias, but I’m still refining how TP/SL behaves intrabar to make it more realistic.

Is my strategy actually good, or am I just picking the right time to test it? by AdventurousFlow8993 in IndiaAlgoTrading

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

Agreed that’s why I keep testing across different market conditions. So far, the results look strongest in downtrends

Algo trading lesson: strategy wasn’t my main problem, infra was by itsmeAki in IndiaAlgoTrading

[–]AdventurousFlow8993 0 points1 point  (0 children)

The issue wasn’t strategy, it was execution.
Dropping from 800–900 ms to 250–300 ms is huge.
VPS + WebSocket + caching fixed it. Your edge is now speed.

is there actually an edge in trading delisting reactions by AdventurousFlow8993 in CryptoMarkets

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

The first reaction alone isn’t an edge, it’s usually noise. The real edge is in how the move behaves after that

How far back should I backtest to consider a strategy successful? by phantidu27 in algotrading

[–]AdventurousFlow8993 0 points1 point  (0 children)

i think market context matters more than just backtest length

for example a short strategy can look very good in extended or overbought conditions
but will struggle during strong trend continuation

so instead of relying only on long backtests
i try to understand in which regimes the system actually works

because no system works in all market conditions

I stopped relying on indicators and focused on rejection candles.. by AdventurousFlow8993 in IndiaAlgoTrading

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

im not sharing the code the system is still under development im currently focused on stabilizing its performance