Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
180
views
asked 3 years ago by
Category: Chart Studies
Hi, is it possible to get a Visible range and Fixed Rang volume profile like the one in tradingview.com. Thanks
0
votes
1
answer
180
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, is it possible to create a watch list Colum to show  number of bars (days ) since 52week high, if is possible to exclude todays bar,  in other words if  52 week high was 10 days ago and today there's a new 52 week high the Colum should keep ...
0
votes
1
answer
180
views
asked 3 years ago by
Category: Strategy Guide
I am attempting to create a strategy similar to one I saw on youtube (open source). It plots the most recent HH (resets after x bars (say 10) to most recent HH and a possible Entry Price (= L (of the candle w/HH) - 2 * ATR20). I also want to add an U...
0
votes
0
answers
179
views
Be first to answer!
asked 7 years ago by
Category: Stock Scanners
Hi Pete, Please check my Ichimoku scan code below. Is the logic correct? Not sure why it gives me all those errors: def ichiCloudCrossAbove = high[1] < "Span A" and high[1] < "Span B" and close > "Span A" and close > "Span B"; def ichiClo...
0
votes
2
answers
179
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I made this indicator https://tos.mx/3H7wbFH and was wondering if it works as intended. I want it to show the % of uptrending blue candles to red candles and I want it to show the average number of bars that the trend will last for. Thank yo...
0
votes
1
answer
179
views
asked 3 years ago by
Category: Stock Scanners
Is it possible to create a scan for Put credit spreads with the short at XX (i.e., -0.20) delta, and the long X (i.e., 5) points below the short, that will find spreads with a Return on Risk ($X-credit received) > 10%. I will then use filters to s...
0
votes
1
answer
178
views
asked 4 years ago by
Category: Watch Lists
Hello, I am new to think scripts and this site as well.  I am glad I found such a valuable site. I was wondering how I could add a custom column to my watchlists with color changes whenever a stock price went below and above a moving average like 20 ...
0
votes
1
answer
178
views
asked 4 years ago by
Category: Watch Lists
I'm having an issue where it seems like AssignBackgroundColor isn't checking the current value of a plot. The line above it uses AssignColorValue, and works as expected. The goal is to have the column be colored orange if the criteria of the if state...
0
votes
1
answer
178
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, Trying to create a script that will allow me to manage multiple price levels inside of one indicator. By way of background, when I create a Price Level (from Drawing Tools), if I double click on the level then a window appears which allows m...
0
votes
1
answer
177
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I found the below from another post (How to add a time filter to scan) and I just wanted to confirm that if I only wanted to receive an alert if the condition is reached during the first hour the market is open, would I delete the "and newDa...