Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
129
views
asked 5 years ago by
Category: Watch Lists
Pete Is it possible to write a code for a watch list of Hull EMA and the 43EMA cross. If the HMA is above the EMA the background is green....If the HMA is below the EMA background is red....Lastly is there a ways to add how many bars ago the cross ha...
0
votes
1
answer
129
views
asked 3 years ago by
Category: Watch Lists
First off I’d like to say thank you I’ve recently started to code bits and pieces together thanks to your help and explanation on the condition wizard. Secondly I’m having difficulty setting up a watchlist column/ scan that would show green when the ...
0
votes
1
answer
129
views
asked 2 years ago by
Category: Watch Lists
Hi, i want see at option chain a column with IV percentile for each base option. I use this code on watchlist, but didn't work al option chain: def vol = impVolatility();  # dont work at option chain rec data = if !isNaN(vol) then vol else data[1]; d...
0
votes
1
answer
128
views
asked 4 years ago by
Category: Watch Lists
Tags:
Here is a little bit of code which I want to simply display the Count as data in my watchlist so i know how many consequtive MoneyFlowIndex values were in my choosen range/value (or how many past a given range/value.  I get a "Exactly one Plot Expect...
0
votes
1
answer
128
views
asked 4 years ago by
Category: Watch Lists
Hello everyone, I'm a novice trader and just discover the fantastic work you are doing on this website. I'm looking for a watchlist alert that will return the number one or zero when price crosses the upper or lower band. I've found the video that ex...
0
votes
1
answer
127
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, big thanks for all the info you provide on the TOS platform as I've found it super helpful. I'm trying to create a watchlist column for an hourly timeframe that shows me the type of candle and whether the price is increasing or decreasing. T...
0
votes
1
answer
127
views
asked 3 years ago by
Category: Watch Lists
I am running the following in a watchlist ; but I noticed that it doesn't fire correctly for any security for which the price goes out 4 decimals or more. For example, TOS thinks /6J (Yen futures) Vwap is .0092 when it is actually .0091863. The diffe...
0
votes
1
answer
126
views
asked 6 years ago by
Category: Watch Lists
Good Evening, Currently using this watchlist script I found somewhere to show current volume for 1 min candlestick periods: https://pastebin.com/5KghzzQA However, when sorting the column on the watchlist, it gives odd results. Is there a better way t...
0
votes
1
answer
125
views
asked 2 years ago by
Category: Watch Lists
Hello Pete, I wanted to know if it was possible to have a Pre-market Low field on the watch list. I saw the one you had posted for afterhours but I was unable to adapt it for premarket low https://www.hahn-tech.com/ans/after-hours-only-high-price-wat...
0
votes
1
answer
124
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I looked in the forum and did not see this specific question. Can you write a script for a custom column that shows the ratio of today's pre market volume (7AM to 9:29AM EST) to the average daily volume (9:30AM to 4 PM) of the last X days (i...