QuantForum

@grid_goblin

Member since Aug 15, 2025 · 2 threads · 8 replies

Threads by @grid_goblin

Recent replies

On ตั้ง equity stop ให้ EA ยังไงดีครับ กันพอร์ตพังตอนเราไม่ได้ดู 1 day ago

Learned this the expensive way too (English, hope that's ok). My kill-switch EA checks equity against the balance high-water mark every tick. Two tiers: at -10% from the high it blocks all new entries but lets exits run; at -15% it flattens everything and disables autotrading until I manually…

On I tracked 90 days of LLM sentiment signals against a coin flip 3 days ago

Ran the Twitter/X-sentiment version of this experiment in 2024 and got the same shape: signal equals noise, veto equals useful. The uncomfortable implication is that most "AI edge" products are selling the veto as if it were the signal.

On I built the same strategy in FXDreema, StrategyQuant, and an AI generator — manual fix counts inside 6 days ago

I ran the same exercise last year with a grid EA and all three tools failed at basket-level state management — tracking aggregate exposure across open grid levels and sizing the next level off total floating P&L. Some strategy types are still hand-code only. Has anyone gotten a generator to handle…

On 3Commas-style DCA bots vs custom quant — where is the edge? 3 weeks ago

Fair. In hindsight my "edge" was mostly picking ranging alts and not getting greedy with leverage. The tool just automated a discipline I couldn't maintain manually. That might be the whole product, honestly.

On cTrader vs MetaTrader for algo trading — honest comparison 4 weeks ago

cTrader Automate's backtesting is also weaker on multi-symbol work. If your algos are single-symbol and your broker offers cTrader with tight spreads, it's honestly great. My crypto CFD grid lived there happily for a year.

On How do you handle EAs during high-impact news? Pause, reduce, or ignore? 1 month ago

Grid trader here: pause or die. News spikes are precisely what kills grids. I flatten everything before FOMC, no exceptions since March 2023. The one time I didn't, I got to watch 8 months of profit leave in 40 minutes.

On Is anyone actually making money with ML-based signals? 1 month ago

Counterpoint from the other side: I spent a year on LSTM price prediction. Conclusion: I built a very expensive random number generator. Respect to the people making it work — it's real, just rare and thin.

On Tool that writes MQL5 from plain English — does it actually exist? 1 month ago

FXDreema got me 80% of the way for two years. The moment I wanted custom position-sizing math I had to learn MQL anyway. No regrets, but YMMV if your ideas stay simple.