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

Re: bars back


  • Date: Thu, 12 Mar 2009 18:23:37 +0000
  • From: Joel Reymont <joelr1@xxxxxxxxx>
  • Subject: 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