Jump to content
Medved Trader Forums
  • 0

Volume increase by X percent in X minutes


stock777

Question

  There is already a GLOBAL volume increase by SIZE.  

  What would be very useful is a GLOBAL volume increase by X% (of total volume )in X minutes. 

  As is it, high volume stocks keep popping up on the scan , as they frequently have large blocks .

 I know this can be written in a scan, but since theres only 1 scan per port, its not practical.

 

 

 

Edited by stock777
Link to comment
Share on other sites

16 answers to this question

Recommended Posts

  • 0

In order to know the volume increase you have to know either what the cumulative volume was X minutes ago, or to have a running queue of all ticks for the last X minutes and add up those volumes. Either way, that's a "chart" kind of thing, and not just simple L1 data. That's what Jerry meant by "requires chart/paintbar machinery to compute".

Link to comment
Share on other sites

  • 0

   I thought you had access to current volume , without needed to add up bars

 

   If so, then all you need to do is

   Take last SIZE, subtract from CURRENT VOLUME, and divide  that new value by SIZE, to get the % increase in volume Im referring  to.

   Size last X minutes = 50,000

   Current volume =200,000

   200,000-50,000 = 150,000

  150,000/50,000 = 33%  increase in size over last X minutes

  If somehow you don't have current volume as a single data point, then you'd have to calculate it.   Not sure why this is any harder than the %  price move  scan already built in

 

  

 

 

 

 

 

 

 

Edited by stock777
Link to comment
Share on other sites

  • 0

When you say "Take last SIZE" - where is that last size coming from?

If that is from the Last Size column in the portfolio, that's the last trade's size. Which means that the volume increase would be only for the last trade. That's not what you want.

When you say "Size last X minutes" - without going back and looking at past data, how exactly can we get that?

 

Link to comment
Share on other sites

  • 0

if you add the global alert for that, MT has to do the same computation as paintbars for each symbol. That involves a lot of CPU and Memory usage. It is not just a matter of taking 2 numbers and showing the difference, which is what the stuff in the quote columns is.  If you want to see the same values, you can do so with Scan, but we don't want to do such computed columns as built in because 1) there can be quite a few different permutations, and 2) the quotes are supposed to be fast and light. Not something that is supposed to use tons of CPU/memory. 

We do want to add multi-result scans in the future, which will make doing stuff like this easier for end-users.

Link to comment
Share on other sites

  • 0

  I think you're suggesting you don't have the 'total volume'  stored in the database, so it would have to be calculated., where price is a single data point.

  Well, if thats a deal killer so be it  (posted this before reading your reply)

 

  Are you talking about the ability to run more than one discreet scan (they would run serially, as many as the user stacked) in the same port ? 

  That would be nice.

 

 

 

Edited by stock777
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...