doc: update support strategy doc

This commit is contained in:
Andy Cheng 2021-12-19 17:58:15 +08:00
parent d281182432
commit 7c85f8caa4
No known key found for this signature in database
GPG Key ID: 936427CF651A9D28

View File

@ -15,9 +15,10 @@ This strategy uses K-lines with high volume as support and buys the target asset
- The threshold, e.g., `1000000`, `5000000`. A K-line with volume larger than this is seen as a support, and
triggers a market buy order.
- `movingAverageWindow`
- The MA window in the current K-line interval to filter out noises, e.g., 99. The support higher than the MA is seen as invalid
- The MA window in the current K-line interval to filter out noises, e.g., 99. The closed price must be below this
MA to trigger the buy order.
- `longTermMovingAverage`
- The MA window in a longer K-line interval
- The MA window in a longer K-line interval. The closed price must be above this MA to trigger the buy order.
- `interval`
- The K-line interval, e.g., `5m`, `1h`
- `window`