- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
258
views
asked 6 years ago by Juan Banderas
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
373
views
asked 6 years ago by S S
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
82
views
asked 6 years ago by Juan Banderas
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
2958
views
asked 6 years ago by Forex Trader
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
145
views
asked 6 years ago by Mahlen Petry
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
683
views
asked 6 years ago by G DF
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
276
views
asked 6 years ago by CAROL W PFARR
Category:
Chart Studies
Hello, I LOVE the MTF MACD indicator and wanted to know if it's possible to create a plot scan for it. I use it on the 1' chart for scalping (5/15 and 15/30) and I would like to have a spike happen when the MACD crosses to the up or down. Is that ...
0
votes
1
answer
141
views
asked 6 years ago by Philip Williams
Category:
Chart Studies
Hi All, I have a really simple question (I hope). I'm trying to create a EMA study that references the output of an Relative strength indicator, NOT one of the built in options for the EMA (price, close, etc). I know enough to be dangerous with prog...
0
votes
1
answer
292
views
asked 6 years ago by market order
Category:
Chart Studies
Hi i want to make an indicator that plots the price percentage change of 2 symbols between any timeframe's current price and that symbol's prior day's US market close. below is what i have so far. i got this "price percentage change with histogram" t...
0
votes
1
answer
160
views
asked 6 years ago by Tommy Vo
Category:
Chart Studies
Hi Hahn I'm looking for an automated vertical line across an intraday chart for specific market times (10:00am) and (12:00pm). Thanks and Happy early Thanksgiving!