Votes
Answers
Views
Question
0
1
666
asked 2 years ago by Michael Becker
Category:
Chart Studies
Tags:
I have a study that shows pullbacks off swing highs and lows. It counts the pullbacks based on a formula and prints a count on the chart at the pullback. The counter works correctly and the pullback number is correct. The bubbles print in color to...
0
1
149
asked 2 years ago by Sabrina Leigh
Category:
Stock Scanners
Pete, Im frustrated that ThinkorSwim's StochRSI has the ability to "scan" for up arrows & nothing ever comes up. I dont believe this function works, or Im doing something wrong. Would you consider looking over the script I have provided below &...
0
1
88
asked 3 years ago by Vineet Singh
Category:
Chart Studies
Hey Hahn, I have been using your high low alert indicator to find entry points in ETFs. Great Job and I find it very useful. To reduce the noise of multiple alerts, I wanted to know if we can add an additional layer of filter in this tool to only sen...
0
1
123
asked 3 years ago by Hollis Kwan
Category:
Chart Studies
Hi Peter, I am trying but having difficulties setting up a 1m EMA line on a 5m chart. Can you help me with this? Thanks
0
1
173
asked 3 years ago by Tim Thornhill
Category:
Alerts and Notifications
Sir, I have been looking for a way to utilize an alert from the DailySMA within TOs, without having to set it once triggered, or changing betweren symbols. I have complied the code below to try within the study (portion from TOS), but not getting the...
0
1
97
asked 3 years ago by irshad-இர்ஷாத்-ارشاد
Category:
Chart Studies
Need some help in writing a study for incremental volume for each sector, please advise. Here is the code for XLK #Technology input XLK_PCT = 29.13; def XLK_Volume = (volume("XLK") - volume("XLK")[1]) / volume("XLK")[1] * XLK_PCT / 100; ADDLABEL(YES,...
0
1
388
asked 3 years ago by Trading Knowledge
Category:
Watch Lists
Hi, In the Options Chain area of TOS, there's a Theo Price function that I would like to reference in a column study to automatically calculate the ratio betwen the Theo Price and the last (or mid of bid/ask) price of the respective options contract....
0
1
182
asked 3 years ago by Michael Chokrach
Category:
Chart Studies
Pete, Do you know if it's possible to change the "AddCloud" Color using the Edit Studies Dialog (as opposed to specifying the AddCloud Color in the code)? Example: AddCloud(DataValue1, DataValue2, Color.VIOLET, Color.PINK); I tried to configure this...
0
1
254
asked 3 years ago by Rocky Singh
Category:
Chart Studies
using your post here: https://www.hahn-tech.com/ans/premarket-highlow-label/ Is there a way to add the value on the line and it just carries thru till during the regular hours. For example, if premarket high is 1.10. Is there a way on the line that i...
0
1
73
asked 3 years ago by H K
Category:
Chart Studies
Hi Pete, I'm not getting any luck on creating a label for the current moving candle's open price to high price net price difference Thank you.