Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
62
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
103
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...
0
votes
1
answer
78
views
asked 4 years ago by
Category: Stock Scanners
Hi there Pete, I need help building a simple moving average based price action scanner. Two time frames are concerned 4H and 1H. I am looking for an entry confirmation on the 1H, while the 4H is doing something. 4Hour: -34 SMA is above the 13 SMA (by...
0
votes
1
answer
110
views
asked 4 years ago by
Category: Chart Studies
Hi Pete- How can I add three labels to a Study that are gray but turn green when the stock is trading within 2.5% of its daily, weekly and monthly highs respectively. Thanks.  
0
votes
1
answer
153
views
asked 4 years ago by
Category: Stock Scanners
Hello Pete,thank you for all you do! Please I was wondering if you can help create a TOS code with these thoughts for a scan and trigger signal plot on chart. Below are the criteria: Price close more than 50% of the candle body outside the lower band...
0
votes
2
answers
290
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
1
answer
99
views
asked 4 years ago by
Category: Strategy Guide
Pete, could you show how to enter an intraday conditional buy stop order at high of day when price crosses bollinger high within 2 previous bars after 12 pm est?
0
votes
1
answer
39
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, can you please make a scan to exclude stocks that are making new 50 day highs.
0
votes
1
answer
88
views
asked 4 years ago by
Category: Chart Studies
Hello Mr. Hahn, I'm hoping you can help me out here with a tos chart study. I've made some changes, mostly just adding deviation lines and customizing colors. But for the life of me, I can't figure out how to snap the chart bubbles to the right margi...
0
votes
1
answer
726
views
asked 4 years ago by
Category: Chart Studies
hey I have a PM volume label that shows up in my volume bar. I edited the times in the PM code to AH times and it will show when AH starts but still shows PM volume from earlier that day instead of AH volume. I will paste the code of the PM volume. I...