Questions (2348)

Votes
Answers
Views
Question
0
votes
1
answer
1067
views
asked 6 years ago by
Category: Stock Scanners
The following was supposed to count the number of bars when close for a day was greater than previous day's close and assign it to a variable called "SumCl.  But when I tried to plot the result on a chart, I get just blank space with no plots.  If I ...
0
votes
0
answers
103
views
Be first to answer!
asked 6 years ago by
Category: Stock Scanners
When I use the code you provided #plot scan = Highest(signalBreakAboveCloud, 3) > 0 and Highest(signalBullishConfirmation, 3) > 0; #plot scan = Highest(signalBreakBelowCloud, 3) > 0 and Highest(signalBearishConfirmation, 3) > 0; The only ...
1
vote
2
answers
251
views
asked 6 years ago by
Category: Strategy Guide
Hello Pete I'm a bit confused as how this order gets executed, (attached is the pic) since those 2 statements, BUY_TO_OPEN and then SELL_TO_CLOSE, seems to be opening a position based on the when the signal's condition is met and then same for exitin...
0
votes
1
answer
436
views
asked 6 years ago by
Category: Strategy Guide
Hi Pete, In your YouTube video about putting real-time data from ToS into Excel (linked below), you feature a document that calculates Market Internals.  I was wondering if you happen to have this document available for your users. https://www.youtub...
2
votes
1
answer
3940
views
asked 6 years ago by
Category: Watch Lists
Hello Hahn, For traders who are looking for very quick moves in stock prices I wanted to know if you could provide a watchlist code for Percent change in last 5 minutes. In terms of coloring If the percent change is greater than 7%, in the last 5 min...
0
votes
1
answer
116
views
asked 6 years ago by
Category: Stock Scanners
First and  foremost I Love the scan thank you very much. My question is I am building a watch of bullish cloud breakouts as well as bearish ones as well. With confirmation. Is there a way to scan for 1, 2, and 3 breakout bars all at once so I don't  ...
0
votes
1
answer
730
views
asked 6 years ago by
I use 400 tick charts to trade intraday. It would be useful to have a study which tells many seconds each bar takes to complete.  Anyone know how to do this? I have looked on TOS but could not find anything helpful. Thanks Lindsay
1
vote
1
answer
4357
views
asked 6 years ago by
Category: Stock Scanners
Tags:
hey Pete, I am using the John Person's PPS and PMC indicator lately with quite a pretty good success. On the TOS, there is a pre-built PPS Buy/Sell scanners but I am looking to combine the PPS indicator with the PMC indicator to get a more confirmed ...
0
votes
1
answer
123
views
asked 6 years ago by
Can someone help me  identify the highest range over the past 10 bars? I need someone to help fix Think or swim code I have written. The purpose is to give an alert when the current bars range is highest range in previous 10 bars. I am sure this is s...
0
votes
1
answer
201
views
asked 6 years ago by
Category: Stock Scanners
Do the Volume function and volumeAvg  (custom study) take into account premarket and after Hours volume as well by default (Aggregation period =Day)?   Thanks Arun