(If you already have an account, login at the top of the page)
futures io is the largest futures trading community on the planet, with over 100,000 members. At futures io, our goal has always been and always will be to create a friendly, positive, forward-thinking community where members can openly share and discuss everything the world of trading has to offer. The community is one of the friendliest you will find on any subject, with members going out of their way to help others. Some of the primary differences between futures io and other trading sites revolve around the standards of our community. Those standards include a code of conduct for our members, as well as extremely high standards that govern which partners we do business with, and which products or services we recommend to our members.
At futures io, our focus is on quality education. No hype, gimmicks, or secret sauce. The truth is: trading is hard. To succeed, you need to surround yourself with the right support system, educational content, and trading mentors – all of which you can find on futures io, utilizing our social trading environment.
With futures io, you can find honest trading reviews on brokers, trading rooms, indicator packages, trading strategies, and much more. Our trading review process is highly moderated to ensure that only genuine users are allowed, so you don’t need to worry about fake reviews.
We are fundamentally different than most other trading sites:
We are here to help. Just let us know what you need.
We work extremely hard to keep things positive in our community.
We do not tolerate rude behavior, trolling, or vendors advertising in posts.
We firmly believe in and encourage sharing. The holy grail is within you, we can help you find it.
We expect our members to participate and become a part of the community. Help yourself by helping others.
You'll need to register in order to view the content of the threads and start contributing to our community. It's free and simple.
OK, here is my $0.02. The attached study is my attempt to duplicate the MarketDelta version of relative volume. It computes the cumulative volume from the start of the session for each bar, and compares that to the average cumulative volume for the preceding 'n' sessions. It seems to behave similarly, but not identically, to MarketDelta.
I have been using it primarily on an intraday basis, however I have looked at longer timeframes and the data seems to be OK. Caveat emptor.
The following 6 users say Thank You to aweedram for this post:
Can you please modify this indicator (or create a new one) that can calculate the relative % after taking into account the time of day?
So basically, the same lookback method as already exists, but breaking it down by hour as we go on top of that?
This way the indicator is more useful intraday instead of solely an end of day observation.
Mike
Due to time constraints, please do not PM me if your question can be resolved or answered on the forum.
Need help? 1) Stop changing things. No new indicators, charts, or methods. Be consistent with what is in front of you first. 2) Start a journal and post to it daily with the trades you made to show your strengths and weaknesses. 3) Set goals for yourself to reach daily. Make them about how you trade, not how much money you make. 4) Accept responsibility for your actions. Stop looking elsewhere to explain away poor performance. 5) Where to start as a trader? Watch this webinar and read this thread for hundreds of questions and answers. 6) Help using the forum? Watch this video to learn general tips on using the site.
If you want to support our community, become an Elite Member.
The idea is if I look at the chart 1 hour into the trading session, I want the number on my chart (50%, 100%) to be representative of the relative volume. Is volume light? Is it heavy?
Right now, what you wrote and I've been using, works just like that. But it only works as an end-of-day observation. I am trying to make it work intraday. I am applying this to a daily chart. At noon, is volume heavy or light so far today? It is hard for me to know with this indicator because it measures the whole day, not just up until noon (present time).
I hope this makes sense.
I would prefer to make a new indicator so there is no chance of messing up the existing one. I use the old existing one often and it works great.
Mike
Due to time constraints, please do not PM me if your question can be resolved or answered on the forum.
Need help? 1) Stop changing things. No new indicators, charts, or methods. Be consistent with what is in front of you first. 2) Start a journal and post to it daily with the trades you made to show your strengths and weaknesses. 3) Set goals for yourself to reach daily. Make them about how you trade, not how much money you make. 4) Accept responsibility for your actions. Stop looking elsewhere to explain away poor performance. 5) Where to start as a trader? Watch this webinar and read this thread for hundreds of questions and answers. 6) Help using the forum? Watch this video to learn general tips on using the site.
If you want to support our community, become an Elite Member.
If you gentlemen don't mind, I'd like to join the conversation and help out where in possible in developing this indicator for Sierra Chart.
The format I think would be most useful is comparing cumulative intraday volume with the same time period on previous days. For example, the first 5 min of trading from 9:30am-9:35am today compared to an average of the same time period (9:30-9:35am) on the previous 10 trading sessions. The next bar in the histogram would compare 9:30-9:40am, then 9:30-9:45am, then 9:30-9:50, and so on until the end of the trading session.
In terms of flexibility, there are four major input variables.
1) Interval for accumulation. In my example, it was 5 minutes but could easily be 1 minute or 60 minutes.
2) The number of sessions (EXCLUDING the current session) over which to calculate the average. In my example it was 10 days, but could easily be 20 days or 50 days.
3) Session start time to begin the volume accumulation.
4) Session end time to stop the volume accumulation.
In terms of display, I vote for a scale where 100% means that today's volume is the same as the average. 50% means a very slow day with half the normal volume and 200% represents a very busy day with volume that double the average.
I would suggest a histogram type graph where if the relative volume in the most recently closed bar is less than the previous bar, it would be colored red. If the most recently closed bar has a higher higher relative volume than the previous bar, it would be colored green. The color of the current bar that is forming can be something neutral such as gray. Choice of colors could be a minor input variable.
I can write basic code in Easy Language for TradeStation but find Sierra Chart daunting and difficult to use. However, I'm willing to give it a shot if someone can get me started along the right path. I most certainly can assist with beta testing and anything else.
Look forward to working with all of you on this project.