Skip to content

Commit

Permalink
doc: update support strategy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andycheng123 committed Dec 19, 2021
1 parent d281182 commit 7c85f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/strategy/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 7c85f8c

Please sign in to comment.