PureBytes Links
Trading Reference Links
|
Also, does this make sense?
var: x(0), y(0), z(0);
(x + y) of z bars ago
On Mar 12, 2009, at 5:12 PM, Joel Reymont wrote:
Can an expression be used with "bars back", e.g.
Var: x(0), y(0);
x of y bars back;
{ or, alternatively }
x[y];
Also, is it possible to refer to an array element a number of bars
back?
---
http://tinyco.de
Mac, C++, OCaml
|