|
1 | 1 | # Delta-Neutral Entry/Exit Model
|
2 | 2 |
|
3 |
| -This document describes a simple entry/exit model for delta-neutral trading strategies. It provides guidance on when to enter or exit positions based on price impact, funding rates, and borrowing costs. |
| 3 | +This document describes a simple entry/exit model for delta-neutral trading strategies. It provides guidance on when to enter or exit positions based on price execution, funding rates, borrowing costs, supply rates. |
4 | 4 |
|
5 | 5 | ## Key Concepts
|
6 | 6 |
|
7 | 7 | - **Price PnL**: The price difference between the spot and perpetual (perp) markets.
|
8 | 8 | - **Long Position**: Short perp - Long spot (positive when shorts are higher).
|
9 |
| - - **Short Position**: Spot - Perp (positive when spot is higher). |
| 9 | + - **Short Position**: Short spot - long Perp (positive when spot is higher). |
10 | 10 |
|
11 | 11 | - **Net yield**: The net cost or yield after considering all funding rates and borrow/supply rates.
|
12 |
| -- **`K`** A constant that controls the sensitivity of the entry/exit model. The higher the value of `K`, |
| 12 | +- **`K`** A constant that controls the sensitivity of the entry/exit model. The higher the value of `K`, the less sensitive the model is to price pnl. A higher `K` means that the . |
13 | 13 |
|
14 | 14 | ## Entry and Exit Criteria
|
15 | 15 |
|
@@ -63,11 +63,14 @@ In the following chart we can see how the model works. Everything above the line
|
63 | 63 |
|
64 | 64 | Everything below the trend line when the yield rate is below 0 is a signal to short.
|
65 | 65 |
|
66 |
| -Note : there might be a better model to have the long and short side independent configurations, with a base that is not 0 |
67 | 66 |
|
68 | 67 | 
|
69 | 68 |
|
| 69 | +Possible alternative model could have a base that is not 0, and have individual distinct models for long and short. |
70 | 70 |
|
| 71 | +Again, for longs everything below the line is a signal to long. For the short size, everything above the line is a signal to short. |
| 72 | + |
| 73 | +  |
71 | 74 |
|
72 | 75 | ## Usage Notes
|
73 | 76 |
|
|
0 commit comments