- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
670
asked 4 years ago by Jaime Brea
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
1
159
asked 4 years ago by Tom B.
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
1
222
asked 5 years ago by Frank Abraham
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
1
487
asked 6 years ago by PapaAlan
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
1
274
asked 6 years ago by Taj Singh
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
1
387
asked 6 years ago by Henderson Sobers
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
1
202
asked 6 years ago by Juan Banderas
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
1
102
asked 6 years ago by Juan Banderas
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
1
1258
asked 6 years ago by Juan Banderas
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
1
1341
asked 6 years ago by Juan Banderas
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.