Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
576
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, could you please try adding the previous day's HLC to the code below with the same formatting? Thank you *************************************************** declare hide_on_daily; input PlotOverNightExtremes = yes; input DisplayPriceBubbleOn...
0
votes
1
answer
126
views
asked 5 years ago by
Category: Chart Studies
I've searched the forum for Trin and didn't get any hits. I'd like to display the $TRIN as a lower TOS study on any equity's chart for comparison. I have come up with plotting the trin highs and lows as 2 separate lines, but would like it to appear a...
0
votes
1
answer
2467
views
asked 5 years ago by
Category: Chart Studies
Hello, I am a newbie in thinkscript.  I started to work on a study in TOS to see how charts behave around Daily High. So I plotted the daily high on intraday chart. Then I decided to extend it to next 10 days. I tried to do it in a smart way using a ...
0
votes
1
answer
77
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, For those using the daily chart and the default volume settings and style. How can we create an indicator that highlights the current day (today) volume bar yellow.   Best
0
votes
1
answer
346
views
asked 5 years ago by
Category: Chart Studies
Hello please help me with the script below need to have post market volume addlabel currently it shows pre market volume. Thanks # PreMarket Forecast Volume # TOS def Pre = if SecondsFromTime(0100) > 0 and SecondsTillTime(0930) >= 0 then 1 else...
0
votes
1
answer
226
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, The default volume profile in Thinkorswim is cool but is there a way to modify the side volume bars in blue to show more data like how much volume was traded at each price level in a numerical way instead of just the graph.   https:/...
0
votes
1
answer
112
views
asked 5 years ago by
Category: Chart Studies
Hi Pete,   Thank you for the helpful studies. I currently have this one liner which is used to capture % change for a single day. def pc = Round(100*((close/open(period = AggregationPeriod.DAY))-1),1); I would like for it to only capture %change...
0
votes
1
answer
76
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I’m trying to find a code to capture a single green candle that opens below two different SMA's (ex: SMA4 and SMA8) and closes above both of those SMA lines in the same day. And having them as a signal "Point @ Close" if cannot be done, the ...
0
votes
1
answer
193
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, As we know in the market when volume drops price tends to fall as well. However, in some cases, this not always true and wanted to work with to create a chart label to show this behavior. There is an indicator that shows this behavior cal...
0
votes
1
answer
203
views
asked 5 years ago by
Category: Chart Studies
Hello , I have impressed and motivated a lot with your smart answers , In Think or swim ATR trailtstop indicator wirks best but some times it gives false signals and make tooo much choppy sometimes , would you help me any alternative for this to avoi...
1 25 26 27