Login Page - Create Account

Support Board


Date/Time: Fri, 18 Jul 2025 19:46:31 +0000



Post From: Use a value like ID7.SG3 in another study?

[2023-05-25 20:18:46]
TopGunTrader - Posts: 202
I do NOT want to display anything.

You know how numbers bars and volume by price let you input a threshold for DISPLAYING text?

Instead of ME putting this number in there to see significant high volume areas I want to use a STUDY to find a dynamic number and use that number to display the text

So imagine this is a numbers bar


0 x 5
100 x 150
175 x 60

if I have text threshold set to 100 it displays

_ _
100 x 150
175 x _ _

Instead of me putting in this 100 value I want to get it from a variable such as 20 period moving avg of volume I might want to show 10% of the avg so would use 0.1 x ID7.SG1 where ID7.SG1 is the moving avg of volume.

I'm pretty sure this can't currently be done as I've tried to do it so many times and can't ever get it to work.