Hello guys, I'm kinda new to Quantopian, and I was testing my algo through Quantopian Live and it seems that my algorithm doesn't buy anything, even if it should, I maybe wrong, but I checked the MA 50 and 200 of TSLA and since the MA50 is > than MA200 it should buy shares.
PS: I harcoded the stocks, so the before_trading() function it's useless (for now)
I put a sample of the algorithm so you can tell me what is going on.
Thanks!