Questions (2377)

Votes
Answers
Views
Question
0
votes
1
answer
247
views
asked 4 years ago by
Hi Pete, I hope all is well.  Can you show us how to label Pivot Points on the chart for Thinkorswim Desktop version?  Thank you in advance for your help!
0
votes
1
answer
479
views
asked 4 years ago by
Category: Stock Scanners
TOS has a built-in study called "Camarilla Points" I have been using this on my daily chart with the settings "aggregation period" = "WEEK" and "length" = 4. I would like to scan for price closing above support levels plotted in the script. I don't h...
0
votes
1
answer
68
views
asked 4 years ago by
Category: Strategy Guide
Hello, Say I have multiple purchases of a stock over the day, at different prices and volumes. Can thinkscript strategies reference my weighted average position, as part of how it makes decisions for future entries/exits? (for example - averaging dow...
0
votes
1
answer
48
views
asked 4 years ago by
Category: Stock Scanners
Hello Peter, My chart tells it all. Daily chart in 3 years period and I am looking for a scanner that give me all stock with the lowest price value in the last month. Thanks
0
votes
1
answer
94
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! Hope everything is going well! I would like to display multiple MACD indicators from different time frames on my ThinkorSwim Chart. For example, I want to be able to see both the 3 minutes and 5 minutes MACD on my 5 minute chart. Do you know...
0
votes
1
answer
47
views
asked 4 years ago by
Category: Chart Studies
How could I change the existing VWAP Code  so that the  VWAP pricing is only based on the Closing price( and not  based upon the avg of (High+Low + close)/3
1
vote
1
answer
186
views
asked 4 years ago by
Category: Chart Studies
Hello, Is there a simple way to have the chart background color change based on being below or above a certain price level in ThinkorSwim?
0
votes
1
answer
145
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Much appreciation for the work you do. It helps new traders like myself utilize thinkorswim much better. My question for you is how do you convert a moving average scan you've done a while back to a DEMA scan? This is the link to the scan yo...
0
votes
1
answer
67
views
asked 4 years ago by
Category: Stock Scanners
Is there a way to run script only on these symbols /ES or /CL or /HG? And the script I am looking to run is something simple like this: ATR()[1] >= 0.25 I looked online and discovered if GetSymbol() but unsure if this is what I am supposed to be u...
0
votes
1
answer
114
views
asked 4 years ago by
Category: Stock Scanners
I have a custom indicator that counts the number of bars passed when the condition is true. I am using that study in the Scan across 2 time frames Condition 1 : BarCount > 0 on Daily Time Frame Condition 2 :  BarCount = 1 or BarCount =2 in Two Hou...