Login Page - Create Account

Support Board


Date/Time: Sat, 20 Apr 2024 07:12:41 +0000



[Programming Help] - draw volume profile

View Count: 2714

[2023-03-06 17:53:35]
John - SC Support - Posts: 30976
We are not sure exactly what you are wanting to do from the image you give.

First, we see that you have the Price Calculator drawing tool being used for the Price Difference. If this is not your image and that is what you are looking for, then refer to the following:
Chart Drawing Tools: Chart Calculator

Second, if you are wanting to get the price difference programmatically, then do you want it for the current bar when the Close is greater than or equal to the Low of the previous bar? But how does this relate to the Chart Calculator drawings that cover multiple bars?
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-03-07 01:09:01]
User586297 - Posts: 31
HI SIR,

WHEN INPUTTING THIS C>=L[-1] IT GIVES A RANGE
OF CANDLESTICKS, THE IDEA IS TO PRINT THE PRICE
DIFFERENCE OF THAT RANGE. FROM THE OPEN FROM
FIRST CANDLESTICK TO THE CLOSE OF THE LAST
CANDLESTICK.

THANK YOU SIR
[2023-03-07 17:14:07]
John - SC Support - Posts: 30976
We are not sure how exactly you would do this, but you might be able to do it using the Spreadsheet study. Refer to the following:
Using the Spreadsheet Study


Otherwise, you would have to create a custom study to do this. Refer to the following:
Advanced Custom Study Interface and Language (ACSIL): Introduction

Note that the actual programming of this is something that you would need to do. For simple things we may help, but this is too complex, so it is something you would need to work out. Or others that monitor the board might give you some ideas.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-06-26 23:49:06]
User586297 - Posts: 31
Hi Sir,

When enrolling for Nasdaq , do you receive all the symbols.


And will it interfere with current charts?

Thanks.
[2023-06-27 13:55:18]
John - SC Support - Posts: 30976
You have access to all the symbols when you activate the NASDAQ TotalView exchange.

We are not sure what you mean by "will it interfere with current charts?" For one thing, when using the data from the NASDAQ TotalView data feed, you need to append the standard symbol with the '-NQTV' suffix (for IBM, it would be IBM-NQTV). Refer to the following for more information:
Denali Exchange Data Feed: Nasdaq TotalView Data Feed Notes
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-09-28 21:00:45]
User586297 - Posts: 31
HI SIR,

HAVE THIS AS AN ALERT =AND (C<=H [-1], C<=O +TICKSIZE*2, BV<AV)

IT'S AN RANGE BAR THAT CONSIST OF 10 TCICKS, C<O WITH ASK VOLUME

WHAT IS THE PROPER WAY TO HAVE AN ALERT 2 TICKS BEFORE BAR COMPLETION?



ALSO HAVE =AND(ID10.SG1>500)

THIS IS WHERE THE ASK VOLUME IS GREATER THAN 500 WITHIN THE COMPLETION OF 10 TICK RANGE BAR.

WHEN BAR IS COMPLETE, WHAT IS THE PROPER WAY TO PUT A LINE ABOVE THE COMPLETED BAR? SO I MAY UTILIZE THE

LINE WITH STUDY PRICE OVEERLAY TO A FIVE MIN. CHART.

THANKS FOR THE HELP
[2023-09-28 21:24:23]
John - SC Support - Posts: 30976
HAVE THIS AS AN ALERT =AND (C<=H [-1], C<=O +TICKSIZE*2, BV<AV)

IT'S AN RANGE BAR THAT CONSIST OF 10 TCICKS, C<O WITH ASK VOLUME

WHAT IS THE PROPER WAY TO HAVE AN ALERT 2 TICKS BEFORE BAR COMPLETION?

We are not sure what the first two sentences have to do with the third.

In order to get an alert when a 10 tick range bar has reached 8 ticks in height, enter the following for the alert:
=(H - L) / TICKSIZE = 8


ALSO HAVE =AND(ID10.SG1>500)

THIS IS WHERE THE ASK VOLUME IS GREATER THAN 500 WITHIN THE COMPLETION OF 10 TICK RANGE BAR.

WHEN BAR IS COMPLETE, WHAT IS THE PROPER WAY TO PUT A LINE ABOVE THE COMPLETED BAR? SO I MAY UTILIZE THE

LINE WITH STUDY PRICE OVEERLAY TO A FIVE MIN. CHART.

We are not sure exactly what you are looking for in this case. In particular, what is the value of the line that you want to have? We assume the real point here is that you do not want the line to exist at that bar until the bar closes, correct?
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-09-30 22:58:15]
User586297 - Posts: 31
HI SIR,

THERE IS A STUDY CALLED (AVERAGE PRICE PER BAR, WHERE A LINE OR DASH IS PUT WITHIN THE BAR).

WHEN 10 TICK RANGE BAR IS COMPLETE, WHAT IS THE PROPER WAY TO PUT A LINE ABOVE THE COMPLETED BAR (AV>500)? SO I MAY UTILIZE THE

LINE WITH STUDY PRICE OVERLAY TO A FIVE MIN. CHART.


ALSO, WHAT IS THE PROPER WAY TO HAVE AN ALERT 10 SECONDS BEFORE BAR COMPLETION?

THANK YOU

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

Login

Login Page - Create Account