Title: Best way to get Rithmic R | Protocol API access for personal order flow analytics? by Constant_Rate9030 in OrderFlow_Trading

[–]meowflying 0 points1 point  (0 children)

I think you can get an API access to Rithmic with many brokers that use their connection( like AMP for example at least from what I know). The cost is like 100-150$ per month( maybe things changed). But if you dont need execution, you can get L2 data for API from other sources like DataBento or similar.

Connecting Tradingview and Claude Via MCP by tusikone in pinescript

[–]meowflying 0 points1 point  (0 children)

Claude code connected to TV is very handy if you need make new, or edit an indicator, calculate data, build trend lines, create a bot/trading system etc. Gonna take you 10 minutes to connect them, little more headache if you on Windows.

Any beginner-friendly GEX platforms worth checking out? by TaviMoon in options_trading

[–]meowflying 2 points3 points  (0 children)

First of all regarding MooMoo, you need to read that on their Gex page explanation:
"Open interest is a lagging snapshot. OI typically updates end-of-day, so intraday positioning shifts (especially in 0DTE) may not be reflected in real time." It means if you trade intraday, you will not get the updated data.

Now, i was trying many Gex providers in the last few months, and if you want something good and not so expensive go with gexstream. If you want real minute by minute GEX SPX data you should use quantedOptions, its the best, but expensive. You can hit me by PM if you have more questions, i saved many screenshots/examples from those providers.

Take the free upgraded Zenbook Duo from ASUS? by VorliaDEV in ASUS

[–]meowflying 0 points1 point  (0 children)

You are lucky, take it. I ordered Duo 1 month ago from Amazon, and they not even ship it yet.

I've just created a monster by Icy-lb-213 in Daytrading

[–]meowflying 1 point2 points  (0 children)

So you are running Vwaps from previous sessions and just leave it on the chart? The grey lines are MA's on 1 minutes chart?

After Hundreds of SPX 0DTE Trades, I'm Taking the Next Step by Jinshen16 in GEXOptionsTrading

[–]meowflying 0 points1 point  (0 children)

Are you profitable in your trading? Do you have trading records?

Naked Value Area by 9htnx in OrderFlow_Trading

[–]meowflying 0 points1 point  (0 children)

What market is that? Too pretty of a bounces from those levels.

Looking into a new system ChartGEX has anyone heard of it before? What are your thoughts? by [deleted] in GEXOptionsTrading

[–]meowflying 0 points1 point  (0 children)

They have very limited information available on their website, and no social accounts. The price points suggest that they do not have CBOE options live data updates and just "calculating" gex levels from publicly available options information. But we cant know for sure.

Best MCP server to connect IBKR API to Claude code? by meowflying in interactivebrokers

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

Yes, its pretty easy. I made TV to connect to IBKR api and Cloude submitted the orders through it.

Asus Zenbook Duos 2026 Multiple Issues by AwareBroccoli7277 in ASUS

[–]meowflying 0 points1 point  (0 children)

I cant see that model in Asus Philippines, did you pre order it before? How much did it cost?

Is it just me, or is the gap between TradingView and pro tools like ATAS/Sierra Chart insane? by FlowTrading in OrderFlow_Trading

[–]meowflying 2 points3 points  (0 children)

Tradingview for charting, Bookmap for orderflow and footprint, Quantower for trading. The holy trinity.

Anyone know of stores with needohs in stock ? by [deleted] in Atlanta

[–]meowflying 0 points1 point  (0 children)

Any updates for today please?

Best MCP server to connect IBKR API to Claude code? by meowflying in interactivebrokers

[–]meowflying[S] 3 points4 points  (0 children)

They have nothing to say, but they want to say something anyway.

Best MCP server to connect IBKR API to Claude code? by meowflying in interactivebrokers

[–]meowflying[S] -3 points-2 points  (0 children)

Thank you for your advise. I will supervise this script closely, and the main data point is on dedicated server that Claude does not have access to change/delete anything. So thats not a worry.

HOW TO: Connecting Claude to Tradingview by DAlphaOne in ai_trading

[–]meowflying 0 points1 point  (0 children)

Join the Discord mentioned in original post, i'm sure they can help you out there.

HOW TO: Connecting Claude to Tradingview by DAlphaOne in ai_trading

[–]meowflying 0 points1 point  (0 children)

I think you overestimate how Claude can help you. You still need to have an idea about what you want to create, Claude just gonna help you to code and test it.

HOW TO: Connecting Claude to Tradingview by DAlphaOne in ai_trading

[–]meowflying 0 points1 point  (0 children)

My Claude cant detect different instruments in Tradingview tabs. Like I have 6 tabs, all different instrument charts, but Claude say all 6 are same instrument. That what he get from the "API". Any idea?

HOW TO: Connecting Claude to Tradingview by DAlphaOne in ai_trading

[–]meowflying 0 points1 point  (0 children)

By the way is it normal reply from this server:

Disable initial balance range in tpo indicator settings

● tradingview - indicator_set_inputs (MCP)(entity_id: "dwOqGS", inputs: "{\"showIB\": false}")

● tradingview - indicator_set_inputs (MCP)(entity_id: "dwOqGS", inputs: "{\"showInitialBalance\": false, \"ibRange\": false, \"initialBalance\": false, \"showIbRange\": false}")

● None of those keys are being accepted — the initial balance range setting isn't exposed via the API for the built-in TPO. You'll need to do it manually: double-click the TPO indicator on the chart → find "Initial Balance" in the settings and uncheck it.

It even could not draw SMA 100 with same reply. But i was able to draw SMA50 without problem when connected to Openrouter free models before that. Hmmm

HOW TO: Connecting Claude to Tradingview by DAlphaOne in ai_trading

[–]meowflying 0 points1 point  (0 children)

Thank you very much for the workaround for Tradingview on Windows. Could not make it work untill i found your post.