Type/to search

Asian Session High Low Breakout Strategy

Cryptocurrency
Created: 2024-03-29 17:12:49
Last modified: 2 years ago
1
Follow
1781
Followers

img

Overview

The main idea of this strategy is to use the high and low points of the Asian session as breakout points. Within a few hours after the European and American markets open, if the price breaks above the Asian session high, it goes long; if it breaks below the Asian session low, it goes short. Stop loss and take profit are set to control risk. The strategy only opens one trade per day, with a maximum of 100,000 simultaneous positions.

Strategy Principle

  1. Determine the trading time of the Asian session. Users can customize the start and end times.
  2. During the Asian session, record the highest and lowest prices of the day.
  3. At a certain time (user-defined offset hours) after the European and American markets open, if the price breaks above the Asian session high, go long; if it breaks below the Asian session low, go short.
  4. Set stop loss and take profit. The number of points for stop loss and take profit can be customized.
  5. Only open one new trade per day, with a maximum of 100,000 simultaneous positions.
  6. If a position has already been opened for the day, no new trades will be opened.

Advantage Analysis

  1. By using the relatively calm characteristics of the Asian session and using the high and low points of the Asian session as breakout points, it can better capture the trend opportunities of the European and American sessions.
  2. Setting stop loss and take profit can effectively control risk, letting profitable trades run and quickly stopping losses on unprofitable trades.
  3. Limiting to only one trade per day and a maximum number of simultaneous positions can avoid overtrading and excessive use of funds.
  4. Users can flexibly set parameters such as Asian session time and offset hours according to their own needs.

Risk Analysis

  1. The high and low points of the Asian session may not be the true high and low points of the day. It is possible that after the European and American markets break through, they quickly retrace, causing losses.
  2. Fixed-point stop loss and take profit may not be able to cope with large fluctuations in the market. Sometimes the stop loss may be too early, and sometimes the take profit may be too early.
  3. In situations where the trend is not obvious or the market volatility is high, the strategy may experience frequent opening and stopping losses.

Optimization Direction

  1. Consider dynamically adjusting the number of points for stop loss and take profit based on volatility indicators such as ATR to adapt to different market conditions.
  2. Add some trend judgment indicators, such as MA, and only go long when the big trend is up and go short when it is down to improve the success rate.
  3. Consider setting different parameters for different time periods, such as using smaller stop loss and take profit at the beginning of the European and American trading sessions, and increasing stop loss and take profit when the trend is obvious.

Summary

This strategy uses the high and low points of the Asian session as breakout points for trading and is suitable for use on varieties with obvious trends in the European and American markets. However, fixed-point stop loss and take profit and standard breakout entry methods also have some limitations. By introducing some dynamic and trend-based indicators, the strategy can be optimized to obtain better results.

Source
Pine
/*backtest
start: 2024-02-27 00:00:00
end: 2024-03-28 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4
strategy("Asia Session", overlay=true)

var hourSessionStart = input(19, "Asia session start hour", minval=0, maxval=23)
Strategy parameters
Strategy parameters
Asia session start hour
Asia session end hour
Offset hours after Asia session end
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)