-
Notifications
You must be signed in to change notification settings - Fork 1
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
11Feature/canle charts #9
Merged
Merged
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
need refactoring for old versions
add info about order to UI
small ui fixes
scroll to end after change type or date
decrease date to improve stability of test
add notice about max displayed candles add date for hour/minute charts
add index to candlemodel add insert/remove for nonsnapshot update
fix for old version xcode
# Conflicts: # DXFeedFramework/Native/Utils/NativeTimeUtil.swift
kosyloa
added a commit
that referenced
this pull request
Jul 9, 2024
* feat: candle_charts WIP * feat: candle_charts WIP * feat: candle_charts WIP * customize color to dxfeed color scheme * reformat code * add separate target for mac candle chart sample * integrate candle chart in quote table app * fix warnings * feat: MarketDepthModel WIP * fix hex representation for int * feat: market depth model * add available macro for OrderSet(just for test) need refactoring for old versions * feat: marketDepth(fix calutation error) * add aggregation period for presentation * swiftlint fixes add info about order to UI * refactoring for avoiding warning * add readwrite lock small ui fixes * redesign market depth(two side) * change positon for sale/buy orders * rename menu * redesign market depth: show without scroll * add min/max values scroll to end after change type or date * fix for ipad: required view/frame for action sheet * add workaround for older version iOS * candle chart redesign * fix problem with not full loading of charts(need touch + scroll) * fix warnings and small ui fixes * remove hardcoded ipf address * return test to working state * fix run of candle ios app * change x axis to string value(to avoid gaps) * refactoring candles * refactoring candle view * add tests for marketdepth * OrderSource: publishable sources for dif orders * marketdepth separate app(as a sample) * fix warnings decrease date to improve stability of test * feat: candle chart add notice about max displayed candles add date for hour/minute charts * fix run on real device * warning: need fixes * update dep add index to candlemodel add insert/remove for nonsnapshot update * save scroll position in case of insertion new candle * remove blanks * update build number * change text of candle notice * test commit * fix: leaks in schedule * decrease size of candles(to decrease time of loading) * update version of build fix for old version xcode * fix warnings * fix warnings
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.