Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanyu90221/local_max_time_period
https://github.com/yuanyu90221/local_max_time_period
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuanyu90221/local_max_time_period
- Owner: yuanyu90221
- Created: 2021-10-14T09:28:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T16:28:25.000Z (over 3 years ago)
- Last Synced: 2024-06-21T00:03:13.628Z (7 months ago)
- Language: Go
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# local_max_time_period
給一段時間的代幣價格,請找出最佳回報的進入時間與出去時間(進出僅一次)
Ex: [60,100, 58, 20, 56, 42, 20, 250, 194, 10, 1000]
max = 1000
min = 10
diff = 990## 想到的解法
對於每個值去找當下的最大價差
然後跑完整個回圈