Questions (861)

Votes
Answers
Views
Question
0
votes
1
answer
628
views
asked 3 years ago by
Category: Chart Studies
Pete, I'm looking for a lower study that will paint a green dots for a green candlestick and red dot for a red candlestick for the Heikin Ashi candlesticks....Then when it goes from red to green or green to red on the first candlestick it will paint ...
0
votes
1
answer
626
views
asked 3 years ago by
Category: Watch Lists
Hello Pete, I have a Relative Volume column field on my watch list. Code below I wanted to know if it was possible to display text in RVOL field 5.0 or greater in GREEN and anything 4.99 or below in RED Thanks for any help. Ellis input length = 21; i...
1
vote
2
answers
611
views
asked 3 years ago by
Category: Chart Studies
Hi, Pete: is there a way to change how date labels appear?  here's a bit of code: # Prior date of indicator change def prior_X_Up_Date = if X_Status == 1 AND X_Status[1] == 0 then GetYYYYMMDD() else prior_X_Up_Date[1]; def prior_X_Down_Date = if X_St...
0
votes
1
answer
610
views
asked 3 years ago by
Category: Stock Scanners
♥ 1
Hi Peter, I'm having a hard time trying to figure out how to make a scanner to scan stocks intraday that is moving above yesterdays highs(Including premarket movement) on the 1M chart with over 300k volume on the day.
0
votes
1
answer
609
views
asked 3 years ago by
Category: Stock Scanners
Thanks for all of your valuable information. I tried modiifying a scan you did to scan for a breakout of a 6 day range, where the range is 1.5 times ATR(14). I've tried using the highest high within 6 days minus the lowest low within 6 days using the...
0
votes
2
answers
604
views
asked 3 years ago by
Pete, can you help me update the code from the TTM Squeeze alert you created (https://www.youtube.com/watch?v=GTyq_hLM_mc&t=1s). I want the alert to only trigger when the TTM Squeeze dot is green? Currently I’m using the following thinkscript for...
0
votes
1
answer
595
views
asked 3 years ago by
Category: Chart Studies
In TOS I would like to have a Pre-Market Relative Volume indicator for past a any period "n" periods or at the very least indicate Unusual Volume Activity for any "n" periods. As well as the a Watchlist Column for the indicator. Thank you in advance ...
1
vote
1
answer
589
views
asked 4 years ago by
Category: Chart Studies
Hello Pete! Hope you are doing well! How do I take the VWAP indicator and create a chart label on the top left that says VWAP: "#". I have provided a snippet for your reference. Thank you so much for your help!
0
votes
1
answer
586
views
asked 3 years ago by
Category: Chart Studies
I'm using SetPaintingStrategy.VALUES_BELOW in two different studies.   One is the tos sequence counter and the other a custom script.   The issue I have is that the numbers paint on top of each other.    Is there a way to format them to not be on top...
0
votes
1
answer
584
views
asked 2 years ago by
Category: Watch Lists
How do I make a column to show gap % in premarket ? It would be something like: (daily close- last price)/last price I try to use (close-last)/last, but it says 'last' is an invalid statement Saw this post: https://www.hahn-tech.com/ans/percent-chang...
1 3 4 5 6 7 87