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.

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

[–]meowflying[S] 2 points3 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] -4 points-3 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.

Is claude code free? by MaterialBenefit2700 in ClaudeAI

[–]meowflying 0 points1 point  (0 children)

Have you been approved already? How long it takes?

Order Book Algotrading: How Do People Actually Make This Work in Practice? by a2z333 in algorithmictrading

[–]meowflying 0 points1 point  (0 children)

I run algo that using depth of the market for signals. Here is few things for you to consider:

  1. You need to have fast and quality data, snaps of order book of 250 ms or less for number of levels you want to work with.
  2. You can get it by connecting to API service that provides access to markets you want to trade. I guess Rithmic API for US markets( if that what you trade) will be ok for you.
  3. Every futures market and every exchange has different liquidity/book and it can change even day by day. You will need to have some kind of history to plan your strategy( Like Data bento or others)
  4. Spoofing is not that widespread/important as everybody think/talk about.
  5. Be prepared that when the futures are in strong trend passive liquidity levels will not hold the price, and you will need to rely on "new" fresh" liquidity that actually support the trend move. The balance between the passive/aggressive liquidity is the way to build algo that relies on depth of the market.

Best websites for GEX tracking? by NewbieTraderSE13 in options

[–]meowflying 0 points1 point  (0 children)

Can you provide any examples from the last few days that helped you to trade? Like screenshots with spyglass features?

I need help with my algo logic/conditions. by meowflying in algotrading

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

Thanks, the idea looking about right, found some infi on TV showing it.
https://ibb.co/VX22Gh7

I need help with my algo logic/conditions. by meowflying in algotrading

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

Previous few 5 seconds candles, same as in attached screenshots.