mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
doc: update support strategy doc
This commit is contained in:
parent
d281182432
commit
7c85f8caa4
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue
Block a user