Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
266
views
asked 4 years ago by
Hello I use this Outside bar reversal study: input aggregationPeriod = AggregationPeriod.HOUR; input showOnlyLastPeriod = no; declare once_per_bar; input BarMultiplier = 1.25; input BarsBack = 50; def MyCandleSize = (high - low); def AverageCandle = ...
0
votes
1
answer
287
views
asked 4 years ago by
I want to create a study alert based on the ParabolicSARCrossover Study. When I go to "create alerts", I cannot find this study in the menu. Why is that?
0
votes
1
answer
126
views
asked 4 years ago by
Sent as PDF....It said too many words...
0
votes
1
answer
276
views
asked 4 years ago by
I came across another user trying to add an alert via the Condition Wizard on Renko charts, and the repsonse was that it's not possible. I've also noticed through my own efforts that it also can't be done on tick charts. The condition wizard only all...
0
votes
1
answer
192
views
asked 4 years ago by
Thank you for this very informative website. I'm experimenting with placing conditional orders based on MACD crosses intraday. It seems straightforward to do this with the Condition Wizard using the following condition for a bull cross: MACD()."Value...
0
votes
1
answer
576
views
asked 4 years ago by
Hi Pete,   I am wondering if you can help in wrting the script for red dog reversal.  2 or  more consecutive up days ( number of days can be configurable) and alert triggers if the following criteria are me price goes above the pr...
0
votes
1
answer
1143
views
asked 4 years ago by
Hi Mr. Hahn, I viewed your excellent video, "Thinkorswim AutoTrade Almost", with the ambition of creating a Hull Moving Average Alert and 'Autotrade'. It does not appear the Hull Moving Average Study in Thinkorswim even allows for an alert when the m...
0
votes
1
answer
99
views
asked 4 years ago by
Is there a way to append a timestamp to an email alert of when the alert triggered or to create a column with a timestamp of when an alert triggered?
0
votes
1
answer
93
views
asked 4 years ago by
Hi, I like to add aggregation period 1 hour to the 1st clause of the code below for a study alert in one sentence. I want the aggregation period of the 1st clause to be set at 1 hour, while the 2nd clause is set to the primary period (ie, 5min), whic...
0
votes
1
answer
230
views
asked 4 years ago by
Mr. Hahn, I have very much enjoyed your videos and insight. I am struggling with trying to create the proper alert. I am trying to create a signal using TOS when the MovAvgExponential (Close, 9, 0, No) crosses above the VWAP (-2.0, 2.0, DAY). I know ...