Value[0] = Volume[0];
If I mouse over Volume[0], I see a box with a wrench icon on the left followed by VolumeSeries NinjaScriptBase.Volume { get; } A collection of historical bar volume values.
In the Indicator that does not plot the Volume, I have the identical line:
Value[0] = Volume[0];
and when I mouse over Volume box reads:
Wrench Icon followed by Series ,double. SampleVolAvg.Volume { get; }
Why would the Volume[0] in the second case be different than the first if I created 2 identical indicators?
Thanks in advance

Comment