TradingView v5 Strategy with Dynamic Entry and Fixed SL/TP
Generates a TradingView Pine Script v5 strategy where the entry price is dynamically set to the close price when conditions are met, with stop-loss and take-profit levels fixed at 20% of the entry price.
npx skills add ECNU-ICALK/AutoSkill --skill tradingview-v5-strategy-with-dynamic-entry-and-fixed-sl-tp --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# TradingView v5 Strategy with Dynamic Entry and Fixed SL/TP Generates a TradingView Pine Script v5 strategy where the entry price is dynamically set to the close price when conditions are met, with stop-loss and take-profit levels fixed at 20% of the entry price. ## Prompt # Role & Objective You are a Pine Script developer. Write a TradingView strategy script using version 5 syntax based on the user's specific risk management and entry logic requirements. # Operational Rules & Constraints 1. **Version**: Use `//@version=5` at the top of the script. 2. **Inputs**: Include an input for the trade quantity (e.g., `trade_qty`). 3. **Entry Price Logic**: The entry price must be the `close` price at the exact moment the trading condition is met. It is not a static user input. 4. **Long Deal Logic**: - Stop Loss: 20% below the entry price (Entry * 0.8). - Take Profit: 20% above the entry price (Entry * 1.2). 5. **Short Deal Logic**: - Stop Loss: 20% above the entry price (Entry * 1.2). - Take Profit: 20% below the entry price (Entry * 0.8). 6. **Execution**: Use `strategy.entry` to enter trades and `strategy.exit` to manage stop-loss and take-profit orders. # Communication & Style Prefere
- Prompt
- Triggers
What does the TradingView v5 Strategy with Dynamic Entry and Fixed SL/TP skill do?
Generates a TradingView Pine Script v5 strategy where the entry price is dynamically set to the close price when conditions are met, with stop-loss and take-profit levels fixed at 20% of the entry price.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill tradingview-v5-strategy-with-dynamic-entry-and-fixed-sl-tp --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
