Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 15:20:39 +0000



[User Discussion] - Graph 10% of the original last price

View Count: 1323

[2015-11-18 21:44:30]
User702376 - Posts: 5
I would like to find a way to get the current last price to be 10% of the original last price and continue to graph the last price with candlestick bars.
Example:
Using symbol - NVOL-NYSE
I would like for the chart to output a candlestick bar with only 10% of the original last price.

I was able to get a line chart, using the above example but not a candlestick bar. I created a chart and added study subgraph multiply. Under settings>subgraphs tab, the Graph Draw field is greyed out.
Please advise.
Thanks
[2015-11-20 12:37:33]
User702376 - Posts: 5
If I have stated something incorrectly, please advise.
Thanks
[2015-11-24 00:26:17]
User702376 - Posts: 5
Bump
[2015-11-24 01:57:37]
Sawtooth - Posts: 3976
You can do this with the Spreadsheet Study study:

-Set Chart Region to 1
-Check 'Display as Main Price Graph' (Uncheck it to see a comparison)
-Set 'Use Price Graph Style to Yes
-Give it a name in the Spreadsheet Name field
-Use formulas like these in row 3 of columns K,L,M,N:
=B3*0.1
=C3*0.1
=D3*0.1
=E3*0.1

Here's the documentation:
http://www.sierrachart.com/index.php?page=doc/doc_SpreadsheetStudyInputs.html#PriceGraphStyle
Date Time Of Last Edit: 2015-11-24 01:58:59

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

Login

Login Page - Create Account