-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
FIX: [xalign] fix buy side max amount #1608
Conversation
Welcome back! @narumiruna, This pull request may get 207 BBG. |
pkg/strategy/xalign/strategy.go
Outdated
@@ -288,6 +284,8 @@ func (s *Strategy) selectSessionForCurrency( | |||
Market: market, | |||
TimeInForce: types.TimeInForceGTC, | |||
} | |||
} else { | |||
log.Infof("The amount %f is not greater than the minimal order quantity for %s", q.Float64(), market.Symbol) |
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.
use Warnf ?
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.
done
2879913
to
c7bba2c
Compare
Re-estimated karma: this pull request may get 225 BBG |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1608 +/- ##
==========================================
- Coverage 22.64% 22.62% -0.03%
==========================================
Files 620 621 +1
Lines 44884 44908 +24
==========================================
- Hits 10166 10162 -4
- Misses 33989 34014 +25
- Partials 729 732 +3
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
c7bba2c
to
c2c650a
Compare
Re-estimated karma: this pull request may get 235 BBG |
Hi @narumiruna, Well done! 250 BBG has been sent to your polygon wallet. Please check the following tx: https://polygonscan.com/tx/0x5be209016d55aa58bd100242e62d5f07419a26c1c07c5e7188cd789a6242898c Thank you for your contribution! |
No description provided.