I am currently trying to put together a basic Robinhood Instant live-trading algorithm and noticed in the Quantopian api (https://www.quantopian.com/help) that there is no context.account.day_trades_remaining method for Robinhood. I had a few questions related to this:
Has anyone tried to implement a version of day_trades_remaining into their Robinhood live-trading algos? Or encountered what happens when running into the pattern day trading limit with their Robinhood Instant accounts? Is this a problem? Does set_long_only() prevent day trading all together?