- Questions
- Watch Lists
Votes
Answers
Views
Question
1
vote
1
answer
166
views
Category:
Watch Lists
How would I create a custom column in the watchlist that shows each position's net liquidity as a percentage of my overall account net liquidity? Thank you in advance.
0
votes
1
answer
292
views
Category:
Watch Lists
Creating a new post asking for help with a little variation of the "YTD % change" topic that was already discussed. It would be nice to have a customized column in a watchlist or scan that will show the stock price change in % during the course of la...
0
votes
1
answer
107
views
Category:
Watch Lists
hi pete. i have this indicator i am trying to adjust for my watchlist. this is the code for the indicator: input price = close; input length = -10; def displacement = (length / 2) + 1; def dPrice = price[displacement]; def tmp = if !IsNaN(dPrice) the...
0
votes
1
answer
254
views
Category:
Watch Lists
I am sorry, but I do not understand the difference between these two. What is the difference? Can you have both on at the same time? How do you go about doing that? What are the pros and cons about both of these? Thank you . https://www.hahn-tech.com...
0
votes
1
answer
113
views
Category:
Watch Lists
Not a coder, but following your vids. I am interested in building a custom TOS watchlist for futures only. I would also like to create a custom study to allow me to see only trades: Close is above (or below) 200 period SMA; Close price is above (...
0
votes
1
answer
275
views
Category:
Watch Lists
Hello Again Pete, I was wondering if it is possible to add the custom color signal feature, to a watchlist column I created with the condition wizard. I tried adding the 'assign color' line of code but it won't work (maybe as i haven't defined when t...
0
votes
1
answer
101
views
Category:
Watch Lists
Hi Pete, Is there a universal way to use the same verbiage looking only for the current day with any script? If not, could you please help me again so that I don't have to use the lookback? Thanks again! input lookback = 13; def pctGain = ((close - c...
0
votes
1
answer
402
views
Category:
Watch Lists
Hi Pete, I can't add more Custom Quote Formula in my Watch List because it's full. How can I add more Custom Quote Formula?
0
votes
1
answer
330
views
Category:
Watch Lists
Hi Pete, I have a customized column that counts the number of green 30-minute bars for the day. Is there a way to rewrite the code so that it automatically takes only today into effect instead of using the lookback? Thanks again! input lookback = 13;...
0
votes
1
answer
91
views
Category:
Watch Lists
Hello Hahn Tech, I need help creating a watch list column that displays if a stock traded over 10 million volume in a single day within the last. (255 days candles) If the condition is true, the return value will be display the word "Yes" in r...
