We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前震盪偵測採用相鄰位階移動檢查, 當各均線距離很遠時這個方法奏效
1, -1, 1, -1, ...
但是兩條以上的均線糾結時, 會造成頻繁洗版, 例如:
2, -2, 2, -2, ... 3, -3, 3, -3, ...
例如 5D 與 10D 貼在一起時就會發生這種狀況, 實務上會發生在波段結束進入盤整的期間
這樣的波動也要視為震盪
The text was updated successfully, but these errors were encountered:
virus-warnning
No branches or pull requests
目前震盪偵測採用相鄰位階移動檢查, 當各均線距離很遠時這個方法奏效
但是兩條以上的均線糾結時, 會造成頻繁洗版, 例如:
例如 5D 與 10D 貼在一起時就會發生這種狀況, 實務上會發生在波段結束進入盤整的期間
這樣的波動也要視為震盪
The text was updated successfully, but these errors were encountered: