We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As BSIP74
The margin call price should be margin_call_order_price = median_feed_price / (MSSR - MCFR)
shouldn't be margin_call_order_price = median_feed_price / MSSR
https://github.com/bitshares/bsips/blob/master/bsip-0074.md
The text was updated successfully, but these errors were encountered:
@xiangxn
Sorry, something went wrong.
Merge pull request #3507 from xiangxn/fix-3286
72a272b
Fix the margin call price in UI is wrong #3286
Revert "Fix the margin call price in UI is wrong #3286"
e4f342e
xiangxn
Successfully merging a pull request may close this issue.
As BSIP74
The margin call price should be
margin_call_order_price = median_feed_price / (MSSR - MCFR)
shouldn't be
margin_call_order_price = median_feed_price / MSSR
https://github.com/bitshares/bsips/blob/master/bsip-0074.md
The text was updated successfully, but these errors were encountered: