If i do this:
double clovol = Close[barsAgo] * VOL()[barsAgo];
But if i try this one:
double clovol = Close[barsAgo] * Volume[barsAgo];
NinjaScript File Error Code Line Column NEWSDBAobu.cs Cannot apply indexing using [] to expression of type 'int' CS0021 132 51
Anyone?
Frank
TY

Comment