Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

震盪偵測改良 #86

Open
virus-warnning opened this issue Jun 10, 2020 · 0 comments
Open

震盪偵測改良 #86

virus-warnning opened this issue Jun 10, 2020 · 0 comments
Assignees
Milestone

Comments

@virus-warnning
Copy link
Collaborator

virus-warnning commented Jun 10, 2020

目前震盪偵測採用相鄰位階移動檢查, 當各均線距離很遠時這個方法奏效

1, -1, 1, -1, ...

但是兩條以上的均線糾結時, 會造成頻繁洗版, 例如:

2, -2, 2, -2, ...
3, -3, 3, -3, ...

例如 5D 與 10D 貼在一起時就會發生這種狀況, 實務上會發生在波段結束進入盤整的期間

這樣的波動也要視為震盪

@virus-warnning virus-warnning added this to the 0.9.7 milestone Jun 10, 2020
@virus-warnning virus-warnning self-assigned this Jun 10, 2020
@virus-warnning virus-warnning modified the milestones: 0.9.7, 0.9.8 Jun 16, 2020
@virus-warnning virus-warnning modified the milestones: 0.9.8, 0.9.9 Jan 11, 2022
@virus-warnning virus-warnning modified the milestones: 0.9.9, Pending Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant