Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 09:46:42 +0000



Post From: Trigger Alert if price moves x ticks(or points) within y time (in ms)

[2023-12-22 21:28:22]
masedi - Posts: 40
Hi Team,
I am trying to trigger an alert for when the price moves a certain number of ticks (or points) within a short amount of time, like 500 ms.

What would be the most accurate / efficient way to achieve that?

My ideas so far:
1) ========================
I found 2 Studies:
[Rate of Change - Points] and [Bar Difference] and was thinking to add one of those studies to a 500 ms candlestick chart, and set the alert trigger to = SG1 >= ABS(x)

2)==========================
Another idea I had would be to use an X tick range chart and trigger an alert if bar start time - bar end time <= 500 ms

------------------------

Is there any better approach or ready study that I could use?

Regards