To:
Brad Matheny, Chris of Divergence Software, Paul of Futuresnets, TSsupport, Alex Montenegro, Dloomis, Fibbgann, Jason K of eSignal, and Matt Gunderson of eSignal:
I am fairly new but have acquired some grip at least on the structure of efs since the past two weeks. Over the long weekend I browsed thru most of the EFS Studies postings and came up with the names above who may perhaps be able to help in what I am trying to achieve or at least let me know if at all possible currently.
The Case:
Volume Histograms: These are basically # of shares traded on each bar or interval, starting from zero at the beginning of the bar. As an eg, if there were 4 trades in the bar and they were 1000 shares per trade, the volume for that bar would be 4000. So essentially what is happening in the bar is trade vol #2 gets added to trade vol #1, #3 to (#1 + #2) and this cumulative adding goes on until the end of the bar.
Questions:
1) Instead of the trade volume cumulation, is it possible to just cumulate the #of trades per bar?
2) In the example given above, what would be the approach to
plot the cumulative volume of only those trades (out of the four) that passed a certain condition or conditions? As an eg, volumes of trade#1,3 and 4 passed the condition, therefore the cumulative volume of that bar will be 3000 (and not 4000 as trade#2 did not pass the condition and therefore its volume got excluded from being cumulated in the bar).
Thanks in advance for any help.
ps, I have tried some approaches like "if getbarstate=currentbar", and "volume(0)" but that road don't look right!
Brad Matheny, Chris of Divergence Software, Paul of Futuresnets, TSsupport, Alex Montenegro, Dloomis, Fibbgann, Jason K of eSignal, and Matt Gunderson of eSignal:
I am fairly new but have acquired some grip at least on the structure of efs since the past two weeks. Over the long weekend I browsed thru most of the EFS Studies postings and came up with the names above who may perhaps be able to help in what I am trying to achieve or at least let me know if at all possible currently.
The Case:
Volume Histograms: These are basically # of shares traded on each bar or interval, starting from zero at the beginning of the bar. As an eg, if there were 4 trades in the bar and they were 1000 shares per trade, the volume for that bar would be 4000. So essentially what is happening in the bar is trade vol #2 gets added to trade vol #1, #3 to (#1 + #2) and this cumulative adding goes on until the end of the bar.
Questions:
1) Instead of the trade volume cumulation, is it possible to just cumulate the #of trades per bar?
2) In the example given above, what would be the approach to
plot the cumulative volume of only those trades (out of the four) that passed a certain condition or conditions? As an eg, volumes of trade#1,3 and 4 passed the condition, therefore the cumulative volume of that bar will be 3000 (and not 4000 as trade#2 did not pass the condition and therefore its volume got excluded from being cumulated in the bar).
Thanks in advance for any help.
ps, I have tried some approaches like "if getbarstate=currentbar", and "volume(0)" but that road don't look right!
Comment