Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 01:07:51 +0000



[User Discussion] - Inside Bar Alert

View Count: 2666

[2013-09-07 18:31:42]
wingz - Posts: 121
I'm using the "inside bar" study on a chart and it works perfectly. Is there any way to set the study to give an AUDIBLE alert when an inside bar prints?
[2013-09-07 20:15:18]
M5amhan - Posts: 468
try putting this in the alert tab of the study:

=AND(H<H[-1],L>L[-1])
[2013-09-07 21:46:34]
Sawtooth - Posts: 3976
The formula Trade2day1 offered will work, assuming that is the exact formula the study uses.

The way to alert when the study sees an inside bar would be to use this formula:
=SG1>0

The way this was determined was to add the spreadsheet study to the chart, and look at the Inside Bar study's output column to see what it outputs when there is an inside bar.
[2013-09-08 01:17:28]
wingz - Posts: 121
Thanks guys
[2013-09-09 01:17:32]
Bedhog - Posts: 167
This Alert Condition on the Inside Bar Study works great. Tie it to an audible alert that actually says "5 minute inside bar" and you'll never miss that setup again.

=or(id14.sg1) where id<nn> = the # of the study shown in the Chart Studies main window.

Create your own custom audio alerts here
http://www2.research.att.com/~ttsweb/tts/demo.php

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account