Skip to content

Commit a65cf17

Browse files
committed
Merge branch 'master' of github.com:nickmccullum/algorithmic-trading-python into master
2 parents ca2184a + a23c8aa commit a65cf17

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

finished_files/003_quantitative_value_strategy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3540,7 +3540,7 @@
35403540
"cell_type": "markdown",
35413541
"metadata": {},
35423542
"source": [
3543-
"## Selecting the 50 Best Momentum Stocks¶\n",
3543+
"## Selecting the 50 Best Value Stocks¶\n",
35443544
"\n",
35453545
"As before, we can identify the 50 best value stocks in our universe by sorting the DataFrame on the RV Score column and dropping all but the top 50 entries."
35463546
]

starter_files/003_quantitative_value_strategy.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@
13231323
"cell_type": "markdown",
13241324
"metadata": {},
13251325
"source": [
1326-
"## Building a Better (and More Realistic) Momentum Strategy\n",
1326+
"## Building a Better (and More Realistic) Value Strategy\n",
13271327
"Every valuation metric has certain flaws.\n",
13281328
"\n",
13291329
"For example, the price-to-earnings ratio doesn't work well with stocks with negative earnings.\n",
@@ -3389,7 +3389,7 @@
33893389
"cell_type": "markdown",
33903390
"metadata": {},
33913391
"source": [
3392-
"## Selecting the 50 Best Momentum Stocks¶\n",
3392+
"## Selecting the 50 Best Value Stocks¶\n",
33933393
"\n",
33943394
"As before, we can identify the 50 best value stocks in our universe by sorting the DataFrame on the RV Score column and dropping all but the top 50 entries."
33953395
]

0 commit comments

Comments
 (0)