I have been placing limit orders for robin hood using the following code. I'm running into problems buying and selling stocks that are sub 1$.
Generally speaking the limit order does not allow me to input factional values bellow 1 cent.
How can i place limit orders that allow for a more accurate representation of value and not truncate the actual calculated limit price?
order_target_percent(stock, weight, limit_price=limit_price[stock])