Chart Studies (879)

Votes
Answers
Views
Question
0
votes
1
answer
112
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, how are you, how is your recovery? hey I need a little help i'm trying to write a study but the label displays N/A can you help me please, thanks PS I am not a programmer sorry for the code. def spike = ( close[1] * 130) / 100; def bull = if...
0
votes
1
answer
562
views
asked 5 years ago by
Category: Chart Studies
Hello, Everyone, I looked at Hahn-Tech's video on Youtube "Thinkorswim RTD Excel" (https://www.youtube.com/watch?v=TWdOYvN9eIs)  That is great and easy to get real time data from TOS option chain. Then I use Excel SUM() function to easily get total C...
0
votes
1
answer
87
views
asked 5 years ago by
Category: Chart Studies
Hi there, I was interested in sourcing the highest MACD value, since the signal line crosses the zero line.  My approach was to count the number of bars since the value was over zero, then use the highest function, with the count as the length.  Whil...
0
votes
1
answer
271
views
asked 5 years ago by
Category: Chart Studies
Pete, Is there a way that you can code ATM Option Price for both Call and Put? Thank you for your help,
0
votes
1
answer
115
views
asked 5 years ago by
Category: Chart Studies
I was wanting to find out how to set up a Hull moving average to the TOS Money Flow Oscillator.  I had tried to do it with the following Thinkscript: declare lower; input MFLength = 20; input MALength = 3; input over_bought = 80; input over_sold = 20...
0
votes
1
answer
162
views
asked 5 years ago by
Category: Chart Studies
Hi there, wanted to see if someone would be able to create a study that will mark when gaps occur.  If it gapped up, then it would be green, gap down would be red.  and show the percentage of how much it gapped.  Also would be nice to be able to adju...
0
votes
1
answer
92
views
asked 5 years ago by
Category: Chart Studies
How to extend plots to the left front current day across the data shown.
0
votes
1
answer
245
views
asked 5 years ago by
Category: Chart Studies
Hi Pete I would like an indicator with up arrow under the candle that has a minimum of 100% increase in volume compared to previous candle on a 1 minute timeframe. Thanks
0
votes
1
answer
106
views
asked 5 years ago by
Category: Chart Studies
I would like to use the "addlabel" function to display info on the chart. As I add more labels, they begin to cover up the chart. Is it possible to stack the labels vertically. See attached picture for better explanation.
0
votes
1
answer
299
views
asked 5 years ago by
Category: Chart Studies
Having trouble getting this to work, I have had success with the open high of day but I need the actual high of day including the p/m action.  This 50% pullback line should change as the high of day increases.  My study is incorrect because it is sho...