Search results

  1. GamblerTraderInvestor

    GARCH

    @TheBigShort is there data / papers showing that GARCH is better than HV for lookahead vol
  2. GamblerTraderInvestor

    How do you check for market holidays (any modules)?

    Can vouch for pandas market calendars I use it extensively. Just install the module using pip and set it to NYSE for american markets. An example function i wrote: ``` def_get_next_trading_day(self, date: datetime) -> datetime: ''' Takes a date and returns the next trading day using...
Back
Top