Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 16:13:47 +0000



Post From: How to use Color Bar Based On Alert Condition with Study Subgraph Is Above Or Below 0?

[2020-02-19 08:29:48]
User509345 - Posts: 44
I want to create a condition with Color Bar Based On Alert Condition.
I use up/down volume different bars,I want to created formula IDx[-1].SGx<0, but it's wrong.
Study/Chart Alerts And Scanning
10.Color Bar Formula To Color Bars Based On Whether Study Subgraph Is Above Or Below 0: These formulas need to be used on the Color Bar Based on Alert Condition study. You need two instances of this study. This formula assumes that the study we are referencing has an ID of 1 and we are referring to the first Subgraph of that study. Simple Alert Condition Formulas: =ID1.SG1 > 0, =ID1.SG1 < 0.
Thank you.