Login Page - Create Account

Support Board


Date/Time: Sat, 28 Dec 2024 08:02:28 +0000



Post From: Arrows to plot above MA

[2016-04-13 19:44:58]
Sawtooth - Posts: 4143
Try this formula on the Color bar study's Alerts tab:
=AND(C[-1]<O[-1],C[-1]<ID1.SG1[-1],L<L[-1],C>O,C>ID1.SG1)
where ID1 is the MA; edit as needed.

For an up arrow:
Set the 'Output When Condition True' to 'Use Input Data'
Set the 'Input Data' to 'Low'
Set the Draw Style to Arrow Up.