Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Short orders not being filled?

Hello,

I am finding that my algorithm is not filling short orders as far as I can tell? How do I tell if they are being filled? When I print get_open_orders() it occasionally shows that 'amount' is -1 or -2 meaning it is a short order. I try to log amount of current security but its always positive meaning it is a long position right?