-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: Customise the last buy price removing threshold #206
Merged
chrisleekr
merged 19 commits into
chrisleekr:master
from
pedrohusky:last-buy-under-amount
Jul 7, 2021
Merged
Changes from 12 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
6de3986
Last buy now have been reworked to work like max purchase amount.
pedrohusky 474ee24
didn't see the need to calculate minimum amount there.
pedrohusky 7534773
Done almost every comment.
pedrohusky d57bc10
Merge branch 'chrisleekr:master' into last-buy-under-amount
pedrohusky 4acd231
- Fixed comments,
pedrohusky 4d7afb8
Merge branch 'last-buy-under-amount' of https://github.com/pedrohusky…
pedrohusky 88fabcc
Can sell now calculates last buy remove threshold;
pedrohusky 5c951b3
Merge branch 'chrisleekr:master' into last-buy-under-amount
pedrohusky c5e657e
fix
pedrohusky e1d7ba6
Merge branch 'last-buy-under-amount' of https://github.com/pedrohusky…
pedrohusky bec5b63
fixed comment
pedrohusky bcd6082
FIX save global settings not applying to last buy threshold.
pedrohusky ae031f0
Merge remote-tracking branch 'upstream/master' into last-buy-under-am…
chrisleekr 80805b2
Fixed lint
chrisleekr 0fba006
Updated Setting UI
chrisleekr cb98a86
Updated Setting UI
chrisleekr 6316a87
Fixed lint
chrisleekr 7619a48
Added tests
chrisleekr 36619c1
Updated CHANGELOG.md
chrisleekr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ data | |
log | ||
|
||
.env | ||
.vs |
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
I have tested manually, this line does not work. You gotta remove the below line because the bot is now relying on the
lastBuyPriceRemoveThreshold
You can see from the below screenshot, the bot didn't remove the price, it still determines the action as
sell-wait
.