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

Using LastValue() in Interpretation window



PureBytes Links

Trading Reference Links

Would anybody know how to display the final equity (from backtest) in the
Interpretation window without putting the cursor on the last bar? I tried
this but I always get the equity at the current cursor position for the
LastValue...

//--Indicator-End--
"System #1 equity: $" + WriteVal(E1,10.2) + " Max: " +
WriteVal(LastValue(E1));

Many thanks,
Herman.