Chart Studies (10)

Votes
Answers
Views
Question
0
votes
1
answer
603
views
asked 3 years ago by
Category: Chart Studies
In TOS I would like to have a Pre-Market Relative Volume indicator for past a any period "n" periods or at the very least indicate Unusual Volume Activity for any "n" periods. As well as the a Watchlist Column for the indicator. Thank you in advance ...
0
votes
1
answer
146
views
asked 4 years ago by
Category: Chart Studies
Hey everyone and hello Hahn! I was looking to implement a chart study that does the following but was unable to optain a specific candle's volume (e.g. the candle from 9:30 am to 9:35 from two days ago (is this even possible??)). What I would like to...
0
votes
1
answer
203
views
asked 4 years ago by
Category: Chart Studies
Hello Pete, I need to determine the hourly relative volume over 60-day period of particular ticker.  Can it be done in TOS? This is what I have so far: def agg = AggregationPeriod.DAY; input length = 61; input offset = 1; plot RVol = Volume (period =...
0
votes
1
answer
399
views
asked 5 years ago by
Category: Chart Studies
I have the script attached and basically it should have relative comment lines in it for you.  It\'s an attempt to get as good as it can get using the TOS data block feeds to determine the amt of buy volume versus sell volume.  It\'s my code btw. The...
0
votes
1
answer
255
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Ive had a good look through previous postings and although some people have mentioned it, i havnt been able to find a script to work with, hope you can help! Im looking for a study that compares one days intraday volume on say a 5 min chart,...
0
votes
1
answer
372
views
asked 5 years ago by
Category: Chart Studies
Hello, I’m new to ToS. I found this site literally a few days ago and have learnt quite a bit already. Thanks very much for the obvious hardwork you’ve put in to have all this content on the site. My question is this- is there a way that I can have a...
0
votes
1
answer
195
views
asked 5 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart indicator that colors price candles yellow under these conditions. When the close>open (green) The candle must be above the VWAP The current candle volume is equal or greater than 50k The cu...
0
votes
1
answer
96
views
asked 5 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart indicator that colored price candles under these conditions. When the close>open (green) When the current candle volume is equal or greater than 100k with an RVI (RelativeVolatilityIndex) &g...
0
votes
1
answer
1198
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, I was looking through the post and couldn't find a post that gave detailed volume stats for a stock. I wanted to know if it was possible if you could take this custom volume statistics studies and improve the mode and functionality of it....
0
votes
1
answer
1272
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, Is it possible to create a script that changes the colors of candlesticks based on volume and RSI? For example, when the current candle has more than 1.5 relative volume and an RSI>65 , it will be colored yellow on the chart.