Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Feeding in the returns of the algorithm itself on previous days into the logic of the 'present' day

The question is basically whether there is some sort of helper function within the algorithms documentation which would let me record/access/perform calculations on the algorithms returns performance on previous days so I can make parameter adjustments to it on the presently simulated day during the back test?