Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
364
views
asked 3 years ago by
Category: Chart Studies
Hello is it possible you can hemp me with the script that change color to yellow of  the volume bar if the volume is over 5000000 def paintbar = volume > 500000; AssignPriceColor(if paintBar then Color.yellow else Color.Current);   this chang...
0
votes
2
answers
363
views
asked 7 years ago by
Category: Chart Studies
Hello Hahn, Real big fan of the site. A lot of the material here has helped me in trading immensely. I've recently run into an issue coding a study using RSI, which I plan to eventually turn into a strategy. Hoping that you might be able to extend me...
0
votes
1
answer
360
views
asked 4 years ago by
Category: Chart Studies
Hello Pete, I was working on some code from learning from some of your past posts. However, I am lost when it comes to plotting an arrow when the following condition below in bold is met. Can you use the solution below and show us how to plot an arro...
1
vote
1
answer
355
views
asked 3 years ago by
Category: Chart Studies
A viewer asks: How can I create a lower chart study similar to what you provided in the following video: https://www.hahn-tech.com/thinkorswim-scan-ttm-squeeze-histogram/ Except that I would like to add another rule for the color of the squeeze dot t...
0
votes
1
answer
353
views
asked 4 years ago by
Category: Chart Studies
Hello Pete, Sorry that I initially posted my question in the wrong place. I want to know if VWAP code can be edited for chart study and for scanning. Here is the link for the code that you already shared. Currently, it only gives audible alert. How c...
0
votes
1
answer
353
views
asked 3 years ago by
Category: Chart Studies
Hey Pete - I'm interested in a study that is like a combination of concepts: Pivots and Standard Deviation Channels (SDC). I want to be able to plot the value of the daily SDC lines at the open to be plotted horizontally across any timeframe chart, i...
0
votes
1
answer
352
views
asked 5 years ago by
Category: Chart Studies
I'm looking to create a custom 30 second time frame for stocks in TOS. Would this be possible?
0
votes
2
answers
350
views
asked 6 years ago by
Category: Chart Studies
Hey Pete, Someone on tradingview made a cool MTF script and the code is available to see. However, I\'m not sure how to convert from pine (tradingview) to thinkscript. Would you be able to help?   Thanks
0
votes
1
answer
350
views
asked 3 years ago by
Category: Chart Studies
Pete, I hope all is well.  I was searching through the discussion board and didn't see a topic on adding pivot lines to ToS charts.  Maybe I missed it.  Any help or direction point to the process whould be truly appreciated.  I at...
0
votes
1
answer
348
views
asked 6 years ago by
Category: Chart Studies
So I am trying to recreate your KBB squeeze for TOS and believe I have it, but I am getting slightly different reading than the proprietary alert that is already built into TOS, TTM_Squeeze(price, length, nK, nBB, alertLine).SqueezeAlert To be more s...