Skip to content
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

Update other_limits.md #172

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update other_limits.md #172

wants to merge 2 commits into from

Conversation

yifuzhang95
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Apr 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
v4-teacher ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 24, 2024 10:09pm

Copy link

@moo-onthelawn moo-onthelawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be accurate to say that short term orders (made in any way: API / front end) aren't limited by the net collateral of a subaccount? Might be worth explicitly writing that out in the beginning rather than just removing it from the table


For example up to 10 open bids across all markets for a subaccount with a net collateral of $2,000.

Note that limit `Immediate-or-Cancel`, `Fill-or-Kill`, and market orders on the frontend do not have this limitation.
Note that short term orders via API And all limit `Immediate-or-Cancel`, `Fill-or-Kill`, and market orders on the frontend do not have this limitation.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion:

Note: This limitation does not apply to:

  • API short term orders
  • Frontend market orders
  • Frontend limit Immediate-or-Cancel or Fill-or-Kill orders

| >= $100 and < $1,000 | 8 |
| >= $1,000 and < $10,000 | 10 |
| >= $10,000 and < $100,000 | 100 |
| >= $100,000 | 200 |

For example up to 10 open bids across all markets for a subaccount with a net collateral of $2,000.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is sort of hard to read. Suggestion:

For example, a subaccount with a net collateral of $2000 is allowed 10 open bids across all markets.

@@ -2,15 +2,15 @@

Subaccounts may have a limited number of open orders at any one time determined by the net collateral of the subaccount as per:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: The net collateral of a subaccount determines the number of open orders it is allowed. See below for limits:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants