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

allow Zig Zag chain sources #1070

Open
DaveSkender opened this issue Jul 12, 2023 · 0 comments
Open

allow Zig Zag chain sources #1070

DaveSkender opened this issue Jul 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@DaveSkender
Copy link
Owner

DaveSkender commented Jul 12, 2023

Allow Zig Zag to accept chain sources, to enable smoothing to prevent unusually spikey reversals. It’s okay if endType is limited to single price, without High/Low option. Found in #694

// use chaining to pre-smooth
var results = quotes
    .GetAlma(..)
    .GetZigZag(..);

// use price transforms
var results = quotes
    .Use(..)
    .GetZigZag(..);
@DaveSkender DaveSkender added the enhancement New feature or request label Jul 12, 2023
@DaveSkender DaveSkender changed the title Allow Zig Zag chain sources allow Zig Zag chain sources Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant