Login Page - Create Account

Support Board


Date/Time: Thu, 16 Jan 2025 06:57:04 +0000



Post From: color bar on alert condition

[2017-10-13 19:10:04]
Sawtooth - Posts: 4153
Try this:
=AND(
C[-2]<ID1.SG1[-2],C[-2]>O[-2],
H[-1]>ID1.SG1[-1]-TICKSIZE*2,C[-1]<ID1.SG1[-1],C[-1]<O[-1],
H<ID1.SG1,C<O
)
where the MA is ID1; edit as needed.