Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Can we create list variables in context? as in context.security[0] = symbol('AAPL', 'FB') and context.security[1] = symbol('defd', 'efe')...if this is not possible what is the way to create global lists. Thanks

Can we create list variables in context? as in context.security[0] = symbol('AAPL', 'FB') and context.security[1] = symbol('defd', 'efe')...if this is not possible what is the way to create global lists. Thanks