Votes
Answers
Views
Question
0
votes
1
answer
67
views
asked 9 months ago by Corey
Category:
Watch Lists
Hello Pete. I was able to create a watchlist column which shows whenever an inside bar occurs using the condition wizard. However, I am having trouble creating a watchlist column that simply shows the color of the current Heiken-Ashi and if the bar i...
0
votes
1
answer
75
views
asked 9 months ago by Corey
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
108
views
asked 9 months ago by Andre Gibbs
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
217
views
asked 10 months ago by Manoj Gupta
Category:
Chart Studies
Tags:
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
102
views
asked 10 months ago by Corey
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
85
views
asked 10 months ago by Leo Ortega
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
94
views
asked 10 months ago by Dominic Chen
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
65
views
asked 10 months ago by Josh Tran
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
86
views
asked 10 months ago by Luis
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
126
views
asked 10 months ago by Ron McKernan
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...