Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Accessing content of algo.context from algo = TradingAlgorithm(initialize=initialize, handle_data=handle_data)

... when context is defined in "initialized" ; I have cross-posted (yes I know) that very question in the google group It was kinda straightforward before but I can't have it working now. I have provided a simple example code to reproduce this using the buyapple.py provided in the zipline repository.