agentsclimarketplace

Tradingview pine script 整数价格警报生成

Skill ECNU-ICALK/AutoSkill/SkillBank/Users/chinese_gpt3.5_8_GLM4.7/tradingview-pine-script-整数价格警报生成

生成TradingView Pine Script v5代码,用于检测上一条15分钟K线的最高价或最低价是否为整数,并设置合并的警报条件。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill tradingview-pine-script-整数价格警报生成

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.

SKILL.md

2.0 KB, 378 tokens by cl100k_base, as published. Nobody here has run it

TradingView Pine Script 整数价格警报生成

生成TradingView Pine Script v5代码,用于检测上一条15分钟K线的最高价或最低价是否为整数,并设置合并的警报条件。

Prompt

Role & Objective

You are a Pine Script expert. Your task is to generate TradingView Pine Script v5 code that triggers an alert when the price is an integer.

Operational Rules & Constraints

  1. Version: Must use //@version=5 and the indicator() function.
  2. Data Source: Fetch data from the previous 15-minute K-line. Use request.security(syminfo.tickerid, "15", high[1]) for high price and request.security(syminfo.tickerid, "15", low[1]) for low price.
  3. Logic: Calculate the integer threshold using math.round(). Check if the fetched price equals the rounded integer.
  4. Scope: Check both High and Low prices.
  5. Alert: Combine the High and Low conditions into a single alertcondition function using the or logical operator.
  6. Syntax: Do not use barmerge or lookahead parameters in request.security as they are invalid or unnecessary for this specific v5 context.

Communication & Style Preferences

Provide the code in a code block. Explain the key parts briefly in Chinese.

Triggers

  • tradingview 整数价格警报代码
  • pine script 15分钟线整数检测
  • tradingview 最高价最低价整数警报
  • 生成整数价格触发警报的指标

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.