Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
293
views
asked 4 years ago by
Category: Chart Studies
So far this is what I Have so far, but it calculates total volume from the open .   #Volume from Open to Intraday High (exclude premarket) def totaldayvolume = volume(period = "DAY"); plot data = if IsNaN(close[-1]) then totaldayvolume else Doub...
0
votes
1
answer
293
views
asked 4 years ago by
Category: Chart Studies
Hi Pete,i have 5 TOS studies for intraday Support Resistance lines (manual input numbers). each day of the week (Mon-Fri) has different lines (thus 5 studies)is there a way to simply add a line on top of each study something similar like hide_on_Frid...
0
votes
1
answer
293
views
asked 3 years ago by
Category: Watch Lists
I am trying to create a custom column for my Quotes watchlist.  
0
votes
1
answer
292
views
asked 6 years ago by
Category: Chart Studies
Hello, I've been writing code in TS EasyLanguage for nearly 25 years, but I'm relatively new to writing thinkScript.  This is probably something pretty easy, but I can't figure it out due to my limited fluency in thinkScript. As far as I can tell, th...
0
votes
1
answer
292
views
asked 1 year ago by
Category: Chart Studies
I am wondering if a label can be created that counts the number of bars in the lower study, TTM Squeeze, based on  the histogram colors.  Say that the last 2 bars are Cyan color (positive and up per the histogram), the label would read 2 with the bac...
0
votes
1
answer
291
views
asked 5 years ago by
Category: Stock Scanners
Hello I want to scan and alert when the following conditions occur.  The timeframe does not matter 15 min, 30 min, etc: First candle opens above VWAP and closes below VWAP Second candle opens below VWAP and closes above VWAP Please see attached scree...
0
votes
2
answers
291
views
asked 4 years ago by
Category: Stock Scanners
Curious if TOS has their API available to write a script to add scan results to a watchlist. My alerts for my scan only stay on for like 5 minutes before they are removed. I would like to make a static watchlist from these alerts and I do not want to...
0
votes
0
answers
291
views
Be first to answer!
asked 3 years ago by
To ALL Thinkorswim users - You know Schwab completed the deal to buy TD and have ALREADY said they will ADOPT Thinkorswim but we ALL Thinkorswim users STILL need to let them KNOW how important it is. So, take a moment to write a few lines to Schwab C...
0
votes
1
answer
289
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, Can you please modify your MTF MACD stock scan to search for stocks that have the red and green histogram when the green one is down or when the red is up. Somewhat opposite of normal I suppose. Here is a screen shot with arrows so you can s...
0
votes
2
answers
289
views
asked 4 years ago by
Category: Chart Studies
♥ 1
Hi. Again thanks a lot for your support. I believe this Study can help a lot of traders to set realistic expectations for Intraday movement. I got a Study that calculates ADR (AvgDailyRange) from past (x) days and then plots a line (I made it a band)...