Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run sample #6

Merged
merged 2 commits into from Oct 26, 2020
Merged

Run sample #6

merged 2 commits into from Oct 26, 2020

Conversation

dogwood008
Copy link
Owner

@dogwood008 dogwood008 commented Oct 26, 2020

Diff

  • main.py の更新
  • 🐳 backtrader/opt へ cloneする
    • ヒストリカルデータを読み込めるようにするため

Referred

以下、 株のシステムトレードをしよう - 1から始める株自動取引システムの作り方 より。

@dogwood008 dogwood008 self-assigned this Oct 26, 2020
@@ -9,7 +9,8 @@ COPY Pipfile.lock $workdir

RUN pip install --upgrade pip && \
pip install pipenv && \
pipenv sync
pipenv sync && \
git clone https://github.com/mementum/backtrader.git /opt/backtrader
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐳 backtrader を /opt へ cloneする

@@ -1,10 +1,42 @@
# from __future__ import (absolute_import, division, print_function,
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dogwood008 dogwood008 merged commit 830583b into main Oct 26, 2020
@dogwood008 dogwood008 changed the title Feature/run sample Run sample Oct 26, 2020
@dogwood008 dogwood008 deleted the feature/run_sample branch October 26, 2020 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant