Skip to content

Commit

Permalink
Added note about the explanation purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Dec 29, 2024
1 parent 450cc00 commit f5d14a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The algorithm is based on the assumption that one **need to exchange** some amou

This algorithm tries to **optimize the quantity** of assets to be exchanged based on the **trend** of the historical **exchange rate** values, in order to determine whether the current exchange rate is **convenient** (and therefore we should exchange **more**) or **unconvenient** (and therefore we should exchange **less**). In one simple sentence, the motto is: [_"Buy more when low!"_](https://www.investopedia.com/ask/answers/04/052704.asp)

> **Note**: the following explanation is for illustration purposes only. Please refer to the [Python code](smartchg/cli.py) for any details.
| Symbol | Variable |
| ---------- | ----------------- |
| $a$ | `apy` |
Expand Down

0 comments on commit f5d14a7

Please sign in to comment.