Hi,
Hope everyone is staying safe with corona and not too bored :)
I'm new to Quantopian and have been trying as an exercise to build a simple fundamental indexing strategy for testing purposes. In my algorithm, you'll see I'm just selecting the top 10 stocks based on company sales and then set my target weights based on the relative sales of each security in the basket. I'm printing out the orders and the actual positions to the console and I'm noticing some orders don't get fulfilled (for instance 'BRK_A'). What is exactly happening here? And secondly, how could I check for this beforehand such that I'm sure to adapt my weights to be 100% invested at each rebalancing step?
Thanks a lot for the help!
Thibault