[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AFL question



PureBytes Links

Trading Reference Links

I am trying to get the total volume from one point
to the next. 
X=peakbars(close,10,1) give me a numberof bars .
Then I use TotVol=sum(volume,k) and this does
not work - infact it detects a bug!

Can soemone please check this out. When I run Exploration,
I can see the valuse of X as integers but why doesn't it
work in getting me the TotVol? Is there another way I can
use to get the total volume in a time period?


nand