Login Page - Create Account

Support Board


Date/Time: Sat, 23 Nov 2024 21:47:52 +0000



inbuilt indicator of "Bid & Ask Prices" not display on chart

View Count: 202

[2024-08-01 13:09:32]
User293048 - Posts: 2
Hello SC,
I am trying to plot the inbuilt indicator of "Bid & Ask Prices" on a Tick price chart but it is not getting applied/displayed on the chart.
I tried tweaking with the code and then it started plotting the bid ask on chart but from the current tick itself and not showing anything on the historical data
with the original code consisting of following part:
if ((sc.Index < sc.ArraySize -1) || sc.IsReplayRunning())
  {
    Subgraph_BidPrices[sc.Index] = sc.BaseData[SC_BID_PRICE][sc.Index];
    Subgraph_AskPrices[sc.Index] = sc.BaseData[SC_ASK_PRICE][sc.Index];
  }

this seems not to be working/printing the subgraph on chart (initially shows the subgraph for 1 second and then the original chart is reloaded vanishing the subgraph).
There has to be some problem with the settings as this problem is faced on multiple sierracharts accounts. Kindly provide solution for this.

Awaiting Response.
[2024-08-01 13:32:48]
Sierra_Chart Engineering - Posts: 17153
What is the symbol of the chart?

Set Sierra Chart to a Tick by Tick Data Configuration. Follow the instructions here to do this:
Tick by Tick Data Configuration
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-08-01 14:57:43]
User293048 - Posts: 2
the symbol of chart is M2kU24-CME and another one is MCLU24 - NYMEX.
With the mentioned configuration I am only able to plot the subgraphs on past 3 trading days, rest of the historical data chart remains blank with just Tick Prices on it.
How can I plot it on the entire downloaded historical data (past 4 months)
[2024-08-01 20:33:53]
Sierra_Chart Engineering - Posts: 17153
Go to one of those charts and do the following:

Follow the instructions here to clear the Message Log:
Message Log: Clearing the Message Log

Fully re-download the data in the chart by going to the chart and selecting "Edit >> Delete All Data and Download". Only use this command from the Edit menu at the top of the main window or chart.

Or, in the case of a Continuous Futures Contract chart, follow these instructions:
Continuous Futures Contract Charts: Re-Downloading Continuous Futures Contract Data

After about a minute provide a copy of the Message Log following these instructions:
Support Board Posting Information: How to Post Your Message Log (Required In Some Cases)

We will then determine what the problem is.

-----
Also make sure you are using a Continuous Futures Contract chart:
Continuous Futures Contract Charts
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2024-08-01 20:34:35

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account