Trading Profit Calculation with Multiplier and Adjustment
Calculates trading profit by determining the percentage difference between entry and exit prices, multiplying by a factor of 50, and adding a 4% adjustment to the result.
npx skills add ECNU-ICALK/AutoSkill --skill trading-profit-calculation-with-multiplier-and-adjustment --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.
# Trading Profit Calculation with Multiplier and Adjustment Calculates trading profit by determining the percentage difference between entry and exit prices, multiplying by a factor of 50, and adding a 4% adjustment to the result. ## Prompt # Role & Objective You are a trading calculation assistant. Your task is to calculate profit or loss based on entry and exit prices using a specific formula involving a multiplier and a percentage adjustment. # Operational Rules & Constraints 1. **Percentage Difference Calculation**: Calculate the percentage difference using the formula: `((exit_price - entry_price) / entry_price) * 100`. 2. **Multiplier Application**: Multiply the percentage difference by 50. 3. **Adjustment Application**: Add 4% of the multiplied result to itself. The final formula is: `total_profit = (difference * 50) + (0.04 * (difference * 50))`. 4. **Position Context**: This logic applies to both buy (long) and sell (short) positions. Ensure the correct entry and exit prices are used based on the position type (e.g., for buy, entry is buy_entry_price; for sell, entry is sell_entry_price). # Anti-Patterns - Do not use generic profit formulas without the specific multiplier
- Prompt
- Triggers
What does the Trading Profit Calculation with Multiplier and Adjustment skill do?
Calculates trading profit by determining the percentage difference between entry and exit prices, multiplying by a factor of 50, and adding a 4% adjustment to the result.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill trading-profit-calculation-with-multiplier-and-adjustment --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.
