Skip to content

Commit

Permalink
update 2024 holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
yssource committed Dec 4, 2023
1 parent 3bab743 commit ee4101a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 76 deletions.
20 changes: 20 additions & 0 deletions abquant/utils/trading_days.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,27 @@
"2023-10-04",
"2023-10-05",
"2023-10-06",
"2024-01-01",
"2024-02-12",
"2024-02-13",
"2024-02-14",
"2024-02-15",
"2024-02-16",
"2024-04-04",
"2024-04-05",
"2024-05-01",
"2024-05-02",
"2024-05-03",
"2024-06-10",
"2024-09-16",
"2024-09-17",
"2024-10-01",
"2024-10-02",
"2024-10-03",
"2024-10-04",
"2024-10-07",
]

trade_date_sse = (
pd.bdate_range(start=start, end=end, freq="C", holidays=holidays)
.strftime("%Y-%m-%d")
Expand Down
40 changes: 0 additions & 40 deletions cxx/src/actions/indicator_p.hpp

This file was deleted.

36 changes: 0 additions & 36 deletions tests/test.py

This file was deleted.

0 comments on commit ee4101a

Please sign in to comment.