Skip to content

1 Satoshi Bot strategy feature - Always be first in the orderbook queue #454

@PermieBTS

Description

@PermieBTS

Cryptokong

Brief description:

This worker will place a buy or sell order for an asset and update so that the users order stays closest to the opposing order book.

Moving forward: If any other orders are placed closer to the opposing order book the worker will cancel the users order and replace it with one that is the smallest possible increment closer to the opposing order book than any other orders.

Moving backward: If the users order is the closest to the opposing order book but a gap opens up on the order book behind the users order the worker will cancel the order and place it at the smallest possible increment closer to the opposing order book than any other order.

Users will be able to select a fixed order size or a percentage of balance.

Users will be able to define a range for the worker to work in. This will be the min/max purchase or sale price they are willing to accept.

The worker will ignore competing order sizes that are smaller than the users. (Possibly add option to choose order sizes to ignore).

Option for minimum duration before order reset, ie: 5 seconds.

This strategy should be able to work a market pair or select a single asset. If it is easier to just work a single asset but setup 2 workers then the workers should be able to work from 1 wallet.

The user will not be able to input settings that place orders into the opposing book and auto fill.

User settings inputs:

Asset(s)
Market
Buy/ Sell
Lower boundary
Higher boundary
Order size to be placed
Minimum order reset time.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions