Hi guys. If there a simple way to pull in multiple stocks? This is what i currently have, but if I wanted to make a Stock1 and Stock2, is that easy?
def initialize(context):
context.stock = sid(41969)
def handle_data(context, data):
stock = context.stock