NexusFi: Find Your Edge


Home Menu

 





Relative Volume for Sierra Chart


Discussion in Sierra Chart

Updated
      Top Posters
    1. looks_one slickiam with 14 posts (11 thanks)
    2. looks_two Big Mike with 12 posts (3 thanks)
    3. looks_3 scottemp with 4 posts (0 thanks)
    4. looks_4 aweedram with 2 posts (7 thanks)
      Best Posters
    1. looks_one aweedram with 3.5 thanks per post
    2. looks_two Sawtooth with 3 thanks per post
    3. looks_3 slickiam with 0.8 thanks per post
    4. looks_4 Big Mike with 0.3 thanks per post
    1. trending_up 19,956 views
    2. thumb_up 27 thanks given
    3. group 22 followers
    1. forum 41 posts
    2. attach_file 7 attachments




 
Search this Thread

Relative Volume for Sierra Chart

  #31 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435


drywater0 View Post

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.

Hello.

Check the post #24 and look into the *.cpp - it isn't all about c++ but very easy to use scripting language

Take a look into X:\SIerraChart\ACS_Source\studies#.cpp

Then just use Advanced Custom Study/System Interface and Language (ACSIL) - Sierra Chart

Scientia Libertas Prosperitas
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Diary of a simple price action trader
26 thanks
Just another trading journal: PA, Wyckoff & Trends
24 thanks
Tao te Trade: way of the WLD
22 thanks
My NQ Trading Journal
16 thanks
HumbleTraders next chapter
9 thanks
  #32 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435


Big Mike View Post
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).
Mike

Hello Mike.

Hm..m. Why you are not using the study from the post #24?

It has a lot of comments and looks like what you are looking for.

Scientia Libertas Prosperitas
Reply With Quote
  #33 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,440 since Jun 2009
Thanks Given: 33,207
Thanks Received: 101,599



slickiam View Post
Hello Mike.

Hm..m. Why you are not using the study from the post #24?

It has a lot of comments and looks like what you are looking for.

I do use it everyday, but it doesn't do what I was talking about.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #34 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435


Big Mike View Post
I do use it everyday, but it doesn't do what I was talking about.

Mike

I'm not sure should I just add the % representation to that study and this is the issue?

do you want the bar by bar comparison for a volume or a cumulative value since a session starts will be OK?


Quoting 
I want the number on my chart (50%, 100%) to be representative of the relative volume. Is volume light? Is it heavy?

Would you please provide an equation using simple words?

4 exmpl:

the number I want = today's volume * 100% / an average of volume for last 10 days

thnx.

Scientia Libertas Prosperitas
Reply With Quote
  #35 (permalink)
 andreas 
Stuttgart, Germany
 
Experience: Master
Platform: Tradestation, Jigsaw
Broker: TS Brokerage / InteractiveBrokers / Rithmic
Trading: ES, TF, NQ, Stocks
Posts: 21 since May 2010
Thanks Given: 23
Thanks Received: 21


slickiam View Post
I'm not sure should I just add the % representation to that study and this is the issue?

do you want the bar by bar comparison for a volume or a cumulative value since a session starts will be OK?



Would you please provide an equation using simple words?

4 exmpl:

the number I want = today's volume * 100% / an average of volume for last 10 days

thnx.

may i jump into the discussion? as i am looking for such an indicator since ages i'd just throw it in here and if this correlates with Mikes wish, so be it

what i would need is the following:

1. Parameter start time and end time to be able to skip overnight sessions or start at 4:30pm instead of 00:00 or whatever
2. Paramter days to look back
3. the calculation should be start accumulating the volume from the beginning (start time) until recent, do the same for the amount of look back (parameter) and show me the percentage (in per cent, so *100) of how the volume is today vs. the lookback period

the indicator of #24 does not do this (properly?) as it shows completely different numbers when i apply it to a 1 or 5 minute chart which cannot be if you start counting at the beginning of the session (or start time parameter) as the volume should still be the same regardless what timeframe you are on.

thanks a lot,
Andreas

Reply With Quote
  #36 (permalink)
aweedram
Freeland, WA
 
Posts: 2 since Dec 2012
Thanks Given: 7
Thanks Received: 1

I put the code in post #24 out here soon after I wrote it and haven't really followed what's gone on since. It seems I like programming better than I like trading, so I haven't really relied on the indicator.

My intent when I wrote the code was to compute a measure of how the current day's volume relates to historical volume for the equivalent time. I too was trying to emulate the relative volume indicator from MarketDelta.

For each bar it computes the cumulative volume for the trading day and compares that to the average of the cumulative volumes for the corresponding bar for the preceding number of days.

Here's an example that I conjured up for simplicity using a 5 day relative volume on 60 min chart of ESM5 day session:


For the most part it seems to behave as intended. The bottom region displays the 2 key inputs to the ratio. The magenta line is today's cumulative volume and the yellow line is the average for the past 5 days. There does indeed seem to be an issue involving the holiday on Feb 16. This causes some distortion in the following days. To be perfectly honest, I'm at a bit of a loss as to the proper way to deal with that.

I hope this helps understand what the study purports to be, and I promise to check back more often in the coming days to see what transpires. Even though I'm not relying on the study, I'd like for it be useful.

drywater0 - I did try to reply to your PM but I haven't posted enough here for that privilege. Hopefully this response answers some of your questions.

Edit: The number plotted for Relative Volume is: TodayVolume / AverageVolume - 1. So positive numbers represent greater than average volume and negative numbers are below average. Thus the value -0.20 represents 20% below average volume. My preference would have been to leave the simple ratio but I was unable to find a way to tell Sierra to set the origin for the bars to 1.0 instead of 0.0. In other words, if I don't subtract 1 all of the values are positive, and the bars all are on the upside. There are certainly other options for presenting the value and those kinds of changes are very straightforward. So I'm open to suggestions.

Edit #2: I want to point out that when analyzing the correlation between time frames one needs to be careful to compare apples to apples. In the following examples of ES you can see that the data for 10:15 on the 5 minute chart compares to that for 10:19 on the 1 minute chart.




Reply With Quote
  #37 (permalink)
 
LukeGeniol's Avatar
 LukeGeniol 
Italy (IT) Italy
 
Experience: Advanced
Platform: ATAS, R|Trader, NT8
Broker: Rithmic
Trading: CL, Brent, GC, TF
Frequency: Daily
Duration: Minutes
Posts: 1,499 since Apr 2010
Thanks Given: 408
Thanks Received: 985

Starting from release 1261 there's "official" Relative Volume Study.
Technical Studies Reference - Sierra Chart

Take your Pips, go out and Live.
Luke.
Reply With Quote
Thanked by:
  #38 (permalink)
 halperin 
atlanta
 
Experience: Intermediate
Platform: sierra
Trading: futures
Posts: 404 since May 2015
Thanks Given: 58
Thanks Received: 205

i am trying out the relative volume study that sierra chart released. it shows the volume for a specific time bar as a percentage of the average volume for "n" past periods. in the description on sierrachart.com it says "This study only works properly on Intraday charts"

1. im not sure why that is the case? if you go to a daily chart for the last 60 days and then just increase the period "n" wouldnt that still make it work as intended?

2. in terms of intra day relative volume, how useful is it really to know how strong the volume was for a certain period during the day realtive to past days. im not sure how i would trade off that as i dont believe there would be a strong correlation to intra day moves and their time in relation to past days. like are institutions stepping in every day at 10:00 and placing orders? maybe someone could explain to me how they would use it.

Reply With Quote
  #39 (permalink)
 
madLyfe's Avatar
 madLyfe 
Des Moines, Iowa
 
Experience: None
Platform: Ninja, TOS
Broker: AMP/CQG, TOS
Trading: CL, TF, GC
Posts: 1,641 since Feb 2011
Thanks Given: 9,220
Thanks Received: 1,020

is it possible with the relative volume study to display the average volume for whatever period of days(all days) and then display the actual volume over that? not as a % of that volume?

dont believe anything you hear and only half of what you see

¯\_(ツ)_/¯

(╯°□°)╯︵ ┻━┻
Visit my NexusFi Trade Journal Reply With Quote
  #40 (permalink)
edward40
Chicago
 
Posts: 143 since Jan 2015
Thanks Given: 2
Thanks Received: 73


On a trial now of Sierra and I am testing their canned Relative Volume indicator.

1. Is this accurate?
2. What time frame works best?
3. ETH sessions working?
4. What number of days lookback is best?

Is anyone actively using this, because I think the concepts behind it are valid.

Reply With Quote




Last Updated on August 8, 2018


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts