Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 16:27:34 +0000



Post From: Colour Price Bars.

[2013-07-03 13:19:17]
Sawtooth - Posts: 3990
Try this:

Add two instances of the Color Bar Based On Alert Condition study, one for each color/direction.

Put this in the Alerts tab of the 'go long' instance:
=AND(C[-2]<O[-2],C[-1]>O[-1],C>O)

Put this in the Alerts tab of the 'go short' instance:
=AND(C[-2]>O[-2],C[-1]<O[-1],C<O)

This only works if the reversal amount is 3 times the renko bar size.