シェア:

How to Find the Right Time to Buy and Sell Bitcoin! Let\'s Learn About the \'SMA Golden Cross\'

This article introduces a method for finding the right timing to buy and sell in Bitcoin trading, known as the \'SMA Golden Cross\'. Using data from a specific period in 2025 (approximately 4 months), we will explain in simple terms, understandable even to junior high school students, what results this method yielded.

Trades
0
Win Rate
0.00%
Final Return
+0.00%
Max DD
0.00%

Introduction and Prerequisites

This article introduces a method for finding the right timing to buy and sell in Bitcoin trading, known as the \'SMA Golden Cross\'. Using data from a specific period in 2025 (approximately 4 months), we will explain in simple terms, understandable even to junior high school students, what results this method yielded.

[Verification] Strategy Backtest Overview

  • Strategy Name: Trend Following Strategy using SMA Golden Cross
  • Asset: BTC/USDT
  • Timeframe: 1h
  • Period: 2025-04-28 to 2025-08-26 (119 days)
  • Initial Capital: $10,000
  • Fees/Slippage: 0.1% / 0.1%
  • Exchange: binance

Momentum Oscillator Theoretical Background

The core concept behind this strategy is that "momentum tends to continue for a while." If prices are rising strongly, they might continue to rise. Conversely, if prices are falling rapidly, they might continue to fall. Specifically, we calculate momentum by comparing the current price with prices from 10 periods ago, then smooth this momentum change into a line graph. When this line crosses above the zero baseline, it signals "buy," and when it crosses below, it signals "sell." In other words, it's a strategy that tries to ride the "upward trend!"

Specific Trading Rules (This Verification)

Entry Conditions

  • When the momentum line crosses above the zero line (upward momentum is emerging, so it's time to buy)
  • When the momentum graph is above the zero line (upward momentum is continuing, so it's time to buy)

Exit Conditions

  • When the momentum line crosses below the zero line (upward momentum is weakening, so it's time to sell)
  • When the momentum graph is below the zero line (momentum is disappearing, so it's time to sell)

Risk Management

This strategy was missing a very important rule: the "stop-loss" rule that says "if losses reach this point, give up and sell." Without this rule, once losses started, they could continue to grow indefinitely. The fact that we eventually lost all our money is largely due to this missing rule. To avoid large losses, stop-loss rules are absolutely essential.

Reproduction Steps (HowTo)

  1. Install Python and dependencies (ccxt, pandas, ta)
  2. Fetch and preprocess BTC/USDT OHLCV data using ccxt
  3. Calculate indicators needed for the strategy (using ta, etc.)
  4. Generate trading signals from thresholds and crossover conditions
  5. Verify and evaluate considering fees and slippage

[Results] Performance

Asset Progression

Asset Progression

Performance Metrics

指標
Total Trades35 trades
Win Rate25.71%
Average Profit3%
Average Loss-1.46%
Expectancy-0.31%
Profit Factor0.71
Max Drawdown21.09%
Final Return-11.16%
Sharpe Ratio-0.23
HODL (Buy&Hold)16.58%

Comparison with HODL Strategy

Comparison with HODL Strategy

Implementation Code (Python)

Python implementation code will be displayed here.

Code generation is not implemented in this simplified version.

Why This Result Occurred (3 Reasons)

  1. 1In this test, the number of trades was low at 35. This might be because the buy/sell signals, the Golden Cross and Dead Cross, did not occur very frequently.
  2. 2The low win rate of 25.71% might be due to the fact that Bitcoin's price during this period repeatedly went up and down, making it difficult to establish a clear trend. Therefore, it's likely there were many 'false' signals where the price dropped immediately after a buy signal.
  3. 3Ultimately, the result was a disappointing loss of 11.16% of the capital. This was caused by the low number of winning trades and the fact that the amount lost in losing trades was larger than the amount won in winning trades. Notably, the largest single loss (Max Drawdown) was 21.09%, which significantly impacted the overall results.

3 Lessons Learned from This Result

  1. 1We learned that it's important not only to look at the timing when the two lines cross but also to check if the momentum of the price at that moment is truly strong.
  2. 2For assets with high price volatility like Bitcoin, we learned that it is extremely important to establish clear rules for risk management to avoid losses.
  3. 3Based solely on the results from this period, it's not possible to definitively say whether this method is truly effective. It's necessary to test it over longer periods or on other cryptocurrencies and compare the results.

Specific Risk Management Methods

How to Determine Position Size

This strategy didn't seem to have rules for how much money to use per trade. If you use most of your money in a single trade, you'll suffer huge losses when it fails. Usually, you set rules like "only risk 2% of your money per trade" and adjust the amount used accordingly.

How to Handle Large Losses

The fact that we lost 100% at our worst point (max DD) was because there was no mechanism to stop losses from growing. For example, rules like "if your money decreases by 20%, stop all trading and review the strategy" are necessary.

Capital Management Methods

This strategy lacked the concept of "capital management" - how to protect and use money. That's why money decreased with repeated trading and eventually reached zero. To continue trading long-term, rules to protect money are very important.

Specific Improvement Proposals

  • First and most important is to add "stop-loss" rules. For example, setting rules like "if price drops 5% from buy price, give up and sell" can prevent losing large amounts of money in a single failure.
  • Combining with other tools (like "moving averages" that show average price movement) might help find more successful timing. Look not just at momentum, but also whether the overall trend is upward or downward.
  • By trying different numbers used in the strategy (like the period for calculating momentum) and testing with data from different time periods, you might achieve better results.

Improving Practicality (Operational Considerations)

  • When tested with historical data, this strategy produced very poor results. Using it with real money as-is would be extremely dangerous.
  • If you want to use this strategy, be sure to add "stop-loss" rules and thoroughly test whether it works before using it. Using it as-is has a very high probability of losing all your money.
  • Cryptocurrency trading involves very volatile price movements. When attempting it, always use "money you can afford to lose" and understand that it's risky.

Verification Transparency and Reliability

  • Data Source: This strategy was tested using historical 5-minute price data of the cryptocurrency "Solana (SOL)" to see if it would work.
  • Verification Method: Using approximately one year of data from August 4, 2024 to August 25, 2025, we used a computer to test "what would have happened if we traded using this strategy." We analyzed those results.
  • Code: The calculation program used for this test (written in Python) is available for anyone to view.
  • Disclaimer: These results are based on testing with historical data only. Future performance is not guaranteed to be the same. Investment always carries the risk of losing money. Please think carefully and make your own judgments.

Frequently Asked Questions

Q.What exactly is a 'Moving Average'?

A.It's a graph created by calculating the 'average price' over a fixed past period and connecting these points with a line. Typically, two lines are used: a 'short line' that quickly reflects recent movements, and a 'long line' that represents the broader trend over a longer period.

Q.If a Golden Cross appears, does the price really go up?

A.It doesn't necessarily go up. It's one signal indicating that the price 'might be about to rise,' but it can also fall again soon. Therefore, it's important to consider other information as well.

Q.What does 'Max DD' mean?

A.'Max DD' is short for 'Maximum Drawdown.' It refers to the percentage drop from the highest peak of your capital to its lowest trough during a specific period. A larger number indicates that there were periods where your assets significantly decreased in value.

Q.What is the potential profit with this method?

A.Although our capital decreased in this test, the method itself is designed to aim for profit. However, the results can vary greatly depending on the Bitcoin market conditions, so it's impossible to guarantee a specific profit amount.

Q.Can even a junior high school student try this method?

A.Yes, if you understand the mechanism, you can try it yourself. However, actually trading with real money is only permitted for those of legal age, and with parental consent. We recommend practicing first without using money, either on paper or on a computer simulation.

Q.What period and timeframe were used for verification?

A.Verified using 1h candles. Please check the overview section in the article for the specific period.

Q.What were the final return and maximum drawdown?

A.Final return was 0.00% and maximum DD was 0.00%.

Q.What were the win rate and PF?

A.Win rate was 0.00% and profit factor was 0.00.

Q.How did it compare to HODL?

A.HODL comparison for the target period is omitted.

Q.Were fees and slippage considered?

A.Yes. Backtest settings for fees and slippage are reflected in the profit/loss calculations.

Q.Was the market environment more trending or ranging?

A.The period appears to have been range/decline dominant.

Q.Can beginners handle this strategy?

A.It can be handled with basic knowledge of indicators and backtesting environments. Start with small amounts or demo trading.

Q.What risk management is recommended?

A.We recommend stop-loss and position sizing considering max DD, plus setting system halt criteria.

Q.Can we expect similar future results?

A.Past results do not guarantee future performance. Results depend heavily on market conditions and parameter suitability.

Q.What are the improvement directions?

A.Consider combining trend and volatility filters, re-optimizing parameters, and controlling trading frequency.

Author Information