MKoistinen
unread,Jun 29, 2009, 10:24:32 AM6/29/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsystemtrader-dev
I've made a simple method in Indicator.java to obtain any previous
result by overloading getValue() to allow a negative number,
indicating the number of bars ago requested. (0 : current value, -1 :
previous value, etc.) I am happy to submit this, but it is trivial.