Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
74
views
asked 5 years ago by
Category: Chart Studies
I use 20, 50, and 100 period Bollinger bands as an indicator and am interested when price is outside all 3 bands.  Is there a way to only have the most extreme period BB print on the price chart for each candle so that only 1 band instead of all 3? T...
0
votes
1
answer
62
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Is there a way to mark the chart with an arrow showing the 52-week high? Thank you.
0
votes
1
answer
97
views
asked 5 years ago by
Category: Stock Scanners
Supposedly per TOS support, you can't run scans on tick aggregation type, only on time?   I'd like to do it on futures on 333 and 512 ticks  Any suggestions or alternatives to do so?   If can't do it on TOS, are there other platforms where you can do...
0
votes
1
answer
135
views
asked 5 years ago by
Category: Watch Lists
Pete I use a chop index for my trading...I would be great to know the stocks that are below 38.2 for the ones That I want to trade....Would it be possible for a watch list column to be green if below 38.2 and red for anything above that...   Tha...
1
vote
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
Pete, I only post here if I've depleted all my options, as I don't want to waste your time with simple questions. I have a script that plots a line at the close price from the previous day; plot DailyClose = close(period=”DAY”)[1]; I just need a slig...
0
votes
1
answer
151
views
asked 5 years ago by
Category: Chart Studies
I've been searching around a bit for code to auto fib the previous week/month. So on Monday it would auto fib the week prior. I have found some of your doe that shows how to pull the begining of the week (AggregationPeriod.WEEK;) but cant figure how ...
0
votes
1
answer
1008
views
asked 5 years ago by
Category: Stock Scanners
I am trying to narrow down my tos scan further by hopefully being able to add a timeframe between lets say hours 1500 to 0630 but more so want to be able to set different times so it only scans between those hours.  Is that a possibility?   Than...
1
vote
1
answer
284
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I figure if anyone can solve this one, it is you. I've had this nagging issue with a volume bars study that I use to overlap onto my charts. As you can see in the attached image, the price axis is shifted on the chart, so 0 is not at the bot...
0
votes
1
answer
162
views
asked 5 years ago by
Category: Watch Lists
Hello Pete, I'm glad your doing well.  I'm in need of some programming help, what I've been trying to do but can't seem to get is back round color in columns on my watch list. 1- If last price traded is > PDH Green and conversely if last price tra...
0
votes
1
answer
99
views
asked 5 years ago by
Category: Watch Lists
Pete, I'm trying to color text for gap up/down, what am I missing ? plot c = open - close[1]; AssignColor (if open > close then Color.GREEN else Color.RED); Thanks, AJ