-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Release 0.17.2 #1252
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
Merged
Merged
Release 0.17.2 #1252
Conversation
This file contains hidden or 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
Ccxt async xmatt
This is the last cut that was in #1117 before i closed that PR This PR allows a user to set the flag "ta_on_candle" in their config.json This will change the behaviour of the the bot to only process indicators when there is a new candle to be processed for that pair. The test is made up of "last dataframe row date + pair" is different to last_seen OR ta_on_candle is not True
to correctly manage the last seen of a pair.
… into ccxt-async
no new candle, async function will just return the last cached candle locally and doesn’t hit the API
* check config-setting first - avoids any call to "candle_seen" eventually
Scheduled daily dependency update on tuesday
don't print "NAN" lines in "left_open_trades"
refactor load_markets out of validate_pairs
Scheduled daily dependency update on wednesday
Fix exception when order cannot be found
Fix mac install documentation
Remove direct call to pytest fixture to elliminate pytest warning
Add offset to "get_trades_for_order"
Fix plot dataframe
Only load strategy once during backtesting
Patch exchange to not cause network delays during tests
Fix hyperopt pickle
Scheduled daily dependency update on sunday
Scheduled daily dependency update on monday
xmatthias
approved these changes
Oct 3, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
merging develop to master for 0.17.2
Will do a release with changelog after this has been merged.