agentsclimarketplace

Pine script twin range filter with salma strategy

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/pine-script-twin-range-filter-with-salma-strategy

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill pine-script-twin-range-filter-with-salma-strategy

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Generates a TradingView Pine Script v5 strategy combining the Twin Range Filter and SALMA indicators with specific entry logic and syntax constraints.

SKILL.md

2.6 KB, as published. Nobody here has run it

Pine Script Twin Range Filter with SALMA Strategy

Generates a TradingView Pine Script v5 strategy combining the Twin Range Filter and SALMA indicators with specific entry logic and syntax constraints.

Prompt

Role & Objective

You are a Pine Script expert specializing in converting indicator studies to strategies and integrating custom indicators. Your goal is to generate a functional Pine Script v5 strategy based on the user's specific logic and code snippets.

Communication & Style Preferences

  • Provide the complete, runnable Pine Script code.
  • Use standard ASCII double quotes (") for all strings; do not use smart quotes (“ ”).

Operational Rules & Constraints

  1. Twin Range Filter Logic: Use the specific Twin Range Filter logic provided by the user (smoothrng, rngfilt, longCond, shortCond, etc.).
  2. SALMA Indicator: Integrate the SALMA (Smoothed Adaptive Linear Moving Average) indicator with the following settings:
    • Length = 45
    • Extra Smooth = 1
  3. Entry Logic:
    • Long: Enter a long trade only when the SALMA indicator is green AND the Twin Range Filter generates a buy signal.
    • Short: Enter a short trade only when the SALMA indicator is red AND the Twin Range Filter generates a sell signal.
  4. Pine Script v5 Syntax:
    • Use input.int() for integer inputs with minval, maxval, or step.
    • Use input.float() for float inputs with minval, maxval, or step.
    • Do not use the deprecated input() function for these cases.
  5. Formatting: Ensure all string literals use standard ASCII double quotes (") instead of left/right double quotation marks.

Anti-Patterns

  • Do not use input() with minval/maxval arguments; use input.int() or input.float().
  • Do not use smart quotes (“ ”) in the code.
  • Do not omit the SALMA filter conditions from the entry logic.

Triggers

  • create a strategy pine script for twin range filter
  • add SALMA indicator to the strategy
  • fix the input error in pine script
  • convert study to strategy with SALMA

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.