|
May 09, 2018, 05:44:21 AM |
|
The key problem we faced in developing our first trading algorithms was order book limitation on exchanges. So if automatic module finds a situation when the user can get a profit on the market, it also needs to define a queue of people for whom purchase and sale will be made. As price is not a constant value and the price of further purchases increases after the purchase of the first user (because buying demand has risen), the next user will buy at a bigger price. So a potential profit of the last user is significantly lower. The same situation is during the sale process. Sale for the first user will be at the highest price and profit and for the last user at the lowest price and profit. We can use ecosystem's tokens to solve this problem. Let's consider what advantages our own token can provide.
|