Login Page - Create Account

Support Board


Date/Time: Sun, 26 Apr 2026 18:09:18 +0000



Post From: Do I need 2 SC Instances to Run Realtime Denali CME Data + Execute via CGQ Order Routing

[2026-03-17 20:28:39]
Shores2021 - Posts: 56
Thank you John,
I was able to convert and use CQG symbols while getting Denali historical data and CME top of the book.

Now back to connecting Instance 1 with Instance 2.

Goal:
1. Execute Delta (Net position from Multi-SIMs/Multi Chart#'s strategy signals)
from Instance 1 into Instance2.
2. Instance1 - Run multiple SIMs on multiple charts on Instance 1 - on same symbol (MES or ES)
3. Instance2 - Execution only (CQG WebApi) send current NET POS DELTA from all signals from Instance 1 to fill
on one live account.

You mentioned:

"...Even though you can get the information out of the system using the built-in tools, you still need to develop a study to read that information into the other instance.

But whatever you do, you will have to be careful about accessing the file when the other program has it open. As such, you may want to control the entire process with a couple of custom studies..."


A. I tried "Write Bar and Study Data to File" and I am getting a .csv file written. Q: What is the best way to access it
in Instance 2 and parse it into spreadsheet so I can execute the NET Position in the live account?
B. Also, in Instance 1 - I was able to create a sub-chart study that plots the current NET POS that I would like to show
in Instance 2 and again parse it into the spreadsheet for execution.

Can you clarify the best way to extract and get that NET POS from Instance 1 to Instance 2?
Is is trying to parse the NET POS from .csv file or use custom study that communicates between the 2 instances?

Thanks very much for all of your help.