Questions (2380)

Votes
Answers
Views
Question
0
votes
1
answer
78
views
asked 7 months ago by
Category: Watch Lists
Hi Pete, Please help me with my script attached. The column currently shows if the SMA and MACD are moving in the same direction. If both are increasing the column turns green and states "Long". If both are decreasing the column turns red and states ...
0
votes
1
answer
73
views
asked 7 months ago by
Category: Chart Studies
Tags:
I'm looking for a label to display the percentage difference from yesterday's close to the high of the first bar of the day on all time frames. Any assistance would be greatly appreciated.
0
votes
1
answer
66
views
asked 8 months ago by
Category: Stock Scanners
Question:  # How do I find "x" where "x" is the last value in the array "consecutivehigherhighs". The idea is to insert it under "totalconsecutivehigherhighs" as it is summation over "x" period where "x" is the last value of the array "consecutivehig...
0
votes
1
answer
57
views
asked 8 months ago by
Category: Watch Lists
Hello Pete, How are you? in the watchlist section, I added a column to display the simple moving average. I was wondering if it's possible to modify the SMA to display the 30 Day. Currently it's displaying some random simple moving average and I cann...
0
votes
1
answer
73
views
asked 8 months ago by
Category: Watch Lists
Hello Pete, I hope you are doing well. I wanted to follow up on the following code you posted for the following request: https://www.hahn-tech.com/ans/above-average-volume-watch-list-column/ input length = 14; plot data = volume > Average(volume, ...
0
votes
1
answer
93
views
asked 8 months ago by
Category: Stock Scanners
1. I am new to TOS and looking to scan 10 consecutive bars above VWAP eastern time zone, 5min, extended. _____________________________________________________________ 2. Also for a different scan, I am looking to scan 10 bars after the high of day du...
0
votes
1
answer
99
views
asked 8 months ago by
Category: Chart Studies
Hi Pete, I'm trying to make the move from Street Smart to ToS and can't find some of the things I'm used to.  Wondering if they are possible at all. In my daily routine one thing I use a lot is the Pre-Market price & % change.   I flip through my...
0
votes
1
answer
100
views
asked 8 months ago by
i trade iron condor on SPX 0DTE options. i execute the trade and the opposite order to close the trade together. i set the  closing price about 30 to 50% of the original price. is there a way to get an alert on the price of this iron condor every few...
0
votes
1
answer
142
views
asked 9 months ago by
Category: Watch Lists
Pete, first thank for your guidance in this community you are extremely helpful. I have a custom column that measures %change from open (below) "PLOT ChangefromOpen = round(100 * (close / open - 1), 2); AssignBackgroundColor(if ChangefromOpen > 0 ...
0
votes
1
answer
199
views
asked 10 months ago by
Category: Stock Scanners
Hello, Is it possible to create a dynamic watchlist for SPX 0dte option alerts? What im trying to accomplish is getting alerted when an option contract has a volume spike over 1,000 contact per minute after 3:30pm to 4:00pm eastern. I have a scan for...