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

Re: bars back



PureBytes Links

Trading Reference Links

This works fine

Sum = Sum + Price[counter];

so does this

Sum = (Sum + Price)[counter];

and this as well

Array: Arr[3](0);
Sum = Arr[Sum + Price][counter];

Apologies for asking dumb questions!

---
http://tinyco.de
Mac, C++, OCaml