From 567b84eb77813049d46feaa5db99fcee3eb3c612 Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Sat, 28 Dec 2024 19:29:45 +0100 Subject: [PATCH] Added some tasks to the README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e77eb4..51fa838 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,16 @@ Now we need to **fetch data** related to some asset. To do that, we can use http ~/git/misc/python-scripts/ohlcv-fetchers/invoke.sh yahoo-finance '^GSPC' -i1d -d2020-01-01T00Z -f'{:.6f}' > ohlcv-SPX500.csv ``` -TODO complete this part. You can take inspiration from apycalc +TODO complete this part. You can take inspiration from `apycalc`. You can even extract the current rate from the CSV file with `tail + cut` > **Note**: each **output value** and **entry field** is described with a comment in the `compute_stuff` function's code. You can search for the strings `# - entry` and `# - values` in the [`smartchg/cli.py`](smartchg/cli.py) file to get an overview. For more details on how to use this command, you can also refer to its help message (`--help`). +## Algorithm + +TODO describe the algorithm here using LaTeX formulas (with `$$ ... $$`) + ## Development If you want to contribute to this project, you can install the package in **editable** mode: