Login Page - Create Account

Support Board


Date/Time: Tue, 10 Jun 2025 22:10:50 +0000



[User Discussion] - Always adding 10 points to the price and visualizing it as candle

View Count: 391

[2022-11-12 09:24:13]
User25311 - Posts: 33
Hello.

I am trying to make a study that adds a specific sum to the the High, Low, Open and Last prices of the symbol in the main chart. And visualize these data as candles.

The goal is to get the symbol to have exactly the same prices as another symbol external to the Sierra Chart ecosystem, wich has always a +10 point plus.

It seems simple, but I can't get it.

I have tried it by creating a Spreadsheet whose columns add +10 to these parameters. But when I put these data in the Main Graph whith Study/Price overlay I can't get them to look like candles.

Does anyone know the best way to do this?
[2022-11-12 12:39:06]
Sawtooth - Posts: 4224
Use the Spreadsheet Formula (Bar) study, with these formulas:
=O+10
=H+10
=L+10
=C+10
[2022-11-12 12:55:13]
User25311 - Posts: 33
It works. Thank you so much!
I had an intuition that it was simple but I couldn't find the way to do it.

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

Login

Login Page - Create Account