CQG Integrated Client
Welcome to CQG Integrated Client’s feedback site. We love hearing from our customers. If you have suggestions for how we can improve our product, please share them with us. While we can't respond to every suggestion, our product team regularly reviews all of the ideas submitted.
How it works
- Search to see if your suggestion currently exists
- If you have a suggestion that’s not listed yet, submit your own
- Include one suggestion per post
50 results found
-
Dynamic Mode for MPVA when Calculated On Volume
Currently, dynamic mode only works on MPVA when calculated on price. When calculated on volume it can only give you todays value are as it is now.
Thanks
1 vote -
Have new tabs insert right next to the active tab in charting windows, not at the end.
I use many tabs in my chart windows. When I open a new tab, it appears at the end of all the tabs. Then I have to scroll all the way to the end and drag it back to where it belongs.
It would be really nice to have the new tab insert right next to the active tab
1 vote -
add link window feature for Forward/Yield Curve Chart
Client wish to link Forward/Yield Curve Chart with other window, eg. Quote Board. Could we add "Linking Window" for Forward/Yield Curve Chart as well, like other Chart Type window. thanks.
3 votes -
Additional Seasonal Data
I've started using the new Seasonal Study and it is great thanks. If you guys are ever looking to add to it, it would be very handy to be able to also look at the seasonal volumes and ranges as well.
Cheers
1 vote -
How to see the ATR
How to see the ATR with the product price chart which will be use as a stop loss as the the market volatility.
1 vote -
Volume relative to previous day at same time
I would like to be able to compare volume on today’s bars with previous days at the same time or the average of last 10 days for the same period.
So this would be like this. I have got 1 hour bar at 7am volume would be compared with the 1 hour volume the previous day at the same 7am time or the average of the last 10 days for the specific 7 am time interval. Then it does this on each bar on the chart 8 am 9 am etc and also if you change time interval to 5…
11 votes -
Charts set to Log Scale can't be properly resized / shifted
If you take a look at a quarterly Dow Jones chart from 1900 onwards, in LOG-SCALE, it is extremely difficult to resize this so that there is an inch below the extreme low price and an inch or two above the current all-time-high...this is necessary to add price-projections and annotation. A manual insertion of price levels would solve the problem.
1 vote -
Renko for synthetic spreads
Any chance CQG will make renko for synthetic spreads? You do this and I'm a customer for life...
1 vote -
Change background color of charts based on price, time, volume, or economic event
Having the ability to program the background color of a chart to change based on a market event like price, time, volume, economic news will instantly alert the trader in the most clear and obvious way to the occurrence of the prespecified event.
3 votes -
Volume Delta "Candle" for volume bars on time charts
Please add a "volume delta "candle"" option to show volume delta as a candle for time based charts. This will allow the trader to see the full range of the how the volume delta bar was formed over the time of the bar instead of just the final amount.
1 vote -
Customize chart window title bar in CQG running on Windows 10
CQG on Windows 7 (via Control Panel>Personalization>Window Color) allows chart windows in a page to have:
• customizable title bar size
• customizable title bar fonts
• customizable colors.It would be great to have this capability for CQG on Windows 10 as well if you plan to stop supporting Windows 7.
1 vote -
Add historical bid and ask trade volume.
Please add a data point for volume transacted at the best bid and the volume transacted at the best offer. I create custom studies based on these values but they are not useful when the data clears whenever I change page. Even 24-48 hours of data would be much better than currently offered.
1 vote -
Seasonal Charts for Spreads and Base Contracts
It would be nice, and should be a product already if one could look at charts of futures contracts by month and by spread (ie dec-march HRS) on a seasonal bias and searchable by date start time and end time. ProphetX has this and Eikon has this wonderful feature.
5 votes -
Scaling Charts
When scaling the charts bigger (candle charts for example), also the space between the candles is scaling bigger and is losing lots of space on the chart. It would be great if you could scale the space between the candles independently to save space on the chart. Thanks!
1 vote -
Bollinger squeeze conditions pacs
Anyone have any Bollinger Bands in squeeze condition or squeeze firing off condition pac files ?
1 vote -
Study based on two time scales
Hi there - I have a study based on two time scales (e.g. 5 minute and daily). How can I access both types of bars ? Are there examples?
1 vote -
Horizontal line which starts at various time points
To start, you will want to make use of the Hour(@) and Minute(@) functions to get the current time. You will multiply the Hour(@) by 60 and add it to the minute to get the current day's time integer. In a custom study, you will create four parameters for the example you propose, such as "hour1," "minute1," "hour2," and "minute2."
Then you might code the formula as follows:
a1:= Hour(@)60 + Minute(@);
b1:= hour2 *60 + minute2;
c1:= hour160 + minute1;
d1:= (Close(@),D)[-1];
e1:= a1 xabove b1;
price:= IF(a1 >=b1, g1, f2);
f1:= a1 xabove c1;
f2:= IF(a1…1 vote -
Manipulating dates / Dates as parameters / Dating events
From the discussion of the parameter values, here: http://news.cqg.com/blogs/coding/2014/04/parameters-inside-cqg-code, I am guessing that the unique date and time specified in parameters are the usual POSIX values most computers use. Is there a way to extract unique date/time values from an event, like a peak or a cross? And can you define a date/time range, and a date/time difference, in a way that lets you use such ranges or difference in a formula or study? I saw the discussion of the TIMER function, here: http://news.cqg.com/blogs/coding/2013/09/timer-helper-and-cqgs-setreset-function
but I have not been able to figure out how to do similar things for…1 vote -
Renko bricks
I have identified several functions, most recently High Low First (HiLo1) , which do not work when trading on Renko bricks. When I say “don’t work” I do not mean that they give the wrong answer, but rather, that they do not give any answer at all. I have sometimes spent a lot of time trying to understand why something isn’t working before finally trying in on candles instead.
I have not been able to identify any commonalty in these functions , functions that work on candles but not on Renkos. The High Low First function is a good example,…
1 vote -
Millisecond Charting
Are there any plans to add 100Millisecond charts in IC, and QTrader equally, with on tick updates not bar fills.
3 votes
- Don't see your idea?