PureBytes Links
Trading Reference Links
|
Dear Tomasz,
I think that there is an inconsistency between Ind.
Builder and Guru commentary when
we use function Lastvalue.
The graph of
graph0=lastvalue(cum(1));
is a flat line at 385 for example.
In Guru commentary the
t1=writeval(lastvalue(cum(1));
does not give the same result everyday, giving the
same as
t2=writeval(cum(1));
Is it possible to read in Guru commentary
lastvalue(cum(1)) ?
Best Regards
Dimitris Tsokakis
|