Skip to content

Commit 0008f92

Browse files
authored
feat: Organized the directories and add a few options example jupyter notebooks (#569)
* feat: Organized the directories and add a few options example jupyter notebooks. * Replaced the stock notebook, organized the directories, and add a few options example jupyter notebooks and README.md. * Updated Jupyter notebooks and reorganized directories * Updated Jupyter notebooks and reorganized directories * Updated Jupyter notebooks and reorganized directories (deleted all the codes in existing Jupyter Notebooks and leave the important notice.) * Updated Jupyter notebooks and reorganized directories (added a note in every Jupyter notebook linking to its article) * Updated Jupyter notebooks and reorganized directories * Updated Jupyter notebooks and reorganized directories (improved root README.md, examples/README.md, and sub-directories/README.md; improved their relationships) * Updated sub-directories README.md. * Updated the delta hedging notebooks and READMEs. * Try fixing the a case sensitivity issue of sub-directories names with Git. * Try fixing the a case sensitivity issue of sub-directories names with Git. Renamed the temp sub-directories names back to the non-capitalized ones. * Try fixing the a case sensitivity issue of sub-directories names with Git. Renamed the temp sub-directories names back to the non-capitalized ones.
1 parent b98086c commit 0008f92

23 files changed

+10204
-2345
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,13 @@ For more details, please refer to [our documentation page for options trading](h
262262

263263
There is an example jupyter notebook to explain methods of alpaca-py for options trading.
264264

265-
* [jupyter notebook: options trading basic example with alpaca-py](https://github.com/alpacahq/alpaca-py/blob/master/examples/options-trading-basic.ipynb)
265+
* [jupyter notebook: options trading basic example with alpaca-py](https://github.com/alpacahq/alpaca-py/blob/master/examples/options/options-trading-basic.ipynb)
266266

267267
### Jupyter Notebook Library <a name="colab-library"></a>
268268

269-
We have put together some examples in jupyter notebooks so that you can start developing today with alpaca-py right away!
269+
Explore examples for stocks, options, and crypto using alpaca-py. Notebooks for each asset class are provided in their respective directories!
270270

271-
* [Stocks](https://github.com/alpacahq/alpaca-py/blob/master/examples/stocks-trading-basic.ipynb)
272-
* [Options](https://github.com/alpacahq/alpaca-py/blob/master/examples/options-trading-basic.ipynb)
273-
* [Crypto](https://github.com/alpacahq/alpaca-py/blob/master/examples/crypto-trading-basic.ipynb)
274-
* [Multi-Leg Options](https://github.com/alpacahq/alpaca-py/blob/master/examples/options-trading-mleg.ipynb)
271+
* [Stocks](https://github.com/alpacahq/alpaca-py/blob/master/examples/stocks/README.md)
272+
* [Crypto](https://github.com/alpacahq/alpaca-py/blob/master/examples/crypto/README.md)
273+
* [Options](https://github.com/alpacahq/alpaca-py/blob/master/examples/options/README.md)
274+
* [Multi-Leg Options](https://github.com/alpacahq/alpaca-py/blob/master/examples/options/README.md)

examples/README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
## Google Colab Notebooks
22

3-
Explore the examples for Stocks, Options, and Crypto utilizing alpaca-py in the notebooks provided below. Open them in
4-
Google Colab to jumpstart your development journey!
3+
Explore examples for stocks, options, and crypto using alpaca-py. Notebooks for each asset class are provided in their respective directories!
54

6-
| Notebooks | Open in Google Colab |
7-
|:------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
8-
| [Stocks](stocks-trading-basic.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/alpacahq/alpaca-py/blob/master/examples/stocks-trading-basic.ipynb) |
9-
| [Options](options-trading-basic.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/alpacahq/alpaca-py/blob/master/examples/options-trading-basic.ipynb) |
10-
| [Crypto](crypto-trading-basic.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/alpacahq/alpaca-py/blob/master/examples/crypto-trading-basic.ipynb) |
11-
| [Multi-Leg Options](options-trading-mleg.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/alpacahq/alpaca-py/blob/master/examples/options-trading-mleg.ipynb) |
5+
| Directories |
6+
|:---------------------------------------------|
7+
| [Stocks](stocks/README.md) |
8+
| [Crypto](crypto/README.md) |
9+
| [Options](options/README.md) |
10+
| [Multi-Leg Options](options/README.md) |

0 commit comments

Comments
 (0)