Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
3
answers
510
views
asked 7 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...
0
votes
1
answer
505
views
asked 5 years ago by
Hi Hahn, Is possible that you can help me to create color bars based on two conditions. Thinkorswim Indicators: if the Acceleration and Deceleration Osc  + Awesome Oscillator  are green= then the color bar will be green if the Acceleration and Decele...
0
votes
1
answer
485
views
asked 6 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
3
answers
482
views
asked 6 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...
1
vote
1
answer
467
views
asked 5 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
457
views
asked 6 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
1
answer
437
views
asked 6 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
1
answer
435
views
asked 5 years ago by
Hi Mr. Hahn. First of all thank you for all your help. I use a script that plots Fibonacci retracement levels and I wanted to know if it was possible to add an alert when the price reaches or goes below the 78.6 level and when the price goes above th...
0
votes
4
answers
409
views
asked 7 years ago by
This is the code for bubblebuddy. I'm trying to get an alert for every time a bubble appears. Attached is what the indicator looks like. Thanks in advance. declare upper; input length = {default "2", "3"}; input ChartBubblesON = Yes; input LinesON = ...
0
votes
2
answers
409
views
asked 6 years ago by
Can you put in def statements in it, Conditional Wizard TS Editor? If you can , how do you pose the condition? variable >0 does not do it. But the Main Question is what do you need to do to make your own home-made user defined scripts compatible w...
1 5 6 7 8 9 20