Vibe Coding Quant Trading Always Growing ~ Dont stop Get it Get it!
Python, Typescript, Ascil, OpenClaw.. THIS IS THE MOST LUCRATIVE TIME IN HISTORY. 🚀 🤖 🦾
Last night I had the pleasure of hosting a @Lighter_xyz community dinner in Vancouver, Canada. There was a special appearance by contributor @33lessons who shared A LOT of alpha about exciting new things on the horizon. Guests also revived priority WL access for @fuegonft.
The time data has been really interesting, this strat works with strong momentum , most profitable time of day for gold futures (times in pst): 0700-0900, 2330-0100 also quite good (30 min before london open + first hour). Then some unexpected times, I will get 3 months more data
Been cooking up a beautiful futures strategy with ascil #sierrachart , my best one yet and hit a new level. 1.23 Profit Factor after 546 trades, includes losing times of day! Sierra TAL stats are limited, so I built a parser in python, shows stats by hour! Soon 1.4+ PF 🤑
🚨 BREAKING:
Scientists just learned how to control magnetism at the atomic level.
Not materials.
Not circuits.
Individual spin patterns.
Read that again.
Instead of using electric charge…
they’re using the spin of electrons to store and process data.
And it gets crazier:
They can create tiny magnetic whirlpools
called skyrmions…
that move with almost no energy
and can store massive amounts of data
This means:
Faster computers
Lower power usage
Ultra-dense memory
But the real shift is this:
We’re not just building electronics anymore…
we’re engineering structure at the smallest possible scale.
So the real question is:
If information can be stored in spin itself…
what limits computation?
Follow me I’m tracking where physics becomes technology.
@AccurateTradez good points, but here's where it misses - you can copy trade 50+ accounts on futures, you can't really do that with cfds unless you're swing trading because of spread, delay, etc. and most firms these days have EOD drawdown, even Apex made the switch after many years
@iamJMinx Sounds like dopamine burnout, if dopamine is very high ( busy, getting stuff done, go-go-go) and HNM (here now molecules) are low - we crash, although if we're balanced we run on both. I feel like thats often the flow state.. this is an amazing book #themoleculeofmore
@TempoICT@Cary51087206 and your link goes to a scammy marketing page, dont fall for it guys, plenty of high quality traders in the free streaming space like https://t.co/BS0xmyttOi
@RealMvk04 I decided to test @MiniMax_AI with a complex task , converting a pinescript strat to ascil, I gave it coder skill to spawn subagents, it seemed impressive/fast at first but ended up sucking, I gave it at least 10 tries with a chunked down version1 and it failed, Claude nailed it
@MattLeech Scott Trieste is a known scammer, many of us lost valuable time and money trusting that f-ng scumbag with fasttrack, total dirtbag, youre reputation is going to suffer over this Matt
@DodgysDD bro, do this, msg @RealEdgeClear , find out if they're really a trusted partner like it says on the home page, if they arent, its a scam, if they are, has legitimacy, although I think will be short-lived, scammers will exploit this to the max
@masked_stat@daytradingrauf 🔥🔥🔥 Thanks for your generous share, I've got Claude working on converting it for Sierrachart, my preferred platform. I'm inspired to use the source to make a different version & automate @Nitro_Trades 10m OR fvg b/o strat, lemme know if you wanna colab for the ml part
@masked_stat@jtrader It looks like you based this on 70 trades though, thats nothing, and it had a large drawdown first, I've had many strategies with 1.3+ PF by around 300 trades and by 1000 trades back to 1.0 or slightly negative, need a large sample size before thinking its actually profitable
Dear Traders,
Claude code can now connect directly to your TradingView charts
It reads your charts, indicators, writes Pine Script for your trading strategies, compiles it and fixes errors.. all automatically
Not a browser extension.. A direct connection to your live charting platform
▫️Here's how it works and how to set this up:
> How it works:
TradingView Desktop runs on Electron (Chromium). Chromium has a built in debug interface called Chrome DevTools Protocol. It's off by default. One flag turns it on.
That's the door. Claude Code connects through it via an MCP server running locally on your machine.
Nothing touches TradingView's servers. No data leaves your machine. Everything runs on localhost.
Here's the setup, give Claude code this prompt and it does everything:
"Install the TradingView MCP server. Clone and explore https://t.co/4NApHd4Lyx, run npm install, add to my MCP config at ~/.claude/.mcp.json, and launch TradingView with the debug port."
Once it's done, verify:
"Use tv_health_check to confirm TradingView is connected."
Then just try:
"What's on my chart right now?"
That's the whole setup. Claude installs it. Claude runs it. You just describe what you want.
▫️What Claude can actually see
What Claude can read from your charts:
> Current symbol and timeframe
> Real-time OHLC and volume
> Up to 500 price bars
> All indicator names, IDs, and values
> Pine Script drawings — lines, labels, tables, boxes
> Data window values
> Order book depth
> Strategy tester results and trade list
> Screenshots of any chart region
The most useful part is it reads protected indicators too.
Pass a filter with the indicator name and you get back every price level, every text annotation, full table contents, every drawn zone.
"What levels is my NY Sessions indicator showing?"
it reads them.
"What does the session stats table say?"
it reads that too.All of this data is already on your screen. This tool just makes it readable to an AI.
▫️ The Pine Script workflow
This is the part that changes everything for traders who code:
You describe what you want → Claude writes the Pine Script → injects it into TradingView → compiles it → reads the errors → fixes them → recompiles That loop runs until the script is clean.
The whole time Claude has full context of your chart and every indicator on it.
No more copy-pasting between VS Code and the Pine editor hunting type mismatches.
You can also:
→ Validate indicators (write it, compile it, read values back, check the math)
→ Loop through input parameters and test each one
→ Run the same indicator across multiple symbols and timeframes
→ Read strategy tester metrics after each compile
The actual workflow of verifying your indicators works instead of just assuming they do.
sharing the usecases of this workflow in my next post.. like & RT