PDA

View Full Version : Question about "Split Volume Indicator"


RedDuke
04-25-2007, 02:28 AM
I looked at source code for this indicator and have question about its logic



if (Close[0] > last)

upVol += tradeVol;

else if (Close[0] < last)

dnVol += tradeVol;



Does it mean that when somebody buys 10 contracts at 820.1, and the next 5 contract are also bought at 820.1, this second 5 contract trade will be ignored and not added to indicator value?



Thanks,

reddudke

NinjaTrader_Ray
04-25-2007, 02:46 AM
Likely. That indicator was more of a sample of what can be done. I am going to remove it from this forum. Please check out the source code for NT6 BuySellVolume. This is accurate.

Ray