Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Unexpected Unindent

I keep getting an " unexpected unindent" error in my last line and I don't know why exactly it is happening. Can someone look at this and tell me what I am doing wrong?

try:  
            if stock_price < plausible_investment:  
                if current_position == 0:  
                    if context.fundamentals[stock]['pe_ratio'] < 11:  
                        order(stock, share_amount)