Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 23:43:47 +0000



Post From: Alert with a buffer of X amount of ticks

[2014-02-13 17:47:46]
vegasfoster - Posts: 444
There are many ways, but the simplest would be to add the Daily OHLC to your chart and then add an alert formula,

=C<=(SG3 + 5*TickSize)

if you want to use the high or low, then use

=OR(C>=(SG2 - 5*TickSize), C<=(SG3 + 5*TickSize))
Date Time Of Last Edit: 2014-02-13 17:48:07