Login Page - Create Account

Support Board


Date/Time: Thu, 28 Mar 2024 16:39:16 +0000



[User Discussion] - Alerts with Woodies CCI

View Count: 2368

[2013-09-18 15:00:38]
Andrea279 - Posts: 5
Hello,

during last several days I have been trying to set alerts into Woodies CCI study I use for my graphs. I downloaded the study form SC webpage.
I have read carefully whole "manual" here: http://www.sierrachart.com/index.php?l=doc/doc_AlertCondAndScan.html#EnterAlertOnStudy
My condition should be like this: Since I use rangebars I wanted to link the allert to Count Down Timer in Woodies study. When there is 5 ticks left to print rangebar the allert should start.
Acording to the manual i tried to make condition: =(SG1,5)
But it doesnt work and I do not know why. How should the syntax looklike then?
Thank you.
[2013-09-18 15:48:55]
crazybears - Posts: 314
Hi

check the number of Count Down Timer , it's something like : ID: follows by a numer
so for example :

=ID1.SG1<6
[2013-09-18 16:34:39]
Sawtooth - Posts: 3952
The CountDown Timer does not output its value so it is not possible to create an alert with a simple formula.
It is possible using the spreadsheet study here:

http://www.sawtoothtrade.com/free-stuff-11.html
Date Time Of Last Edit: 2015-08-14 01:45:05
[2013-09-19 07:15:29]
Andrea279 - Posts: 5
Hello,

thank you for your help.

Well it looks it will be a little complicated to link the allert to countdowntimer. I do not insist on this. All I need is to hear the "beep" when there are 5 ticks remaining to print the rangebar. So my idea is to link the alert to price chart and write syntax describing High - Low = 20 (I use 25 ticks for rangebars.)It should work as well. I wanted to create syntax this way: =((H-L)=20)
But it did not work. What am I doing wrong?

Tomgilb: I use the countdowntimer built in the Woodies CCI study, not the additional one described in the link you provided. But it does output text (not number) as well. Would it be possible to put into the allert formula reference to "text" saying "5"? It would be the easiest way. How would the syntax looklike please?

As I said, I do not care what the alert will be linked to and how the syntax will looklike. I just need the beep :-)

Many thanks

[2013-09-19 12:36:42]
Sawtooth - Posts: 3952
OK, my solution was overkill. Try this:

=H-L=TICKSIZE*20

If you want to use the spreadsheet solution and also display the countdown value on the chart, use the Text Display For Study study and reference column R.
[2013-09-19 13:35:56]
crazybears - Posts: 314
Hi

try on Range bar
Chart Settings -> Advanced Setting -> in the bottom , below Simple Alert text , in the condition field insert H-L>= insert the value in ticks considering thee instrument , so if you use Es 5 ticks means 1.25 , on CL means 0.05 ,Ym 5 and so on
[2013-09-20 14:43:21]
Andrea279 - Posts: 5
Hi,

thank you guys for your help.
The formula =(H-L)>=20 workes.
Thanks for your time.

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

Login

Login Page - Create Account