Skip to content

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

49 results found

  1. 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:= hour1
    60 + minute1;
    d1:= (Close(@),D)[-1];
    e1:= a1 xabove b1;
    price:= IF(a1 >=b1, g1, f2);
    f1:= a1 xabove c1;
    f2:= IF(a1…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Charting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Charting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Charting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Conditions for Marking a Bar / Marking Todays Bars

    Hello. I like to mark all bars of the current day (today). I did not find a condition for that. At the moment I solve this task with the LocalDayOfWeek(@) = x formula. But this is not ideal as I need to change the "x" every day.

    Thank You.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Charting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Custom Study

    I am creating a custom study. Basically, I want to identify Bar X... where X is marked when Range(@) > MA((Range(@)[-1]),Exp,10); now what I want to do is WHEN the bar range exceeds the range of the prior 10 bars, I want to Draw a line from the 50% line. I know I am drawing today the Open and Close of the Bar X via 2 curves close/open(@)[0] when Range(@) > MA((Range(@)[-1]),Exp,10); ... but again, how do I say @ 50% of that bars price, I want to draw another curve? it is unclear from all your docs...

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    9 comments  ·  Charting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. How Do I Chart?

    To create a chart, left click on the ‘Chart’ toolbar button in the upper left corner of your CQG screen. A chart appears. In the lower left corner of the chart is a blinking cursor. This is the command line where the symbol and/or the time frame (Intraday and Historical) are entered. You can use the following Intraday time frames: 1 through 60 minutes (1, 10, 30, etc.). You can use the following Historical time frames: Daily (,D), Weekly (,W), Monthly (,M), Quarterly (,Q), and Annually (,A). CQG provides multiple chart types: Bar, Percent Bar, No Gap, Fill Gap, Equalize…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Charting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Chart overlay question

    When I was on another charting platform, I could do this ZF5-/ZN3 and I could get both on the same chart. Can I do something like this on CQG Q trader or CQG Integrated Client? Thanks

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Charting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Custom Study Output draws a line from bar to bar

    Hi guys,

    I'm working on making a custom study that draws a line from bar to bar. For instance, from the low of the previous bar to the high of the current bar. Would appreciate any help at all. Thanks in advance!

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Charting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Make so that windows can't be dragged up above the page tool bar at the top of the screen

    Make so that the title bar of an open window can't accidentally be dragged above the pages tools bar at the top of the application. Right now the only way to fix this is to right click window and then choose "Arrange by...". BUt that ends up arranging all my windows so then I have to re arrange my whole page

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Charting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
1 3 Next →
  • Don't see your idea?

CQG Integrated Client

Categories

Feedback and Knowledge Base