mock-data

Generate mock OHLCV candles, orders, positions, and portfolio snapshots with WebSocket streaming.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maminul007/trading-platform --skill mock-data-maminul007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mock-data
Source: https://github.com/maminul007/trading-platform/tree/main/.claude/skills/mock-data
Command: npx skills add https://github.com/maminul007/trading-platform --skill mock-data-maminul007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies UI testing and development by generating realistic mock market data, eliminating the need for live data feeds during early stages.

Core Features & Use Cases

  • Mock Data Generation: Creates candlestick, order, position, and portfolio data.
  • WebSocket Simulation: Simulates real-time price updates and order fills.
  • Reproducible Data: Allows for reproducible data generation using a seed.
  • Use Case: Developers can quickly populate a trading dashboard with realistic data to test its responsiveness and features without connecting to a live trading environment.

Quick Start

Use the mock-data skill to generate candlestick data for AAPL.

Frequently Asked Questions about mock-data

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

FAQPage Schema
How do I generate mock financial market data for UI testing?

You can generate mock financial market data by producing OHLCV candles, order history, current positions, and portfolio snapshots, specifying the data type and record count to populate your trading dashboard.

Can I simulate real-time market data streams via WebSockets for development?

Yes, you can simulate real-time market data streams via WebSockets to push live price updates and order fills into your UI during development without needing a live trading environment.

How do I create reproducible mock data using a seed?

You can create reproducible mock data by specifying a seed value during generation, ensuring that the random OHLCV candles, orders, and positions are identically recreated across different testing runs.

What types of financial data records can I generate for a trading dashboard?

You can generate candlestick data, order history, current positions, and portfolio snapshots, providing realistic financial data records to test the responsiveness and features of a trading dashboard.

Does generating mock market data require a live data feed?

No, generating mock market data does not require a live data feed, as it simulates real-time price updates and order fills locally to simplify early UI development and testing stages.