Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
113
views
asked 6 years ago by
Generally people run into the complex (!) flag if they try to alert a study with recursive logic. It won't allow you to alert it. However, I am trying to alert a study with no recursive logic and it still flags it as too complex. My problem is the pu...
0
votes
1
answer
55
views
asked 6 years ago by
Hello I would like to add an label which shows me the current day. But instead of the date, it would count the calendar days (not business days). Day 1, Day 2, Day 3, Day 4, Day 5 and then start from new..Day 1... I only got some experience with thin...
0
votes
1
answer
203
views
asked 6 years ago by
I would like to create an alert to occur when the stock price is above the Atr trailing stop and the price is 6% or less above the Atr trainling stop. Thanks for your help.
0
votes
1
answer
668
views
asked 6 years ago by
Hi Pete, Is there a way to get the audio alert when the PPS buy sell signal generates?
0
votes
1
answer
196
views
asked 6 years ago by
Hi Pete ,here again now with the screenshoots and information to see if we can adjust this strategy from TC 2000 to TSO. How i said i used this indicator to know how long stay in a trade,also i used to go in a trade ,most used to swin trading. Im don...
0
votes
1
answer
363
views
asked 6 years ago by
Hello, Recently I have constructed a custom study using the thinkscript editor. While it has been successfully used on charts, it seems that it does not work with the ThinkorSwim stock/option scanners and the study alerts. After researching my proble...
0
votes
1
answer
179
views
asked 6 years ago by
I have a simple PPS column indicator I pieced together that will change colors dependent of which signal is currently  triggered. I use it in multiple columns each with a different timeframe to get a decent idea of the overall trend...what I can't se...
0
votes
1
answer
481
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
1
answer
120
views
asked 6 years ago by
I downloaded and installed the indicator from your site. Basically I would like to see the past history of trigger alerts when setting study alerts on the graph, like in your Youtube video.  The downloaded indicator shows up on my normal trade charts...
0
votes
1
answer
435
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...