Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
53
views
asked 5 years ago by
Category: Stock Scanners
First off....thank you for sharing TOS expertise. Second...I'm, pretty handy with TOS, but I'm stumped on this one. I would like to use a 'Scan' to compare multiple stocks against one another (think pairs...A-Z). So, lets say I want to see if stock A...
0
votes
1
answer
53
views
asked 4 years ago by
Category: Chart Studies
Hi pete, i like to know if is posible to start the calculation of  a study at 9:30 am, but have premarket still visble? thanks! heres the code: def newDay = GetDay() GetDay()[1]; rec runningSumOfHighs = if newDay then high else runningSumOfHighs[1] +...
0
votes
1
answer
53
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, Is there a way to scan my watchlist of stocks and create another watchlist containing stocks where their price did not hit the current week pivot (yet) or did not hit the prior week pivot? Thank you
0
votes
1
answer
53
views
asked 3 years ago by
Category: Watch Lists
Hi Pete. If I add OnBalanceVolume to my watchlist as a column to see values it is not showing the results accurately which I need. I am pretty certain it is because of the timeframe. Example, look up any ticker and use the chart timeframe with TODAY ...
0
votes
1
answer
53
views
asked 1 year ago by
Category: Watch Lists
Hello i have created 2 column one for volume plot x = (volume);AddLabel (yes, + Round(x *.000001 , 1) + "M",color.white); and other to know if this can trade options AddLabel(1,IsOptionable());   is it possible to combine both and make volume co...
0
votes
1
answer
52
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete Just joined your forum and I have learnt a lot from your videos and codes. I was wondering if you could help to create a scan from Fisher Scalper colour indicator bar written by George from The Lawyer Trader (http://thelawyertrader.blogspot.m...
0
votes
1
answer
52
views
asked 4 years ago by
Category: Chart Studies
Hi -can this indicator for line break chart be customized for the number of line breaks? there's no user input - it is defaulted to 3 - also can a scan be created based on when the line breaks from high to low? https://school.stockcharts.com/doku.php...
0
votes
1
answer
52
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, Thank you for all the hard work you do for us TOS users. I just have a quick question (hopefully). I would like to plot a range based on the previous days close and fill that range with color. As an example, there is a red area in the attach...
0
votes
1
answer
51
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Is there a code to view the candle chart  for a specific period? For example if I want to view the chart for TF starting from 9 AM - 2:30 PM, 12:30 AM to 8:30 AM, 3 AM- 11:30 AM, 11:30 PM-  2:00 PM ( 14 1/2 hrs) ?  Thank you.&...
0
votes
1
answer
51
views
asked 4 years ago by
Category: Chart Studies
Hey everyone! I made a post recently titled Display time between bars .  While it works great, there is a major error. The time between bars is only plotted if there is an actual trade at the current time. Let's say we are on a 1 minute chart and the...