scalping

Create intraday trading strategies using RSI and volume thrust entries.

226|9|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Superior-Trade/superior-skills --skill scalping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scalping
Source: https://github.com/Superior-Trade/superior-skills/tree/main/skills/scalping
Command: npx skills add https://github.com/Superior-Trade/superior-skills --skill scalping

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a template for creating high-turnover intraday trading strategies, addressing the need for rapid trading execution and momentum-based entry points.

Core Features & Use Cases

  • Intraday Trading Strategy: Designed for high-frequency trading on assets like cryptocurrencies.
  • Momentum Entry Points: Utilizes RSI and volume thrust to identify potential entry points.
  • Time-based Exit: Implements a time stop to manage trade duration.
  • Use Case: Traders can use this template to build their own strategies that aim to capitalize on short-term market movements.

Quick Start

To apply the scalping strategy, use the following command: deploy scalping --pair SOL/USDC:USDC --stake 100 --timeframe 5m.

Frequently Asked Questions about scalping

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a high-frequency intraday trading strategy for cryptocurrency?

To build a high-frequency intraday trading strategy, use a template that identifies momentum entries via RSI and volume thrust. This approach focuses on rapid execution for short-term market movements on assets like cryptocurrencies.

What is the best way to configure a scalping strategy for rapid cryptocurrency turnover?

The best way to configure a scalping strategy is by setting trading parameters and environment variables for execution. You can deploy it by specifying the trading pair, stake amount, and timeframe in the command line.

How does an RSI and volume thrust momentum entry work for intraday trading?

An RSI and volume thrust momentum entry works by identifying rapid price movements using the RSI indicator alongside sudden volume spikes. This combination signals potential short-term entry points for high-turnover intraday trades.

Does this intraday momentum strategy include an automatic time-based exit?

Yes, this intraday momentum strategy includes an automatic time-based exit. It implements a time stop to manage trade duration, ensuring positions are closed after a configured period to limit exposure.

Can I use this momentum strategy template for 5-minute timeframe cryptocurrency trading?

Yes, you can use this momentum strategy template for 5-minute timeframe cryptocurrency trading. The template supports configuration of specific timeframes, such as deploying with a 5m parameter for high-frequency execution.

What are the limitations of using a time-based exit in a high-frequency trading strategy?

A limitation of using a time-based exit in a high-frequency trading strategy is that it closes trades based on duration rather than market conditions. This may exit positions prematurely during strong momentum or hold them too long during reversals.