Login Page - Create Account

Support Board


Date/Time: Mon, 08 Sep 2025 16:32:40 +0000



Post From: plotting an arrow up or down based on angle study on two assets

[2025-08-18 22:44:40]
Sawtooth - Posts: 4261
The Study Angle study's output ranges from -100 to +100.
Positive numbers indicate an upsloped line of the referenced study, negative a downsloped line, both relative to the Length setting.
There is no correlation to degrees, and definitely not to visual angles.

The Study Angle's output can be downsloped while the referenced line is upsloped, and vice versa
This happens when the slope of the referenced line decreases but doesn't change direction.

You might want to alert when the Study Angle study increases/decreases by a certain amount, say 1.0, from the previous bar, like this:
=OR(AND(ID26.SG1-ID26.SG1[-1] > 1.0, ID27.SG1-ID27.SG1[-1] > 1.0), AND(ID26.SG1[-1]-ID26.SG1 > 1.0, ID27.SG1[-1]-ID27.SG1 > 1.0))
Date Time Of Last Edit: 2025-08-18 22:48:03