Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
108
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, Is it possible to create a scan that returns results where a selected variable of the current bar crosses above a selected variable of any bar within a predetermined range of past bars? Example 1: scan for the close of the current bar crossi...
0
votes
1
answer
108
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I searched for this, but did not find an exact answer to this question. I was wondering what code would be needed to use a custom sound in a script/study. For example, the code below calls for the standard "ding" sound. I would like to repla...
0
votes
1
answer
107
views
asked 5 years ago by
Category: Chart Studies
Hi All, I have a really simple question (I hope).  I'm trying to create a EMA study that references the output of an Relative strength indicator, NOT one of the built in options for the EMA (price, close, etc). I know enough to be dangerous with prog...
0
votes
1
answer
107
views
asked 5 years ago by
Category: Chart Studies
Ughh, i feel like I'm so close but my code isn't quite working. I'm trying to get an autofib from yesterdays close to the close of the first 5 minute bar today (so close of 1600 to close at 935). Not the range of this time but the 1600 close being th...
0
votes
1
answer
107
views
asked 4 years ago by
Category: Chart Studies
Hi Pete and all, I was wondering if someone could help me find a quick way to add several stocks into one chart, using ThinkorSwim.  Let me explain. When looking at a chart I can add several stocks to that chart to get an average of several stocks pe...
0
votes
1
answer
107
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I have a scan in TC2000 which basically identifies consolidation of 4 bars ( usually less than 1 %). Its consolidates in a box and as soon as the current candle breaks above the previous 4 candles we can enter a long trade. Can you please he...
0
votes
1
answer
107
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I am currently using this code in TOS which you have provided me but can you help me encode this in TradingView as chart script since I am not familiar in the codes in TradingView. I shared you the link of my previous inquiry. https://www.ha...
0
votes
1
answer
107
views
asked 1 year ago by
Category: Chart Studies
Hi.. I have a great simple study to plot the HLC from the previous day (for intraday chart on current day) that I found here but would like it to plot only on the current day? (input showonlytoday = yes).. I believe I need some NaN values but can't s...
0
votes
1
answer
106
views
asked 7 years ago by
Category: Chart Studies
Hello, I need a study that plots the closing price of the stock when the SlowK indicator crosses above the SlowD on the StochasticSlow indicator. Here is what I have so far: def KoverDcross = StochasticSlow()."SlowK" crosses above StochasticSlow()."S...
0
votes
1
answer
106
views
asked 6 years ago by
Category: Stock Scanners
I am looking to create a scan that finds stocks with NO gaps for ALL N bars back. It's easy enough for me to finds gaps looking N bars back. There are built-in default scans that do this. It seems much harder to create a scan to find NO gaps for ALL ...