Type/to search

Simple Holder Strategy

Common strategy
Created: 2024-01-08 17:05:10
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

The Simple Holder strategy is a strategy that periodically buys cryptocurrencies and holds them to achieve asset appreciation. The strategy mainly includes three parts: periodic buying signals, holding signals and exit signals.

Strategy Principle

The basic logic of the strategy is:

  1. Send a buy signal at start to make the first purchase.

  2. Send a buy signal every certain number of candles to purchase more base currency using the quote currency.

  3. When candle count reaches preset value, send exit order to close position.

  4. When exit time is reached, send exit signal to stop strategy and close all positions.

Through repetitive buying and holding of cryptocurrencies, the effects of cost averaging and continuous increasing of positions can be achieved.

Advantage Analysis

The advantages of this strategy are:

  1. Can periodically buy cryptocurrencies to reduce timing risk of purchases.

  2. Can reduce average holding cost of cryptocurrencies through repetitive buying.

  3. Can obtain growth profit of portfolio through continuously increasing positions.

  4. Customizable purchase and exit timing enables automation.

  5. Simple to operate and easy to master.

Risk Analysis

Risks of this strategy include:

  1. Systematic risk of cryptocurrency market with potentially huge price swings.

  2. Inappropriate exit timing may fail to timely stop loss.

  3. Inadequate capital management may also lead to failure in bearing losses.

Optimization Suggestions

The following aspects of the strategy can be optimized:

  1. Dynamically adjust buying amount and intervals according to market conditions.

  2. Add stop loss signals to close positions when price falls below support level.

  3. Incorporate more factors to determine the optimal entry and exit timing.

Summary

The Simple Holder strategy achieves the effect of cost averaging and portfolio growth through periodic buying and holding of cryptocurrencies. It is a relatively simple quantitative strategy once the usage is mastered. Incorporating further optimizations can enhance the strategy's intelligence and adaptability to changing market environments.

Source
Pine
/*backtest
start: 2023-01-01 00:00:00
end: 2024-01-07 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Merdoc390

//@version=5
Strategy parameters
Strategy parameters
Trade Range
Close at Candle Count:
Start Date/Time
End Date/Time
3Commas
Message to start bot and deal
Message for deal add funds signal in the quote currency
Message to cancel the deal
Message to cancel all bot deals and stop the bot
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)