Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
265
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
261
views
asked 4 years ago by
Howdy Pete, Glad you are on the mend. I'm trying to find out how to generate an alert if price gets within 2 points of a MA after a crossover occured.  With a limit of seven bars after the crossover.  After the seven bars, it would not trig...
0
votes
1
answer
256
views
asked 5 years ago by
Hello, I want to set up an alert trigger for when the combine signals of these 3 indicators are in agreement for. I just cant seem to get the code just right to trigger the signals just right, please see blow: def rsi1 = if reference RSI(length = 14)...
0
votes
1
answer
256
views
asked 5 years ago by
I have tried several standard deviation channels in the MarketWatch -> StudyAlert. I keep getting the error "no such function" for TTM_LRC, StandardDevChannel, LinearRegChVar, etc and none of them work in MarketWatch -> StudyAlert. I even tried...
0
votes
1
answer
255
views
asked 4 years ago by
Mr. Hahn, I have been trying to create a sound alert for a momentum indicator.  It does not work. Any help would be appreciated. See attached code: # # TD Ameritrade IP Company, Inc. (c) 2009-2020 # #wizard input: crossingType #wizard text: Inputs: l...
0
votes
1
answer
247
views
asked 5 years ago by
HI, do you have any Indicators for BUY/SELL singnal for day trading. if you have a premium indicator for this or any kind of indicator to place trade I would like to buy them.   Thanks,   Ravi
0
votes
1
answer
247
views
asked 1 year ago by
♥ 1
Hello Pete, I found your "MACD Crossover Alert with Boolean Arrows" very helpful however, I want to add a condition to only show Arrows on chart and send Alert when the MACD crosses the zero line to the positive? Appreciate any feedback you can provi...
0
votes
1
answer
245
views
asked 3 years ago by
Hey everyone, I am having a bit of a rough time setting up alerts based on the simple moving average. I want my alerts to notify me when the close AND the open is above/below the simple moving average. I used the wizard condition trying to make this ...
0
votes
2
answers
243
views
asked 7 years ago by
Hi Pete, As always, Thanks much for all the effort you put in educating us by examples. I'm just trying to create a basic realtime sound alerts on the RSI column in watchlists. I just needed to be sound alerted when the RSI hits 35 and 75. This is pr...
0
votes
1
answer
243
views
asked 4 years ago by
Hi Pete, I need help with creating a script that shows a Candle closes above previous high level, indicated by an up arrow on the bottom of the candle. And i also want to be notify with an alert sound- ring. You're the best Thanks.
1 8 9 10 11 12 21