Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 06:42:03 +0000



Different Color Bar based on different volume sizes.

View Count: 2419

[2017-08-30 09:25:58]
User258883 - Posts: 1
For example in a 1 minute chart,
I want to color the bar blue if the corresponding volume is below 100,
yellow if the volume is between 100 and 200,
Orange if the volume for that bar exceed 200.

Is that possible ?
[2017-08-30 11:06:09]
TechTrader - Posts: 116
You could use a Spreadsheet Study.

An example is below.

Copy the two files to your Sierra Data folder.

Apply the study 'Volume Colour Bars' to a chart.
attachmentVolume Colour Bars.scss - Attached On 2017-08-30 11:03:59 UTC - Size: 42.96 KB - 419 views
Attachment Deleted.
attachmentVolume Colour Bars.StdyCollct - Attached On 2017-08-30 11:04:55 UTC - Size: 9.41 KB - 474 views
[2017-08-31 04:08:02]
Sierra Chart Engineering - Posts: 104368
You need to use three instances of the Color Bar Based on Alert Condition study:
Color Bar Based on Alert Condition


These are the formulas for these:

I want to color the bar blue if the corresponding volume is below 100: V < 100
yellow if the volume is between 100 and 200,: AND(V>=100,V<=200)
Orange if the volume for that bar exceed 200.: V > 200
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2018-08-31 15:02:58]
User747654 - Posts: 39
TechTrader, is there anyway to edit the bar preferences? I have downloaded the files I just need to edit those 100-300 values, Any way I can do that?

Thanks

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

Login

Login Page - Create Account