-
-
Notifications
You must be signed in to change notification settings - Fork 53
Trade idea
Create a grid of increasing volume LIMIT orders and when they perform creation of one take profit order in the opposite direction. Its volume is equal to the sum of the executed grid orders, and the price compensates the fee and provides the specified profit.
What is the chip? After each grid order executed, the price of the take profit order (TP) approaches the price of the grid, which requires less bounce to perform it.
If all grid orders filled, then reverse and start the cycle in another direction. The price overlap set for the reverse cycle grid provides a given profit for the initiating cycle.
For Reverse cycle there are only two possible result depending on the price in the market. In the first case the entire grid executed therefore we close the previous cycle with profit. In second case executing part of the grid orders, and the filling take profit order increase the depo in the second coin. It reduces the necessary price overlap and sooner or later first variant comes true.
The second important property of the reverse cycle is that in the process of work, free funds are accumulated that can be withdrawn. More about it there: Some explanations for operating modes
This allows you to increase the initial deposit using price fluctuations in any trend, and makes this strategy really break even. Unless you trade scam shitcoin.
In the cycle to sell, the profit accumulates in the first currency. In the cycle to buy, the profit accumulates in the second coin.
Fee payments are taken into account when calculating TP.
The optimal pair choice is a stable coin or fiat plus a coin from the top ten.
You can ask any questions about strategy in discussions section. Create issue if you have trouble or suggestions for development.
1. Home
- Trade idea
- Features
- Quick start
- Terminal Tmux (useful tips)
-
How it's work
- Place grid
- Reverse
- Grid only
- Place take profit order
- Restart
- Fee options
- Keeping level of first asset
- Maintaining a supply of BNB in a sub-account to pay fees
- Deposit and withdraw assets on active strategy
- Telegram notification
- Telegram control
- Save data for external analytics
- Consolidated asset valuation
- Asset management
- Recovery after any reason crash, restart etc.
- Back testing and parameters optimization
- For developers