Chart Studies (170)

Votes
Answers
Views
Question
0
votes
1
answer
89
views
asked 2 years ago by
Category: Chart Studies
Hello please can you help me with the script that Addlabel if current volume is greater than 5 day average volume else none.   Thanks  
0
votes
1
answer
190
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, let me try again... Can you help me create a chart label that turns green, when the 21ema is within 1/2% of price, otherwise it would be red. I've tried looking at examples but I can't seem to get it right.
0
votes
1
answer
83
views
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
votes
1
answer
212
views
asked 2 years ago by
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
votes
1
answer
57
views
asked 2 years ago by
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.
0
votes
1
answer
128
views
asked 2 years ago by
Category: Chart Studies
I know you can do an unrealized profit/loss % label but what about a realized one?  i cobbled together a lame attempt using the input function but, of course, that won't work because changing the input for a different symbol changes it for all.  can ...
1
vote
1
answer
147
views
asked 2 years ago by
Category: Chart Studies
I have made a repeating "study alert" on TOS, and it sends me text notifications...  But I want to see it on my charts too. How do you make alerts visible on charts; such as, a bubble, line, or other marking to indicate when/where on the chart the al...
0
votes
1
answer
50
views
asked 2 years ago by
Category: Chart Studies
Hi Hahn! Hope you are doing well. I was wondering if you could help me create a chart label for this criteria on thinkorswim. Green label with text "Buy" if: 8 EMA is above 50 Reverse Engineer RSI. Red label with text "Sell" if: 8 EMA is below 50 Rev...
0
votes
1
answer
95
views
asked 2 years ago by
Category: Chart Studies
I am looking for help to create a label that pulls data from a higher buy period. For example, I want to look at the daily chart and have a label that tells me if the StochasticSlow, SlowK is greater than the StochasticSlow, SlowK from the candle be...
0
votes
1
answer
86
views
asked 3 years ago by
Category: Chart Studies
Hi there! I was trying to make a simple label to give me a general feel of where NQ futures are without having to go to that chart. I believe I am close on the code, but the colors/state do not seem to match. Any thoughts? Thanks!   input symbol...