NexusFi: Find Your Edge


Home Menu

 





total volume


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one Jura with 3 posts (2 thanks)
    2. looks_two FranR with 3 posts (0 thanks)
    3. looks_3 SPMC with 2 posts (3 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
    1. trending_up 4,159 views
    2. thumb_up 5 thanks given
    3. group 1 followers
    1. forum 8 posts
    2. attach_file 1 attachments




 
Search this Thread

total volume

  #1 (permalink)
FranR
Munich
 
Posts: 3 since Aug 2011
Thanks Given: 4
Thanks Received: 0

Can some one help me with this problem, I need indicator for calculating intraday total volume for about 50 symbol
- Multicharts market scanner

Attached Thumbnails
Click image for larger version

Name:	untitledA.PNG
Views:	160
Size:	5.9 KB
ID:	45862  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
Better Renko Gaps
The Elite Circle
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
About a successful futures trader who didnt know anythin …
Psychology and Money Management
 
  #3 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690


Hi FranR,

Try this indicator:
 
Code
                            
varsdailyTotalVol(0);

if 
Date <> Date[1then
    dailyTotalVol 
Ticks
else
    
dailyTotalVol dailyTotalVol Ticks;
    
Plot1(dailyTotalVol"Daily Total Volume"); 
Regards,

Edit: Just saw there is a 'Volume Today' indicator in MultiCharts, so no need to make a own indicator.

Reply With Quote
Thanked by:
  #4 (permalink)
FranR
Munich
 
Posts: 3 since Aug 2011
Thanks Given: 4
Thanks Received: 0

Hi Jura, I need indicator for calculating total volume for all 50symbol - composite total volume
I hope that I am now better explain, my intention.

Reply With Quote
  #5 (permalink)
 SPMC 
GER
 
Experience: Advanced
Platform: MC
Trading: ES
Posts: 144 since May 2011
Thanks Given: 11
Thanks Received: 213

MC can only calculate 1 instrument in the scanner. So you could
- send the 50 scanner values to excel and calculate it in excel
- send it via ADE to another mastercode
- open a chart with 50 symbols and use data2,data3,...,data50 in the code and display it in the chart

Reply With Quote
Thanked by:
  #6 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690


FranR View Post
Hi Jura, I need indicator for calculating total volume for all 50symbol - composite total volume
I hope that I am now better explain, my intention.

Where do you intend to show this total volume for all 50 symbols? If you plot it in the Market Scanner, you'll have 50 lines with each line display the same volume.


SPMC View Post
MC can only calculate 1 instrument in the scanner. So you could
- send the 50 scanner values to excel and calculate it in excel
- send it via ADE to another mastercode
- open a chart with 50 symbols and use data2,data3,...,data50 in the code and display it in the chart

True, plus:
- You could store the (real-time) total volume for each symbol in a Global Variable, and plotting the composite of this in a indicator (if I'm not mistaken).

As you can see, there plenty of possibilities.

Regards,

Reply With Quote
Thanked by:
  #7 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690

I tried this morning to make an indicator which would calculate the total composite daily volume - and I can't. I've tried it with ELCollections/ADE, the default GlobalVariables, and arrays. Sorry FranR.

Perhaps SPMC is more knowledgeable about this.

Reply With Quote
  #8 (permalink)
 SPMC 
GER
 
Experience: Advanced
Platform: MC
Trading: ES
Posts: 144 since May 2011
Thanks Given: 11
Thanks Received: 213

Jura,

use at the GV something like
SetRtn1 = GVSetFloat( getappinfo (aiRow), volume) ; to get the volume for each scanner row.

Reply With Quote
Thanked by:
  #9 (permalink)
FranR
Munich
 
Posts: 3 since Aug 2011
Thanks Given: 4
Thanks Received: 0

Thank you Jura and SPMC for help,
I tried to calculating this composite total volume in excel ,but Multicharts market scranner export to
excel only snapshot of data ,not real time data in excel.I would be grateful if you can help me with
this indicator.thanks

Reply With Quote




Last Updated on August 14, 2011


© 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