Type/to search

Oscillator Index Transformation Strategy

Common strategy
Created: 2023-12-22 14:21:28
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

The Oscillator Index Transformation strategy utilizes the crossovers between Bressert's 3-10 oscillator index and its 16-day simple moving average to generate trading signals. It is suitable for intraday and overnight trading.

Strategy Logic

The strategy is based on Bressert's 3-10 oscillator index, which is the difference between 3-day and 10-day exponential moving averages. It goes long when the fast line (3-10 oscillator) crosses above the slow line (16-day SMA), and goes short when the fast line crosses below the slow line.

Specifically, the strategy first calculates the 3-day EMA, 10-day EMA and their difference as the oscillator index. It then calculates the 16-day simple moving average of the oscillator index as the signal line. It goes long when the oscillator index crosses above the signal line and goes short when it crosses below. Reversal trades are allowed.

Advantages Analysis

  1. Uses the classic Bressert oscillator index which is quite effective
  2. Forms clear trading signals with fast and slow line crossovers
  3. Allows reversal trades to adapt to different market regimes
  4. Can be used in both intraday and overnight trading

Risk Analysis

  1. Bressert oscillator performance is unstable with profit/loss fluctuations
  2. Fast and slow line crossovers may generate false signals
  3. Reversal trades have higher risks and should be used cautiously
  4. Requires stop loss for intraday and position sizing for overnight trades

Optimization Directions

  1. Optimize parameters by adjusting moving average periods
  2. Add filters using other indicators or price action
  3. Add stop loss strategy to limit single trade loss size
  4. Optimize capital management to reduce overall drawdown impact

Conclusion

The Oscillator Index Transformation strategy is a short-term trading strategy generating signals from 3-10 oscillator and signal line crossovers. It is simple and practical for both intraday and overnight usage, but has inherent PnL fluctuations and false signals risks. Additional filters, stop loss and position sizing are required to refine the strategy. With proper optimization it can achieve consistent alpha.

Source
Pine
/*backtest
start: 2022-12-15 00:00:00
end: 2023-12-21 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=2
////////////////////////////////////////////////////////////
//  Copyright by HPotter v1.0 27/03/2017
// TradeStation does not allow the user to make a Multi Data Chart with 
Strategy parameters
Strategy parameters
Length1
Length2
Length3
Trade reverse
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)