Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

what is the "bar" name for "volume" Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
jrf-wood
Posted : Sunday, August 15, 2010 11:11:42 PM
Registered User
Joined: 7/19/2010
Posts: 23

Please see line 7 below. I can not see the correct name for volume in your
ref. for array storage in my own class?


'********************************************************************
1     For x1 = 0 To (price.Bar.count - 1)
2          y_datevalue(x1) = price.Bar.datevalue(x1)
3          y_value(x1) = price.Bar.value(x1)
4          y_open(x1) = price.Bar.openvalue(x1)
5          y_high(x1) = price.Bar.highvalue(x1)
6          y_low(x1) = price.Bar.lowvalue(x1)
7          y_volume(x1) = price.bar.volume(x1)         <<<<<<<<<<<<<<<<<
8   Next x1
'*****************************************************************
Bruce_L
Posted : Monday, August 16, 2010 12:14:58 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Please try:

Volume.Line()

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.