I have recently deployed my strategy live using Tradier as my primary brokerage on a Cash account. However, when I deploy my strategy, I am getting errors regarding my buy orders

New Order Event: Time: 10/17/2023 14:19:00 OrderID: 3 EventID: 2 Symbol: SASI Status: Invalid Quantity: 10 LimitPrice: 3.79 Message: Brokerage failed to place orders: [3]

When calculating number of shares to buy for orders, I use Portfolio.Cash variable to calculate the amount of shares to buy. The issue is that variable only seems to return the the amount of cash cleared when starting the algorithm.

762
 |
 3:43:07
 :
 Cash Available: 1220.2700000000
116526_1697556687.jpg

Is there a way to get the “Available Funds” field from Tradier in QuantConnect?