Hi,
The docs for 'handle_data' allude to further documentation on the 'data' variable with the phrase 'Read More Below'. After having read all of the docs below, I failed to see where that structure was clearly laid out.
Also, this fails to produce any output to the log (as the log window just waits indefinitely for logging during a backtest):
log.info("data.keys: %s" % list(islice(data.keys(), 10)))
One more thing-- are options supported?
Thanks!