Chart Studies (873)

Votes
Answers
Views
Question
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 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 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
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
34
views
asked 2 years ago by
Category: Chart Studies
Hey Pete, I wanted to know if you can help me with some code . I want to change the dailey chart background to white if less than 100 bars are shown on the dailey chart.   This is great for fresh IPOS which dont have alot of data yet.   Tha...
0
votes
1
answer
33
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am looking for a script which can show me the gap between EU PDC and EU next day open. I can find out the NY pit close and pit open gap by turning off the extended hours. Something similar I am looking for EU session. I trade CL mainly and...
0
votes
1
answer
33
views
asked 2 years ago by
Category: Chart Studies
Hello Pete, I wanted to edit my last request and make it simple.   How do we make all candles black except the HOD candle.   Best
0
votes
1
answer
33
views
asked 4 months ago by
Category: Chart Studies
I am familiar with the cut and paste method to import a single trade into Think or Swim  but on the bottom right i saw a button that say Import. When  clicked it access files on the hard drive. I then clicked on a text file and it appeared to load th...