Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 13:57:59 +0000



Post From: Custom Value Label

[2020-03-29 01:19:39]
Sawtooth - Posts: 3990
Aside from using ACSIL, the only way is to use the Spreadsheet Study study.

1. Use this method to create the dynamic name label in row 2 of a Formula Column, e.g. cell K2:
Using the Spreadsheet Study: Using a Formula in Formula Columns Row 2
with a formula like this:
=TEXT(VALUE(ROUND(ID4.SG1@3,5)*100))+" %"
where ID4 is the Percent Change Since Open study. Hide this study.

2. Use this formula in cell K3 to assign where to place the name label:
=$E$3
this will place it at the current close price.

3. On the Subgraphs tab, check the Name Label box, and place it at the Right or the Right Edge.

4. Set the Draw Style to Line. If you don't want a line, set the Draw Style to Text.