dealer icon indicating copy to clipboard operation
dealer copied to clipboard

Results 17 dealer issues
Sort by recently updated
recently updated
newest added

OKEX supports the lightning network. Currently the API does not seem to allow for creation of invoices that could be used to fund the account or withdraw from it. For...

The current dealer is kicked off and runs as a background (cron) job, actively gather's data (handles errors, etc.) and results in actions to trade or transfer funds. An event...

The use of USD was hard-coded from the start but with a more mature code base the leap to a generic local currency should bring more generality to the project.

The goal of the dealer's hedging is to protect a fix amount of liabilities in local currency terms (currently only USD). So one approach could be to sell at spot...

For risk diversification or other immediate benefits, multiple brokers/exchanges could be used at once

Multiple instruments could be used to hedge at the same time, based on exchange, market and liabilities "conditions". Ex. different expiry based on estimated "duration" of liabilities. More over given...

The current hedging strategy calculates a naive hedge ratio or number of contracts to establish the short position in the derivatives instrument. It is based on simple rules, but +/-...