Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
180
views
asked 6 years ago by
I have a simple PPS column indicator I pieced together that will change colors dependent of which signal is currently  triggered. I use it in multiple columns each with a different timeframe to get a decent idea of the overall trend...what I can't se...
0
votes
1
answer
180
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
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 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...
1
vote
1
answer
178
views
asked 5 years ago by
Hi Pete, I was hoping to add an alert to this study. Also hope to add it to the chart with up and down arrows if it cross to the upside or downside. def ema1 = ExpAverage(close, 50); def ema2 = ExpAverage(close, 9); def emaCrossingAbove = ema1[1] <...
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 ...