- Questions
- Alerts and Notifications
Votes
Answers
Views
Question
0
1
129
asked 6 years ago by Collin Clay
Category:
Alerts and Notifications
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
1
80
asked 6 years ago by Censsa Frank
Category:
Alerts and Notifications
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
1
212
asked 6 years ago by rnd59
Category:
Alerts and Notifications
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
1
691
asked 6 years ago by Shaishav Patel
Category:
Alerts and Notifications
Hi Pete, Is there a way to get the audio alert when the PPS buy sell signal generates?
0
1
214
asked 6 years ago by Cz Trading
Category:
Alerts and Notifications
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
1
380
asked 6 years ago by Branson Moen
Category:
Alerts and Notifications
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
1
191
asked 6 years ago by Chris Chambers-Ficorilli
Category:
Alerts and Notifications
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
1
518
asked 6 years ago by Alvissome
Category:
Alerts and Notifications
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
1
130
How do I get the Ichimoku indicator to show up on the chart when setting study alerts in the marketw
asked 6 years ago by Douglas Richardson II
Category:
Alerts and Notifications
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
1
463
asked 6 years ago by Andrew Lane
Category:
Alerts and Notifications
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...