Skip to content

Instantly share code, notes, and snippets.

@CS7646-ML4T
Created September 2, 2021 04:49
def compute_portvals(orders_file = "./orders/orders.csv", start_val = 1000000, commission = 9.95, impact = 0.005):
# TODO: Your code here
return portvals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment