Skip to content

Commit

Permalink
♻️ refactor: koreainvestment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Nov 4, 2024
1 parent 0a3a176 commit 073ee64
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 459 deletions.
1 change: 1 addition & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ ignore:
- zerohertzLib/api/open_ai.py
- zerohertzLib/mlops/triton.py
- zerohertzLib/monitoring/gpu.py
- zerohertzLib/quant/koreainvestment.py
- "**/cli.py"
9 changes: 2 additions & 7 deletions zerohertzLib/quant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,15 @@
"""

from zerohertzLib.quant.backtest import Experiments, backtest, experiments
from zerohertzLib.quant.koreainvestment import Balance, QuantSlackBotKI
from zerohertzLib.quant.methods import (
bollinger_bands,
macd,
momentum,
moving_average,
rsi,
)
from zerohertzLib.quant.quant import (
Balance,
Quant,
QuantSlackBot,
QuantSlackBotFDR,
QuantSlackBotKI,
)
from zerohertzLib.quant.quant import Quant, QuantSlackBot, QuantSlackBotFDR

__all__ = [
"moving_average",
Expand Down
Loading

0 comments on commit 073ee64

Please sign in to comment.