Skip to content

fix error words #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion unit/stock_system/stock_system.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
" # 以這個例子為例,用 1/4 買 1214;用 3/4 放空 2351\n",
" \"weight\": 1, \n",
"\n",
" # 以下三個條件其中一個成力就會賣出\n",
" # 以下三個條件其中一個成立就會賣出\n",
" \"close_high_price\": 16.8, # 比這個價格高就賣\n",
" \"close_low_price\": 16.3 # 比這個價格低也賣(停損點)\n",
" \"life\": 5, # 如果以上兩個條件都沒發生,會在 5 天會以收盤價賣\n",
Expand Down