Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
39
views
asked 10 months ago by
Category: Watch Lists
I have TS Radar with 2 columns.  The 1st one is the closing price of the stock.  The 2nd column is blank for me to input a number.    And I have a script to change the background of the 2nd column to green if the 1st column value is higher than the 2...
0
votes
1
answer
38
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! Here is what i'm trying to do.  I'm simply trying to get the AccDist value from the date of the 52 weekly low.   I know how to get the AccDist from another post on here (so TYVM). def accDist = TotalSum(volume * CloseLocationValue()); I...
0
votes
1
answer
38
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, you asked me to post a new question because I was not as clear in my last one. I would like a code that can plot the high and low from the yearly time frame on a chart set to Monthly time frame or lower.
0
votes
1
answer
37
views
asked 4 years ago by
Category: Chart Studies
Hi everyone, Great resource and thanks for your hard work, Pete! Straight to the point, is it possible on TOS to only show specific days of the week on a chart, such as Friday only?
0
votes
1
answer
37
views
asked 1 year ago by
Category: Chart Studies
Hi, I would like to keep count of a "buy signal" that I have defined in a study on an intraday chart. So basically increment to 1 if certain conditions are met, then back to 0 is a "sell signal" is triggered or if a new day starts. Ex: rec count = if...
0
votes
1
answer
36
views
asked 4 years ago by
Category: Chart Studies
alright. so this does what i want but i got one problem left with this. i only want the first and second signal from a row of the same color. so if there is 20 dots in a row, i only want the first 2. how do i do that? thanks a bunch. you have taught ...
0
votes
1
answer
36
views
asked 3 years ago by
Category: Stock Scanners
Many custom scripts have input statements like: input intraDaySpan = {Default "SameDay" , "OverNight"}; I understand that built-in scripts have drop-downs to select one of these values. How is one value specified in a custom script? You said, in one ...
0
votes
2
answers
35
views
asked 4 years ago by
Category: Watch Lists
Would appreciate if I could get some help with the custom column counting the days since last triggered Pocket Pivot. I have tried using the recursive count function but I am getting only zeros in the column count. Attached is the TOS thinkscript for...
0
votes
1
answer
35
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, Trying to create a script that will display the number of ticks in yesterdays RTH range in the watchlist.  I trade the bonds so RTH days range will always be from 720 am to 2pm CST. Example.  In ZB (30 yr)  Yesterdays LOD was 132'10, and its...
0
votes
1
answer
35
views
asked 1 month ago by
Category: Chart Studies
Tags:
Hello Pete, Will you create a study that does the following? Plots lines for the high and low of the first 5 minutes of the open Extends the high and low plot lines from market open to market close of the current day It would look something like the ...