Chart Studies (873)

Votes
Answers
Views
Question
1
vote
1
answer
138
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, Is there a way to capture the average of a volume bar for a specific time? The Idea is to calculate the average volume for a specific time within a day as opposed to calculating the sum 50 consecutive bars. lets say we are in a 4 hr chart –...
1
vote
2
answers
232
views
asked 4 years ago by
Category: Chart Studies
Hi Pete - I started my move over to TOS, and watched your videos on multi monitor setups - very helpful! I just started playing with thinkscript today, as I have a few studies I want to create.  My first is rather simple - it is a script to show a la...
1
vote
1
answer
184
views
asked 4 years ago by
Category: Chart Studies
Hello Hahn, How are you? I was wondering if it's possible to create a study that displays the current 1) RSI amount and 2) MACD - Green or Red on the top left of the chart screen and will these values update accordingly throughout the day? I have inc...
1
vote
1
answer
1524
views
asked 4 years ago by
Category: Chart Studies
Hello Hanh, I was wondering if it's possible to display the highs and lows number bubbles on TOS Charts? I have included a snippet for your reference. Thank you so much for your help during this difficult pandemic. God bless you and your family!
1
vote
1
answer
188
views
asked 4 years ago by
Category: Chart Studies
Hi Hanh, Thank you for responding to all of our questions so promptly on a Saturday! (: How could I modify this text so that it would achieve the following:  I want to view the 15 minute chart but would like to display the RSI/MACD from the 1 Hour. I...
1
vote
1
answer
623
views
asked 4 years ago by
Category: Chart Studies
Has anybody come across the ThinkScript code plotting the Short / Intermediate / Long Term Swing points based on Larry Williams definition *see here: https://books.google.com/books?id=x...t intermediate long term swing points&f=false)? Not a big ...
1
vote
3
answers
564
views
asked 4 years ago by
Category: Chart Studies
Everytime I want to work on a study, opening the code editor is a hassle. Is there a better way to edit thinkscript than clicking Studies -> Edit Studies -> Right click Study name -> Edit? Thanks.
1
vote
1
answer
71
views
asked 4 years ago by
Category: Chart Studies
Hey, everyone. Monday - Friday, at about 7:40 am, Nadex puts out the parameters for their 8 am spreads, which are 200 points. I like putting those on TOS so I can see the ceilings and floors and place my trades accordingly. Up to now I have setting t...
1
vote
1
answer
123
views
asked 4 years ago by
Category: Chart Studies
I'm trying to measure the behavior of the first three 5 min bars. If all 3 are higher highs and higher lows, then my bias is bullish for the day. The code is used as a Custom Quote:   input StartTime1 = 0930; input EndTime1 = 0935; def h1 = high...
1
vote
1
answer
100
views
asked 4 years ago by
Category: Chart Studies
Does anybody know how to get in a Custom Column the same colors (Red and Green) used by ToS in the pre-coded columns (e.g. Net Change, %Change, etc.) -  see attached screenshot, both the Red and Green are different. I also copy my code for one of the...
1 3 4 5 6 7 60