Questions (2373)

Votes
Answers
Views
Question
0
votes
1
answer
42
views
asked 4 months ago by
Category: Watch Lists
Hi Pete. Is there a way to add one more label on the watch list column which states "Strong Reversal" if a red HA candle is followed immediately by a green HA candle with no wick or a green HA candle is immediately followed by a red candle with no wi...
0
votes
1
answer
55
views
asked 4 months ago by
Category: Stock Scanners
Mobius from ThinkorSwim wrote a custom script for FW_DPO_MOBO and I am trying to convert the AddCloud function into a Def variable. I want to run a scan when the DPO is in the green cloud. I can not convert the AddCloud function into a variable becau...
1
vote
1
answer
115
views
asked 4 months ago by
Category: Chart Studies
Hi, I like to reassign a variable value in order to convert following pine script to TOS script. I looks like TOS requires if/else condition to reassign the value. However, I don't know how to do it in this case. The code: a = 0.0 b = 0.0 a := max(cl...
0
votes
1
answer
64
views
asked 5 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
57
views
asked 5 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
52
views
asked 5 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
39
views
asked 5 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
55
views
asked 5 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
64
views
asked 5 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
73
views
asked 6 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...