-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Indicators refactor (part 3) #634
Merged
kenorb
merged 41 commits into
EA31337:dev-indicator-refactor
from
nseam:dev-indicator-refactor
Jan 19, 2022
Merged
Indicators refactor (part 3) #634
kenorb
merged 41 commits into
EA31337:dev-indicator-refactor
from
nseam:dev-indicator-refactor
Jan 19, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* tag 'v2.009': (77 commits)
…) returning an error even if iCustom was not yet executed.
Adds TickManager
Development enhancements
…d default shift for IndicatorBase::GetEntry() from -1 to 0. AMA and BWMFI don't work yet.
…or class bases. Also reverted back to using Indicator<T> as parent for IndicatorCandle (and later for IndicatorTick).
… one). BWMFI somehow return 0 in first calculation buffer.
…ation and automatic value (price) storage fetching after SetDataSource().
…ith ticks from data source, e.g., to feed AMA from Tick/Candle indicator when they ticks and provides new ask/bid prices.
…us ticks, instead of random ones collected in DictStruct.
… dev-indicator-refactor
… with wrong order of mode and index parameters.
* dev-indi-custom: EA: Adds enum's comment Adds Indi_Custom indicator
… dev-indicator-refactor
…inal. We need to test some other, more simple indicator like MA(on SMA) in order to be 100% sure there's no differences at all, as there shouldn't be. AMA may differ if it has too many historic entries at start.
…Sometimes mode and shift was misordered.
…A31337-classes into dev-indicator-refactor
kenorb
force-pushed
the
dev-indicator-refactor
branch
from
January 18, 2022 17:12
08fabb3
to
6ee889c
Compare
…should test all indicators.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.