Let's take the first strategy (positive loop arbitrage_earn CNY strategy as an example).
The arbitrage strategy we designed is a passive arbitrage strategy. Specifically, we act as takers in the three markets of LTC/BTC, LTC/CNY, and BTC/CNY.
To place a buy order in the LTC/BTC market, you must use the selling price (ltc_btc_sell1_price) of the market plus a certain slippage (ltc_btc_slippage, expressed as a percentage) as the buying price, namely:
P3 = ltc_btc_sell1_price*(1+ltc_btc_slippage)
Similarly, to place a buy order in the BTC/CNY market, you must use the selling price of the market (btc_cny_sell1_price) plus a certain slippage (btc_cny_slippage, expressed as a percentage) as the buy order price, namely:
P1= btc_cny_sell1_price*(1+btc_cny_slippage)
In the same way, it can be deduced that the price of a sell order in the LTC/CNY market is as follows:
P2 = ltc_cny_buy1_price*(1-ltc_cny_slippage)
Assume that the rates of each market are as follows (expressed as a percentage):
LTC/BTC: ltc_btc_fee
BTC/CNY: btc_cny_fee
LTC/CNY: ltc_cny_fee
To buy 1 LTC net in the LTC/BTC market, you actually need to buy 1/(1-ltc_btc_fee) LTC. The proportion of ltc_btc_fee is the handling fee collected by the trading platform. The amount of BTC needed to buy 1/(1-ltc_btc_fee) LTC is:
ltc_btc_sell_1_price*(1+ltc_btc_slippage)/(1-ltc_btc_fee)
In the LTC/CNY market, if you sell 1 LTC, the CNY you get is:
ltc_cny_buy_1_price*(1-ltc_cny_slippage)*(1-ltc_cny_fee)
In the BTC/CNY market, net buying
ltc_btc_sell_1_price*(1+ltc_btc_slippage)/(1-ltc_btc_fee)
BTC, actually need to buy
ltc_btc_sell_1_price*(1+ltc_btc_slippage)/[(1-ltc_btc_fee)*(1-btc_cny_fee)]
BTC, the proportion of btc_cny_fee is the handling fee collected by the platform, and the corresponding CNY is:
btc_cny_sell_1_price*(1+btc_cny_slippage)*ltc_btc_sell_1_price*(1+ltc_btc_slippage)/[(1-ltc_btc_fee)*(1-btc_cny_fee)]
The prerequisite for arbitrage is: the obtained CNY "the CNY spent, namely:
ltc_cny_buy_1_price*(1-ltc_cny_slippage)*(1-ltc_cny_fee)" btc_cny_sell_1_price*(1+btc_cny_slippage)*ltc_btc_sell_1_price*
(1+ltc_btc_slippage)/[(1-ltc_btc_fee)*(1-btc_cny_fee)]
Adjust, the corresponding arbitrage conditions are:
ltc_cny_buy_1_price "
btc_cny_sell_1_price*ltc_btc_sell_1_price*(1+btc_cny_slippage)*(1+ltc_btc_slippage) / [(1-btc_cny_fee)*(1-ltc_btc_fee)*(1-ltc_cny_fee)*(1-sltc_]cny
Considering that each market rate is at the level of a few thousandths, the inequality can be further simplified to:
(Ltc_cny_buy_1_price/btc_cny_sell_1_price-ltc_btc_sell_1_price)/ltc_btc_sell_1_price
》Btc_cny_slippage+ltc_btc_slippage+ltc_cny_slippage+btc_cny_fee+ltc_cny_fee+ltc_btc_fee
The basic meaning is: only when the ratio of the difference between the fair price and the market price is greater than the sum of all market rates plus the sum of slippage, can triangular arbitrage be profitable.
If the price difference meets the conditions, the calculation rules for the transaction volume are as follows:
First calculate the following values:
1. LTC/BTC seller's order quantity: ltc_btc_sell1_quantity*order_raTIo_ltc_btc, where ltc_btc_sell1_quanTIty represents the quantity of LTC/BTC sell one tranche, and order_raTIo_ltc_btc represents the ratio of this strategy in the LTC/BTC order.
2. The number of LTC/CNY buyer orders: ltc_cny_buy1_quanTIty*order_ratio_ltc_cny, where order_ratio_ltc_cny represents the ratio of orders taken by this strategy in the LTC/CNY market.
3. The BTC quota that can be used to buy LTC in the LTC/BTC account and the number of LTC that can be replaced:
btc_available-btc_reserve, can be replaced with
(Btc_available – btc_reserve)/ltc_btc_sell1_price LTC
Among them, btc_available indicates the amount of BTC available in the account, and btc_reserve indicates the amount of BTC that should be reserved at least in the account (this value is set by the user according to his own risk preference, and the higher the value, the lower the user's risk preference).
4. The CNY quota that can be used to buy BTC in the BTC/CNY account, the number of BTCs that can be replaced, and the corresponding number of LTCs:
cny_available-cny_reserve, can be replaced with
(Cny_available-cny_reserve)/btc_cny_sell1_price BTC,
Equivalent to
(Cny_available-cny_reserve)/btc_cny_sell1_price/ltc_btc_sell1_price
LTC
Among them: cny_available represents the amount of RMB available in the account, cny_reserve represents the amount of RMB that should be reserved at least in the account (this value is set by the user according to his own risk preference, the higher the user's risk preference, the lower).
5. LTC quota that can be used to sell in LTC/CNY account:
ltc_available – ltc_reserve
Among them, ltc_available represents the number of LTCs available in the account, and ltc_reserve represents the number of LTCs that should be reserved at least in the account (this value is set by the user according to his own risk preference, and the higher the value, the lower the user's risk preference).
After getting the above 5 values, take the minimum of them to get the number of LTC as the number of orders placed in the LTC/BTC market. Then, according to the number of LTC/BTC transactions, obtain the number of LTC and BTC that need to be hedged, place hedging orders in the LTC/CNY and BTC/CNY markets respectively, and place limit orders in all markets for hedging, and fill in market orders after timeout to ensure Fully hedge.
The processing rules for the smallest trading unit are as follows:
If the amount of LTC to be placed is less than a certain multiple (for example, 2 times) of the minimum LTC trading unit (take the maximum of the minimum LTC trading volume in the two markets of LTC/BTC and LTC/CNY), then this arbitrage will be abandoned;
If the number of BTCs corresponding to the number of LTCs to be ordered (the number of LTCs multiplied by the coefficient ltc_btc_sell1_price) is less than a certain multiple of the minimum BTC transaction unit (take the maximum of the minimum BTC transaction number in the two markets of LTC/BTC and BTC/CNY) ( For example, 2 times), then give up this arbitrage.
2. Triangular arbitrage strategy process(1) Initialization:
a) Put the following assets in the BTC/CNY market:
i.BTC: 1 BTC, at least 20% reserved (btc_reserve = 20%)
ii.CNY: 20,000 yuan, at least 20% reserved (cny_reserve = 20%)
b) Put the following assets in the LTC/CNY market:
i.LTC: 100 LTC, at least 20% reserved (ltc_reserve = 20%)
ii.CNY: 20,000 yuan, at least 20% reserved (cny_reserve = 20%)
c) Put the following assets in the LTC/BTC market:
i.LTC: 100 LTC, at least 20% reserved (btc_reserve = 20%)
ii.BTC: 1 BTC, at least 20% reserved (ltc_reserve = 20%)
(2) Arbitrage conditions:
in case
(Ltc_cny_buy_1_price/btc_cny_sell_1_price-ltc_btc_sell_1_price)/ltc_btc_sell_1_price
》Btc_cny_slippage+ltc_btc_slippage+ltc_cny_slippage+btc_cny_fee+ltc_cny_fee+ltc_btc_fee,
Then carry out positive circular arbitrage:
The sequence of positive circular arbitrage is as follows:
First go to LTC/BTC to take orders to buy LTC and sell BTC, and then according to the volume of LTC/BTC, use multi-threading, and at the same time hedge in the LTC/CNY and BTC/CNY markets. The LTC/CNY market takes an order to sell LTC, and the BTC/CNY market takes an order to buy BTC.
in case
(Ltc_btc_buy_1_price-ltc_cny_sell_1_price/btc_cny_buy_1_price)/ltc_btc_buy_1_price
》 Btc_cny_slippage+ ltc_btc_slippage+ ltc_cny_slippage+btc_cny_fee+ltc_cny_fee+ltc_btc_fee,
Then carry out reverse cycle arbitrage:
The sequence of reverse cycle arbitrage is as follows:
First go to LTC/BTC to take an order to sell LTC, buy BTC, and then use multi-threading according to the volume of LTC/BTC, and at the same time hedge in the LTC/CNY and BTC/CNY markets. The LTC/CNY market takes an order to buy LTC, and the BTC/CNY market takes an order to sell BTC.
If the above two conditions are not met, continue to wait for arbitrage opportunities.
(3) Transfer conditions within the account:
BTC/CNY, LTC/CNY, LTC/BTC each market's denominated currency and base currency stocks fall to the minimum reserved ratio (such as 20%) or below, triggering the transfer within the account, the transfer process is as follows:
1) Cancel the uncompleted orders in the LTC/BTC market;
2) Cancel the uncompleted entrustment in the BTC/CNY market, and make a market replenishment order for the uncompleted part of the entrustment;
3) Parallel to 2), cancel the uncompleted orders in the LTC/CNY market, and make up the market price orders for the uncompleted parts of the orders;
4) Transfer within the account, the transfer results are as follows:
BTC in the BTC/CNY market = BTC in the LTC/BTC market
LTC in the LTC/CNY market = LTC in the LTC/BTC market
The CNY in the BTC/CNY market = the CNY in the LTC/CNY market (this is currently merged together, there is no problem for the time being, if it is ETH, you need to ensure that the CNY in the ETH account = the CNY in the BTC account)
Three, strategy monitoring and exception handlingWe first define an exception handling method, called operation 1, as follows:
Operation name: Operation 1
Operation introduction: Stop placing LTC/BTC orders, complete LTC/CNY and BTC/CNY hedging, send an alarm, and stop the procedure.
Operating procedures:
a) The first step: Stop placing orders on the LTC/BTC disk, and cancel the incomplete orders on the disk;
b) The second step: for the incompletely completed orders of LTC/CNY and BTC/CNY, wait for polling. After the timeout, cancel the uncompleted part, and use the market order to make up the order to ensure complete hedging;
c) The third step: send out the corresponding alarm mail;
d) Stop strategy.
Define another exception handling method, called operation 2, as follows:
Operation name: Operation 2
Operation introduction: Stop placing LTC/BTC orders, complete LTC/CNY and BTC/CNY hedging, and send an alarm.
Operating procedures:
a) The first step: Stop placing orders on the LTC/BTC disk, and cancel the incomplete orders on the disk;
b) Step 2: For LTC/CNY and BTC/CNY orders that are not fully filled, poll and wait. After the timeout, cancel the unfilled part, and use the market order to make up the order to ensure complete hedging;
c) The third step: send out the corresponding alarm mail
Define a few more parameters as follows: (Note: The total amount of all assets below includes the available part and the frozen part, including the LTC/BTC market, LTC/CNY market, and BTC/CNY market)
CNY net position = current total CNY-initial total CNY
BTC net position = current total BTC – initial total BTC
LTC net position = current total LTC-initial total LTC
The strategy's profit and loss calculation formula = (current total amount of CNY-initial total amount of CNY) + (current total amount of BTC-initial total amount of BTC) * current BTC/CNY price + (current total amount of LTC-initial total amount of LTC) * current LTC /CNY price
CNY position skewness = ABS (CNY in the BTC/CNY market-CNY in the LTC/CNY market)/(CNY in the BTC/CNY market + CNY in the LTC/CNY market), because the LTC and BTC markets share a unified CNY, so this strategy does not currently have the problem of CNY position skewness.
BTC position skewness = ABS (BTC in the BTC/CNY market-BTC in the LTC/BTC market)/(BTC in the BTC/CNY market + BTC in the LTC/BTC market)
LTC position skewness = ABS (LTC in the LTC/CNY market-LTC in the LTC/BTC market)/(LTC in the LTC/CNY market + LTC in the LTC/BTC market)
The indicators and corresponding processes that need to be monitored are as follows:
1. Current profit and loss monitoring: If the strategy loss exceeds a certain amount, perform "Operation 1", then investigate the reason for the loss, and then manually restart the strategy after it is clear.
2. Net position monitoring
a) CNY net position monitoring: If the absolute value of CNY net position exceeds a certain limit, perform "operation 1", then investigate the reason for the net position, and then manually restart the strategy after clarification.
b) BTC net position: If the absolute value of the BTC net position exceeds a certain limit, perform "operation 1", then investigate the reason for the net position, and manually restart the strategy after clarification.
c) LTC net position: If the absolute value of the LTC net position exceeds a certain limit, perform "Operation 1", then investigate the reason for the net position, and then manually restart the strategy after it is clear.
3. Position skewness monitoring
a) Monitoring of CNY position skewness: Because the LTC and BTC markets share a unified CNY, this strategy does not have this problem;
b) BTC position skewness monitoring: If the BTC position skewness exceeds a certain range, perform "Operation 1" and then manually adjust the position to make the position skewness 0, and then manually restart the strategy;
c) LTC position skewness monitoring: If the LTC position skewness exceeds a certain range, perform "Operation 1", and then manually adjust the position so that the position skewness is 0, and then manually restart the strategy.
4. Monitoring the quantity of unfilled hedging orders: If the number of unfilled hedging orders (the sum of the number of unfilled orders in the LTC/CNY market + the number of unfilled orders in the BTC/CNY market) exceeds a certain amount, perform "operation 2" ".
Four, issues that need attention1. The order in the LTC/BTC market is the starting point of the entire arbitrage cycle, and the order in the LTC/BTC market must be hedged in the LTC/CNY and BTC/CNY markets at the same time. For hedging orders in the LTC/CNY and BTC/CNY markets, first try to place a limit order, then gradually modify the price to the price that can be traded if it is not traded, and if there is still untraded part after multiple attempts (timeout), use the market price Single replenishment order guarantees complete hedging.
2. In the entire arbitrage process, in order to simplify the price conversion calculation, the depth of the BTC/CNY market is not considered. Therefore, when estimating the BTC/CNY hedging cost (btc_cny_slippage), it needs to be adjusted in accordance with the depth of the recent BTC/CNY market. . If the BTC/CNY market is too thin, it is recommended to set a relatively large hedging cost (btc_cny_slippage).
3. All the buy-sell-prices in this article refer to the prices after the deep merger of the handicap. The rules for the deep merger of handicap are:
a) The LTC/BTC market is merged at a price of 0.0001 (that is, a price range is 0.0001 for Bitcoin, which is about 2 yuan). Buy orders are merged downwards, and sell orders are merged upwards. The data is as follows:
Depth before merging:
(Asks)
0.010413 12
0.010412 20
0.010312 33
0.010112 13
(Bids)
0.010109 45
0.009812 22
0.009812 10
0.009712 2
0.009612 30
Depth after merging:
(Asks)
0.0105 32
0.0104 33
0.0102 13
(Bids)
0.0101 45
0.0098 32
0.0097 2
0.0096 30
Therefore, the price and quantity of buy-sell-one in this strategy already include the depth of several files before the merger. Such consolidation rules ensure that we are conservative when calculating arbitrage opportunities.
The above is the whole process of triangular arbitrage when there is a cost.
What features you consider more when you choose an university laptop for project? Performance, portability, screen quality, rich slots with rj45, large battery, or others? There are many options on laptop for university students according application scenarios. If prefer 14inch 11th with rj45, you can take this recommended laptop for university. If like bigger screen, can take 15.6 inch 10th or 11th laptop for uni; if performance focused, jus choose 16.1 inch gtx 1650 4gb graphic laptop,etc. Of course, 15.6 inch good laptops for university students with 4th or 6th is also wonderful choice if only need for course works or entertainments.
There are many options if you do university laptop deals, just share parameters levels and price levels prefer, then will send matched details with price for you.
Other Education Laptop also available, from elementary 14 inch or 10.1 inch celeron laptop to 4gb gtx graphic laptop. You can just call us and share basic configuration interest, then right details provided immediately.
University Laptop,Laptop For University Students,University Laptop Deals,Recommended Laptop For University,Laptop For Uni
Henan Shuyi Electronics Co., Ltd. , https://www.sycustomelectronics.com