n8n-nodes-phoenix
This is an n8n community node collection by DenDa.io . It provides a comprehensive set of nodes for technical analysis, trading strategies, RSS feed processing, and chart generation in your n8n workflows.
This collection includes 19 specialized nodes covering technical indicators (55+ indicators), trading strategies, candlestick pattern detection (32+ patterns), derivative market data, content extraction, data processing, chart generation, AI integration, and cryptocurrency exchange integration for financial analysis and automation workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Technical Analysis Summary
This collection provides comprehensive technical analysis capabilities with:
- 55+ Technical Indicators across 4 categories
- 32+ Candlestick Patterns with location detection
- Support & Resistance Detection using multiple methods
- Trading Strategy Generation with BUY/SELL/HOLD signals
- Chart Generation with TradingView integration
Technical Analysis Nodes
Candlestick Pattern Detector
Detects 32+ candlestick patterns including Doji, Hammer, Engulfing, Morning/Evening Star, and more. Provides exact location information (start/end positions) for each detected pattern, pattern strength analysis, and volume confirmation. Essential for identifying market reversals, continuations, and indecision signals.
Momentum Indicators
Calculates 11 different momentum indicators including RSI, Stochastic Oscillator, Williams %R, Awesome Oscillator, Ichimoku Cloud, TRIX, and more. Processes OHLCV data to provide momentum analysis for trading decisions.
Available Indicators:
- Awesome Oscillator (AO)
- Chaikin Oscillator
- Ichimoku Cloud
- Percentage Price Oscillator (PPO)
- Percentage Volume Oscillator (PVO)
- Price Rate of Change (ROC)
- Relative Strength Index (RSI)
- Stochastic Oscillator
- Stochastic RSI
- TRIX
- Williams %R
Trend Indicators
Calculates 22 trend indicators including various moving averages (SMA, EMA, DEMA, TEMA), MACD, Aroon, ADX, and more. Essential for trend analysis and market direction identification.
Available Indicators:
- Absolute Price Oscillator
- Aroon
- Average Directional Index (ADX)
- Balance of Power
- Chande Forecast Oscillator
- Community Channel Index (CCI)
- Double Exponential Moving Average (DEMA)
- Exponential Moving Average (EMA)
- Mass Index
- Moving Average Convergence Divergence (MACD)
- Moving Max/Min/Sum
- Parabolic SAR
- Qstick
- Random Index (KDJ)
- Rolling Moving Average (RMA)
- Simple Moving Average (SMA)
- Since
- Triangular Moving Average (TRIMA)
- Triple Exponential Average (TRIX)
- Triple Exponential Moving Average (TEMA)
- Typical Price
- Volume Weighted Moving Average (VWMA)
- Vortex
Volume Indicators
Provides 10 volume-based indicators including OBV, Money Flow Index, Chaikin Money Flow, and Accumulation Distribution. Analyzes volume patterns to confirm price movements.
Available Indicators:
- Accumulation Distribution (AD)
- Chaikin Money Flow (CMF)
- Ease of Movement (EMV)
- Force Index (FI)
- Money Flow Index (MFI)
- Negative Volume Index (NVI)
- On Balance Volume (OBV)
- Volume Price Trend (VPT)
- Volume Profile (VP)
- Volume Weighted Average Price (VWAP)
Volatility Indicators
Calculates 12 volatility-based indicators for market volatility analysis and risk assessment.
Available Indicators:
- Acceleration Bands (AB)
- Average True Range (ATR)
- Bollinger Bands (BB)
- Bollinger Bands Width (BBW)
- Chandelier Exit (CE)
- Donchian Channel (DC)
- Keltner Channel (KC)
- Moving Standard Deviation (MSTD)
- Projection Oscillator (PO)
- Standard Deviation (SD)
- True Range (TR)
- Ulcer Index (UI)
Support Resistance Detector
Detects support and resistance levels using multiple methods: Pivot Points, Swing Highs/Lows, and Fibonacci Retracement. Critical for identifying key price levels.
Trading Strategy Nodes
Momentum Strategy
Executes 5 momentum-based trading strategies (Awesome Oscillator, Ichimoku Cloud, RSI2, Stochastic, Williams %R) and returns BUY/SELL/HOLD signals with optional performance analysis.
Trend Strategy
Implements trend-following trading strategies based on trend indicators to identify market direction and generate trading signals.
Volatility Strategy
Provides volatility-based trading strategies for markets with varying volatility conditions.
Volume Strategy
Implements volume-based trading strategies using volume indicators to confirm price movements and identify accumulation/distribution patterns.
Data Processing Nodes
Multi RSS Feed Read
Reads data from multiple RSS feeds in parallel using Promise.all() for improved performance. Features error handling, custom headers, random user agents, and SSL options for robust feed processing.
OHLCV Data Fetch
Fetches OHLCV (Open, High, Low, Close, Volume) data from cryptocurrency exchanges using the CCXT library. Supports multiple exchanges including Binance, Bybit, OKX, MEXC, Gate, KuCoin, and Kraken. Provides both spot and futures market data with configurable timeframes and limits.
Readability Content Extractor
A powerful node that extracts clean, readable content from HTML using Mozilla's Readability algorithm. Removes clutter like ads, navigation menus, sidebars, and other non-content elements to provide the essential text and structure of web articles. Perfect for web scraping, content analysis, and extracting clean text from news websites or research articles.
Technical Chart Generator
Generates technical charts using remote browser automation and saves them as images. Integrates with TradingView to create high-quality chart screenshots with customizable timeframes, themes, and dimensions. Supports both light and dark themes, various timeframes (1m to 1M), and configurable chart dimensions for professional chart analysis and reporting.
Chart Generation Nodes
Technical Chart Generator
Generates technical charts using remote browser automation and saves them as images. Integrates with TradingView to create high-quality chart screenshots with customizable timeframes, themes, and dimensions. Supports both light and dark themes, various timeframes (1m to 1M), and configurable chart dimensions for professional chart analysis and reporting. Includes advanced data extraction capabilities for indicators, OHLCV data, and study custom data.
AI Integration Nodes
Gemini
Integrates with Google's Gemini AI API to provide advanced AI capabilities for text generation, analysis, and processing. Supports multiple models, file attachments (images, documents, audio), and advanced configuration options including safety settings, temperature control, and system instructions. Perfect for AI-powered content analysis, automated text generation, and intelligent data processing workflows.
Key Features:
- Text Generation: Generate human-like text responses using various Gemini models
- File Attachments: Support for images, documents, audio, and other file types
- Advanced Configuration: Temperature, top-p, top-k, frequency/presence penalties
- Safety Settings: Configurable content filtering and safety controls
- System Instructions: Custom instructions to guide model behavior
- JSON Output: Request structured JSON responses for data processing
- Multiple Models: Support for different Gemini model variants
Supported File Types:
- Images: JPEG, PNG, GIF, WebP
- Documents: PDF, HTML, Plain Text
- Audio: MP3, WAV
- Video: MP4
- Custom MIME types
Data Format Requirements
OHLCV Data Format
All technical analysis and trading strategy nodes require OHLCV (Open, High, Low, Close, Volume) data in a specific format and chronological order.
Data Structure
[
[open, high, low, close, volume],
[open, high, low, close, volume],
[open, high, low, close, volume],
...
]
Time Order Requirements
IMPORTANT: OHLCV data must be provided in chronological order from oldest to newest:
- Index 0: Oldest data point (earliest in time)
- Index length-1: Latest data point (most recent)
This is the standard convention for financial time series data and ensures accurate calculations for all indicators and strategies.
Example
[
[100.0, 102.0, 99.0, 101.0, 1000], // Oldest data point
[101.0, 103.0, 100.0, 102.0, 1200], // Second oldest
[102.0, 104.0, 101.0, 103.0, 1100], // Third oldest
[103.0, 105.0, 102.0, 104.0, 1300] // Latest data point
]
Data Validation
- Each candle must contain exactly 5 values: [open, high, low, close, volume]
- Volume is optional and defaults to 0 if not provided
- All price values should be positive numbers
- Array must not be empty
- Data should be sorted chronologically (oldest first)
Credentials
Binance API Credentials
The Binance and Binance Trigger nodes require Binance API credentials for authenticated operations:
- API Key: Your Binance API key for authentication
- API Secret: Your Binance API secret for request signing
Note: For public data operations (market data, candlestick data), credentials are optional. For trading operations, account management, and private data access, credentials are required.
Gemini API Credentials
The Gemini node requires a Gemini API key for authentication:
- API Key: Your Google Gemini API key for authentication
Note: The API key is required for all Gemini operations including text generation and file processing.
Other Nodes
No credentials are required for other nodes in this collection. All other nodes operate with public APIs and data sources.
Compatibility
- Minimum n8n version: 1.0.0
- Node.js version: >=20.15
- Tested against: Latest n8n versions
Usage
Technical Analysis Workflow
Create automated trading analysis workflows by combining multiple indicator nodes:
- Use Candlestick Pattern Detector to identify reversal and continuation patterns
- Use Momentum Indicators to identify overbought/oversold conditions
- Combine with Trend Indicators to confirm market direction
- Add Volume Indicators to validate price movements
- Use Support Resistance Detector to identify key price levels
- Apply Strategy nodes to generate automated trading signals
Candlestick Pattern Analysis
Build comprehensive pattern recognition workflows:
- Use Candlestick Pattern Detector to scan for multiple patterns simultaneously
- Analyze pattern locations and strength indicators
- Combine with volume confirmation for stronger signals
- Generate alerts based on specific pattern combinations
RSS Feed Processing
Build content aggregation workflows:
- Use Multi RSS Feed Read to fetch multiple news sources
- Process and filter content based on your criteria
- Send alerts or store data for further analysis
Content Extraction Workflows
Build web scraping and content processing workflows:
- Use Readability Content Extractor to clean HTML content from websites
- Extract clean text and metadata from news articles or web pages
- Process extracted content for analysis, summarization, or storage
- Combine with RSS feeds for comprehensive content aggregation
Cryptocurrency Exchange Integration
Build automated cryptocurrency trading and monitoring workflows:
- Use Binance node to interact with Binance API for spot, futures, and margin trading
- Use Binance Trigger to monitor real-time market data and candlestick patterns
- Integrate with technical analysis nodes for automated trading signals
- Monitor market conditions and execute trades based on your strategies
Available Binance Operations:
- Spot Trading: Market data, order management, account information
- Futures Trading: Contract data, position management, funding rates
- Margin Trading: Cross/isolated margin operations
- Custom Operations: Direct API calls for advanced use cases
- Real-time Triggers: Candle data monitoring and pattern detection
Chart Generation Workflows
Build automated chart generation workflows:
- Use Technical Chart Generator to create TradingView chart screenshots
- Configure different timeframes and themes for various analysis needs
- Integrate with your trading analysis workflows for visual reporting
AI-Powered Analysis Workflows
Build intelligent analysis and content processing workflows:
- Use Gemini node to analyze market data, news articles, or technical analysis results
- Generate AI-powered insights and summaries from your trading data
- Process images and documents for automated content analysis
- Create intelligent trading signals based on AI analysis of market conditions
- Integrate with other nodes for comprehensive AI-enhanced trading workflows
Example: Advanced Trading Signal Workflow
// 1. Fetch market data (OHLCV format)
const marketData = [
[open, high, low, close, volume],
[open, high, low, close, volume],
// ... more data points
];
// 2. Detect candlestick patterns
const patterns = await candlestickPatternDetector.execute({
patterns: ['doji', 'hammerpattern', 'bullishengulfingpattern'],
data: marketData,
options: { includeStrength: true },
});
// 3. Calculate RSI using Momentum Indicators node
const rsiResult = await momentumIndicators.execute({
indicator: 'rsi',
parameters: { period: 14 },
data: marketData,
});
// 4. Generate trading signals using Momentum Strategy node
const signals = await momentumStrategy.execute({
strategy: 'rsi2Strategy',
data: marketData,
});
// 5. Combine pattern and indicator signals
if (
patterns.detectedPatterns.includes('bullishengulfingpattern') &&
signals.actions[signals.actions.length - 1] === 'BUY'
) {
// Strong buy signal with pattern confirmation
}
For new users, check out the Try it out documentation to get started with n8n basics.
Resources
- n8n community nodes documentation
- Technical Analysis Library Documentation
- Technical Indicators Library Documentation
- RSS Parser Documentation
- Puppeteer Documentation
Version history
1.0.6 (Current)
- NEW: Added Gemini AI integration node for advanced text generation and analysis
- NEW: Added support for multiple file types (images, documents, audio, video) in Gemini node
- NEW: Added advanced AI configuration options including safety settings, temperature control, and system instructions
- IMPROVEMENT: Enhanced collection with AI-powered analysis capabilities for intelligent trading workflows
1.0.5
- NEW: Added "Extract Study Custom Data" option to TechnicalChart node
- IMPROVEMENT: Enhanced TechnicalChart node with study custom data extraction using extractStudyCustomData() function
- IMPROVEMENT: Added comprehensive output options for advanced technical analysis data extraction
1.0.4
- NEW: Added Binance API integration with comprehensive trading operations
- NEW: Added Binance node supporting spot, futures, margin, and custom operations
- NEW: Added Binance Trigger node for real-time market data monitoring
- NEW: Added Binance API credentials for authenticated trading operations
- IMPROVEMENT: Enhanced collection with cryptocurrency exchange integration capabilities
- IMPROVEMENT: Added support for real-time candlestick pattern monitoring
1.0.3
- NEW: Added Bot Mode support to TechnicalChart node (adds mode=bot query parameter)
- NEW: Added optional Indicators output to TechnicalChart node (calls built-in extractIndicators function)
- NEW: Added optional OHLCV output to TechnicalChart node (calls built-in exportOHLCV function)
- IMPROVEMENT: Enhanced TechnicalChart node with comprehensive output options for technical analysis data
1.0.2
- IMPROVEMENT: Updated GetOhlcv node with enhanced features and optimizations.
1.0.1
- IMPROVEMENT: Updated TechnicalChart node: allow expression input fields.
1.0.0
- Initial release of n8n-nodes-phoenix
- NEW: Added Technical Chart Generator with TradingView integration and remote browser automation
- Added Candlestick Pattern Detector with 32+ patterns and location detection
- Added comprehensive technical analysis nodes (55+ indicators)
- Implemented trading strategy nodes with signal generation
- Added Multi RSS Feed Read with parallel processing
- Enhanced error handling and performance optimizations
- Complete documentation and usage examples