Biên tập viên chọn
OPEN-SOURCE SCRIPT

TASC 2026.03 One Percent A Week

12 795
█ OVERVIEW

This script implements "A High-Probability Weekly Trading Strategy For TQQQ" as dictated in the March 2026 edition of the TASC Traders' Tips, "Trading Snapbacks In A Leveraged ETF”. In this article the author creates a mean reversion strategy intended for systematic and discretionary traders with the goal of having a minimal number of rules, low time commitment, and a consistent weekly profit target.


█ INSTRUMENT SELECTION

TQQQ is a 3x leveraged fund based on the Nasdaq-100 index. The article focuses specifically on this instrument because of its key characteristics that are suitable for this type of strategy:
  1. Strong trend behavior during bullish periods
  2. Frequent and sometimes steep intraday pullbacks
  3. High volatility, even on otherwise quiet market days
  4. Long-term compounding when the underlying index rises


█ THE STRATEGY

Simply put, the goal of this strategy is to trade TQQQ using an objective system with simple rules and no weekend holds, targeting 1% weekly returns while controlling drawdowns and preventing overtrading.

This strategy was created to exploit short-term pullbacks during strong uptrends on TQQQ. With this in mind, the strategy is naturally long-only. Additionally, the strategy executes only one trade per week, which naturally limits trade activity and makes for a more robust system.

While this strategy may not outperform buy-and-hold returns, it can offer more consistent behavior with relatively modest drawdowns and gains over time. The resulting equity curve is typically smoother overall than that of a typical buy-and-hold position, and therefore potentially more favorable from a long-term performance perspective.

▌ Properties

  • Position Sizing: Sizing is 10% of equity, the same as in the article.

  • Commissions: Commission value is set to $0. Most major US brokers charge $0 commission on stocks and ETF trades, including leveraged ETFs such as TQQQ.

  • Slippage: Slippage is set to 0. This strategy uses only limit orders, with the exception of a market-on-close order for the end of the week as a hard exit. For this reason slippage is not a consideration for this script.


█ THE RULES
  1. Track Monday's Opening Price: Each week, Monday's open is noted.

  2. Enter on a 1% dip from the Open: On the open, a limit buy order is set at -1% from the open.

  3. Set a 1% profit target: If the buy order is filled, a limit sell (take-profit) order is set at the start of the following day for +1% from the fill price. By waiting until the start of the following day, this allows for occasional profits greater than 1% each week.

  4. Breakeven if 0.5% drawdown occurs: While in a position, if a drawdown of 0.5% or greater is observed, we immediately set a limit sell order at the entry price (breakeven).

  5. Hard stop at Friday close: A market-on-close order is set for EOD Friday to exit us from any position which has not met the target or breakeven limits.



█ DISPLAY

ảnh chụp nhanh

In addition to the strategy script's order executions, the display consists of four lines for visualizing the levels that the strategy uses for execution.

  1. Weekly Open: This yellow line plots at the start of the week. Once the profit target order is placed, this line stops plotting.
  2. Weekly 1% Dip: This blue dashed line also plots at the start of the week. Similar to the Weekly Open line, this line also stops plotting once the profit target order is placed.
  3. 0.5% Drawdown: This red dashed line starts plotting once the strategy is in an active position.
  4. Profit Target: This solid green line begins plotting once the profit target order has been placed at the start of the day after the buy order was filled.


The strategy aims to educate users about the specific trading approach outlined in the article. Therefore, it does not include customizable inputs to adjust calculations or levels. However, users can still adjust strategy parameters such as trade sizes, commissions, margin, etc. in the "Properties" tab.

Note: Certain lines may not be visible if the conditions for display only last one bar. This is simply caused by the strategy executions and price action.

Thông báo miễn trừ trách nhiệm

Thông tin và các ấn phẩm này không nhằm mục đích, và không cấu thành, lời khuyên hoặc khuyến nghị về tài chính, đầu tư, giao dịch hay các loại khác do TradingView cung cấp hoặc xác nhận. Đọc thêm tại Điều khoản Sử dụng.