Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
53
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am having an issue with "Value never assigned". Please see attached for a screenshot of the error <pre>input mode = {default Value, Avg, Signal}; input mode_ma = {default Simple, Exponential, Weighted, Wilders, Hull, EHMA, ...
0
votes
1
answer
68
views
asked 5 years ago by
Category: Watch Lists
Hello Is there any way to create a script that set up condition that if the time is more than 11 Pm volume should be more than 2 million. or I can say after 11PM I need to see only the stock that have volume over 2 million.  
0
votes
1
answer
263
views
asked 5 years ago by
Category: Watch Lists
Hello Pete.  I would like to assign a background color to my watchlist column which will let me know if the current VWAP is greater than or less than the 50 period exponential VWAP moving average.  If the VWAP is greater than the 50 period exponentia...
0
votes
2
answers
852
views
asked 5 years ago by
Category: Chart Studies
Hi Hahn! Thank you very much for your helpful videos. I would like to know if you could generate an indicator displaying Weis Waves Volume and a study chart that displays zigzag lines, the angle of the zigzags and Weis Waves Volume number on the slop...
0
votes
1
answer
66
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, a question of can I find the indicator private-yieldpriceperfomance of your YouTube video? Thanks Pete
0
votes
1
answer
283
views
asked 5 years ago by
Category: Stock Scanners
input marketClose = 1600; def closeCounter = SecondsTillTime(marketClose); def regSessEnd = closeCounter[-1] == 0; rec priorDayClose = if regSessEnd then close else priorDayClose[1]; def change = ((close-priorDayClose)/priorDayClose)*100; def con1= c...
0
votes
1
answer
695
views
asked 5 years ago by
Category: Chart Studies
Pete,   This is a follow on question to my previous question that in greater detail explains what I am looking to do.   The basis behind the request is to eliminate situations as shown in as shown in the pictures, where while the MACD+RSI w...
0
votes
1
answer
109
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm wondering if you can create Thinkscript to place a label on my intraday ES chart that shows a daily simple moving average of the $TICK? 8 days for example. Thank you!
0
votes
2
answers
129
views
asked 5 years ago by
Hi Pete, I have been trying to improve the scan alert response time and wanted to get your insight. I have found that my alerts for 1hr conditions are coming in a few bars later than I would like.  Is there a format that improves this such as breakin...
0
votes
0
answers
166
views
Be first to answer!
asked 5 years ago by
Category: Chart Studies
Hi Pete,   How do I chart Advance Decline line as a symbol so I can apply technical studies like MACD?   I want the current symbol on a chart to be AD line.   Robert