Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 17:54:45 +0000



Post From: Price Gap alert formula

[2013-06-18 18:37:20]
M5amhan - Posts: 468
=O>C[-1] is gap up

=O<C[-1] is gap down

=OR((O>C[-1]),(O<C[-1])) is either gap up or gap down

if you need it to be a certain number of ticks as the gap size do this:

=O>(C[-1]+(TICKSIZE*10)) which would be a 10 tick gap up