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 _addax.md #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/includes/_addax.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ documentation.
Successful orders will result in a transaction decreasing your account balance
for the currency of the market. Failed orders will not cost you anything.

## Set your discount

If processing order very quickly is especially important, you can use zma_discount to offer above face value for an order. Above-face-value orders get priority in the queue. zma_discount sets the percent below (or above, if negative) face value that you will be charged for this order. Can range from -50 to 0. Lower discount orders will be processed before higher discount orders. If discount is too high and we are unable to secure ordering at that discount, the order will time out with zma_temporarily_overloaded. Defaults to 0%.

For example, setting zma_discount to -6 would offer $106 for a $100 order, which would be processed before a similar order that offered -5 or -4, etc.

## Cases

In some cases, a Managed Account order might initially succeed (and thus charge
Expand Down