INVITE-ONLY SCRIPT

Dollar cost averaging trading system (DCA)

アップデート済
As investors, we often face the dilemma of willing high stock prices when we sell, but not when we buy. There are times when this dilemma causes investors to wait for a dip in prices, thereby potentially missing out on a continual rise. This is how investors get lured away from the markets and become tangled in the slippery slope of market timing, which is not advisable to a long-term investment strategy.

Skyrex developed a complex trading system based on dollar-cost averaging in Quick Fingers Luc's interpretation. It is a combinations of strategies which allows to systematically accumulate assets by investing scaled amounts of money at defined market cycle global support levels. Dollar-cost averaging can reduce the overall impact of price volatility and lower the average cost per asset thus even during market slumps only a small bounce is required to reach take profit.

The strategy script monitors a chart price action and identifies bases as they form. When bases are reached the script provides entry actions. During price action development an asset value can go lower and in this way the script will perform safety entries at each subsequent accumulation levels. When weighted average entry price reaches target profit the script will perform a take profit action.

Bases are identified as pivot lows in a fractal pattern and validated by an adjustable decrease/rise percentage to ensure significancy of identified bases. To qualify a pivot low, the indicator will perform the following validation:
  • Validate the price rate of change on drops and bounces is above a given threshold amount.
  • Validate the volume at the low pivot point is above the volume moving average (using a given length).
  • Validate the volume amount is a given factor of magnitude above is above the volume moving average.
  • Validate the potential new base is not too close to the previous range by using a given price percent difference threshold amount.

A fractal pattern is a recurring pattern on a price chart that can predict reversals among larger, more chaotic price movements.
These basic fractals are composed of five or more bars. The rules for identifying fractals are as follows:
  • A bearish turning point occurs when there is a pattern with the highest high in the middle and two lower highs on each side.
  • A bullish turning point occurs when there is a pattern with the lowest low in the middle and two higher lows on each side.

Basic dollar-cost averaging approach is enhances by implementation of adjustable accumulation levels in order to provide opportunity of setting them at defined global support levels and Martingale volume coefficient to increase averaging effect. According to Quick Fingers Luc's principles trading principles we added volume validation of a base because it allows to confirm that the market is resistant to further price decrease.

The strategy supports traditional and cryptocurrency spot, futures, options and marginal trading exchanges. It works accurately with BTC, USD, USDT, ETH and BNB quote currencies. Best to use with 1H timeframe charts and limit orders. The strategy can be and should be configured for each particular asset according to its global support and resistance levels and price action cycles. You can modify levels and risk management settings to receive better performance

Advantages of this script:
  • Strategy has high net profit of 255% at backtests
  • Backtests show high accuracy around 75%
  • Low Drawdowns of around 14% at backtests
  • Strategy is sustainable to market slumps and can be used for long-term trading
  • The strategy provides a large number of entries which is good for diversification
  • Can be applied to any market and quote currency
  • Easy to configure user interface settings

    How to use?
    1. Apply strategy to a trading pair your are interested in using 1H timeframe chart
    2. Configure the strategy: change layer values, order size multiple and take profit/stop loss values according to current market cycle stage
    3. Set up a TradingView alert to trigger when strategy conditions are met
    4. Strategy will send alerts when to enter and when to exit positions which can be applied to your portfolio using external trading platforms
    5. Update settings once market conditions are changed using backtests on a monthly period
リリースノート
We're excited to share that we've updated our strategy script on TradingView. This update incorporates a transition from Pine Script 4 to Pine Script 5, enhancing the overall strategy's performance, accuracy, and interpretation speed.

Our strategy script is based on the complex trading system developed by Skyrex, which employs a sophisticated dollar-cost averaging approach, as interpreted by Quick Fingers Luc.

Key Highlights:
  • Dynamic Scaling: This update brings dynamic scaling to enhance the interpretation speed of layers, which increases the script's overall performance.
  • Increased Accuracy: With the update to Pine Script 5, you can anticipate a boost in the strategy's precision.
  • Improved Performance: The transition to Pine Script 5 also improves the script's speed and overall performance.
リリースノート
Summary of the Recent Updates
  1. Upgraded to Pine Script v6
    The original code was previously v5 – compatible. It is now explicitly set to v6 to leverage the latest features and best practices from Pine Script.

  2. Renamed & Consolidated Script
    The script’s internal references and titles were updated to reflect actual naming “Quickfingers Luc (QFL) [Skyrexio]

  3. Optimizations/Improvements
    Below is a comprehensive list of the main optimizations that were made:
    - Removed Local for Loops Around plot() Calls
    Pine Script forbids calling plot() inside local loops. We replaced the loop-based plotting of layers with 9 distinct plot() calls at the top level, ensuring Pine can properly allocate resources for each plot.

    - Eliminated Local for Loops for Dynamic Labeling
    Similarly, references to shapes or labels inside loops were either removed or switched to a top-level approach, or replaced with the allowed methods (label.new() in limited scopes).
    Handled ta.change() in Conditionals

    - Pine’s compiler warns when ta.change() is used directly inside complex logical or ternary expressions, because partial evaluation can lead to inconsistent results. We fixed it by computing ta.change(countOfCrackedLayers) in a single global variable and then reusing that variable inside expressions.

    - Switched Time-Based Offsets to Bar Index
    Where the script was calling label.new(x=someFloatTime, ...), Pine demanded a series int. We replaced all “time-based float offsets” with bar-index offsets (using bar_index + offset), which is a valid integer. This removed the errors about 'x'='statsLabelBarTime' needing a series int.

    - String Concatenation & Alert Messages
    Multi-line string concatenation was standardized. This included transforming single-line JSON strings into multi-line additions using + to keep them neat. It also resolved any stray double-plus issues (+ +).

    - Consistent Indentation & Styling
    We addressed Pine Script’s strict indentation rules, ensuring code blocks in if, for, and multi-line logic for alert_message all match the style requested.
    Extra spaces before closing parentheses and uniform 4-space (or 1-tab) indentation were included to maintain clarity.

    - Better Readability & Maintainability
    The net result of these structural changes is a script that is easier to read, less error-prone, and fully compliant with Pine Script v6 restrictions.
リリースノート
Minor fixes for code readability
botCyclesDCAdollarcostaveragefractalstrategypivotPivot points and levelsPortfolio managementqflquickfingerslucstrategytradingbot

招待専用スクリプト

このスクリプトへのアクセスは作者が許可したユーザーに制限されており、通常はお支払いが必要です。お気に入りに追加することはできますが、許可を申請して作者が許可した後でなければ使用することはできません。 詳細については Skyrexio にお問い合わせいただくか、以下の作者の指示に従ってください。

スクリプトの動作を理解していて作者も100%信頼できるということでなければ、TradingViewとしてはお金を払ってまでスクリプトを利用するのはお勧めしません。そのかわりに、コミュニティスクリプトでオープンソースの優れたスクリプトが無料で見つけられることが多々あります。

作者の指示

If you want to have access to the script you should contact us in personal message or send an email to info@skyrex.io

チャートでこのスクリプトを利用したいですか?

注: アクセス権をリクエストされる前にこちらをご覧ください

Access private PineScript strategies and turn alerts into orders with easy-to-set up bots

Trade smarter:
skyrexio.com

🔥 Win share of 20,000 USDT in Skyrexio x Bybit competition
bit.ly/skyrexiobybit
他のメディア:

免責事項