Alerts and Notifications (207)

Votes
Answers
Views
Question
0
votes
1
answer
612
views
asked 5 years ago by
Previous post: "https://www.hahn-tech.com/ans/custom-sound-for-the-alerts/" I followed your steps just fine, but I don't see how I acually upload the sound file into the custom sounds.  Any help would be much appreciated .  thanks for what you do.   ...
0
votes
1
answer
609
views
asked 8 years ago by
Hi Pete, Is there a way to receive an alert whenever the daily volume for one of the stocks on my watchlist reaches 50% of the average daily volume? Thank you
0
votes
3
answers
605
views
asked 8 years ago by
Hi there, I was wondering if it was possible to make an alert/scan of stock whose Stochastic Fast line goes from over 80 to below 20 (or vice versa) in one tick using the hourly time frame (ideally, but works on daily and or 30 min as well)... with m...
0
votes
1
answer
575
views
asked 7 years ago by
I have a very simple strategy where I enter the trade when Exponential Moving Average of 13 day crosses over 48 days. I have previously setup the alert with study “MovAvgExponential” crosses “MovAvgExponential”, but I seems to get alert whenever ther...
0
votes
2
answers
568
views
asked 8 years ago by
Hello, I have a piece of code that repeats a lot and would like to make it into a subroutine but it doesn't have a plot statement in it.  Is there a way to do this? Here is the code # Program to display label of EMA crossovers of 2 given parameters f...
0
votes
3
answers
564
views
asked 8 years ago by
Hi Pete, I have a general question.  I tried searching through the other posts but couldn't find anything similar. I followed your video and built an alert from a custom scan.  My scan is to look for stocks where 1) the daily stochastic crosses above...
1
vote
1
answer
546
views
asked 7 years ago by
How do I add my custom indicators to the MarketWatch/StudyAlert/thinkscript editor, not seting alerts on the indicator itself. My custom indicators show up under the condition wizard but then it popes up error (rec usage is not allowed in this contex...
0
votes
2
answers
531
views
asked 8 years ago by
Basically using in an S/R Alert on  Spreads-  /ZF-/ZN.   I need to  convert  the Bond  Closes close("ZF")  or close("ZN")  to a decimal so the following lines work as they do on other spread charts. (These are just  few key lines in the code to see w...
0
votes
1
answer
508
views
asked 8 years ago by
This is my code.   I find a PriceOsc Oscillator Peak Value   ####Definition of PrcOscPeak or Valley   or High############################ def PO=PriceOsc().PriceOsc;   def OscPeak = if PO >= PO[1] and PO >= PO[2] && PO>= PO...
0
votes
2
answers
503
views
asked 8 years ago by
Hi Pete,  I just wanted to confirm if I'm doing this correct when creating this condition.  If I want to receive an alert every time the full stochastic %k crosses above overbought (75%), do I use "crosses above" and "within 1 bar"?  Also if I want t...
1 5 6 7 8 9 21