self.Portfolio.GetBuyingPower("USD") does not work for Coinbase Pro. How do I update my dollar value after an order? My starting cash is self.SetCash(1000). It keeps trying to put through buy orders even after one has been filled, I'm guessing because it can't see my updated cash amount or I'm using the incorrect statement. I get the "Insufficient buying power" error. Here is my if statement (( if rsi_value <= 30 and self.Portfolio.Cash > 200: )) Thanks in advance.