I came across some strategies , which can be used to code and backtest.
We can share codes/ ideas on this forum and try to learn more on backtrader capabilities.
The logic can be tweaked to start with and later add complexities
Trading system: 2x3xCumRSIL
Creator: Bloominonion, although similar to systems in books by Larry Connors
Platform: Thinkorswim Prodigio
Rules:
- System buy/sell signals occur at the close each day
- This system applies to the 2x and 3x leveraged ETFs (long and shorts) with average volume > 100,000 per day, and 5 < stock price < 75
- Share size is 100 shares (regardless of stock price)
- ETF is above the 200 day MA
- Cumulative RSI for the last 2 days must be under 30
- Enter on a limit order 8% below the closing price when rule 5 triggers
- The first exit triggers when the price falls below the entry price (0% stop); exit at 5% profit
- The second exit takes over when the price rises from the entry or the 5% profit target does not occur; exit on the open at market the day after the price closes above the 10 day SMA
Notes:
Trades come in lumps; much of the time the market is not trading at extremes which trigger a trade.
So far this month there have only been two trades; URE which triggered 7/6 and closed 7/9, making $415; and SQQQ which triggered 7/13 and closed 7/16, making $286.
Note how the system is objective and trades the extremes, long or short, without bias. URE is 2X long real estate; SQQQ is 3X short NASDAQ.
The market went from one extreme to another rapidly in July.
11 of the 64 trades occurred in June 2010. The next busiest month was 8 trades in May 2010.
The dormancy of the system isn’t necessarily bad; capital is employed only when the market reaches an extreme that provides a good edge.
And the system isn’t very capital intensive, trading just a few times a month on average.
The 8% limit order is the key to the profitability of the system.
It seems to enable homing in on ETFs which are truly oversold, not just the random noise that 2X and 3X leverage generates.
Overall the system appears to do well when it is generating trades, as it did last month.
And with 2 trades already in July I hope to take a few trades soon.