day_trade_count
Calculates the number of day trades that occurred in the last 5 trading days.
Syntax
def day_trade_count(self) -> None:
Returns
Returns the number of day trades that occurred in the last 5 trading days.
Raises
- An
Exception
is raised if there is an error retrieving the day trades or calendar data.