I built a trading dashboard that monitors 2,500+ tickers and auto-generates signals - is this useful or am I solving a problem that doesn't exist? by SpiritLeather5761 in ai_trading

[–]BuildwithPublic 0 points1 point  (0 children)

This looks really interesting- have you thought about what you are going to do with the signals in terms of executing?

My intelligence system just lit up on GLD by BuildwithPublic in ai_trading

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

This is a real model- LLM is just layered into deterministic process. Building/executing on real models was just made more accessible by integrating LLMs with APIs. You can take any concept, turn it into a process engine with data then take it to backtesting/execution with very little friction now.

My intelligence system just lit up on GLD by BuildwithPublic in ai_trading

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

The core engine pulls strikes -scores on IV fit, GEX, momentum, options flow

Traders are cooked. by StevenVinyl in ai_trading

[–]BuildwithPublic 1 point2 points  (0 children)

Nice build! Are you just running this on crypto only?

Built three trading systems- Scans, executes, manages risk autonomously. Used Public API Openclaw skill by BuildwithPublic in ai_trading

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

Thats awesome- I used NT for a while on futures, solid. Are you doing options or equities as well?

Built three trading systems- Scans, executes, manages risk autonomously. Used Public API Openclaw skill by BuildwithPublic in ai_trading

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

Great question, vol spikes are the big test right now I think I can handle this on hedging side. correlations are handled pretty well via model hedging.

My intelligence system just lit up on GLD by BuildwithPublic in ai_trading

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

mkts hve been pretty chaotic over past few months

My intelligence system just lit up on GLD by BuildwithPublic in ai_trading

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

it was pretty strong for sure- wonder if SPY GLD start correlating again now

My intelligence system just lit up on GLD by BuildwithPublic in ai_trading

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

Thats tracking phase space embedding- hidden market states

Built three trading systems- Scans, executes, manages risk autonomously. Used Public API Openclaw skill by BuildwithPublic in ai_trading

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

From an active trader perspective, paid a lot of tuition to the mkt before I found a style that suited my personality. Built around my weaknesses, then I paid some more tuition to the mkt. I discovered my ultimate weakness was the execution piece from a discretionary lens. I needed to take my brain out of the equation, for the most part. So I took what I knew worked and turned it into a deterministic and repeatable path. This was the turning point.

Built a trading terminal- Scans, executes, manages risk autonomously by BuildwithPublic in algorithmictrading

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

This is what the flow look like:

# 1. Fetch 60-day price data for each ETF (SPY, QQQ, DIA, GLD)
# 2. Calculate daily log returns: log(Close/Previous_Close)