Documentation
Everything you need to know about using plutarc to automate your trading.
What is plutarc
plutarc is a subscription-based automated trading bot platform. When you subscribe, you get a dedicated compute instance running a configurable trading bot that connects to your exchange via API keys. You control the strategy, parameters, and exit rules — plutarc handles the infrastructure.
Your bot runs 24/7, executing trades autonomously based on your chosen strategy template. Strategy templates are built from composable components — technical indicators, filters, exit rules, and entry guards — that you can mix, configure, and weight to match your trading approach.
Quick Start
New to plutarc? The Getting Started guide walks you through creating an account, connecting your exchange, deploying your first bot, and monitoring performance — step by step.
Platform Overview
Dashboard
Monitor your trading fleet with live KPIs, bot status cards, open positions, and real-time trade and activity feeds.
Strategy Builder
Build and customise trading strategies using composable components. Configure signals, filters, exit rules, entry guards, combination modes, and trading sessions.
Bots
Deploy, configure, and manage your automated trading bots. Assign API keys and strategy templates, pause and resume, and monitor bot activity.
Trades
Review your complete trade history with detailed execution metrics. Filter, sort, inspect individual trades, and compare multiple trades side by side.
Analytics
Analyse trading performance with equity curves, drawdown charts, win rate tracking, signal analysis, execution quality metrics, and activity heatmaps.
API Keys
Manage your exchange API keys securely. Add, activate, and assign keys to bots for automated trading on supported exchanges.
Backtesting
Test your strategies against historical market data before deploying live. Configure parameters, run simulations, and interpret results.
Account & Billing
Manage your account settings, notification preferences, authentication methods, subscription plan, and billing history.
Exchanges
Exchange-specific setup guides. Learn how to create API keys, configure permissions, and understand market and contract types.
Strategy Cookbook
Ready-made strategy configurations for common trading approaches. Copy, adapt, and backtest example setups.
Troubleshooting
Solutions to common issues — bots not trading, API key errors, position sync problems, and more.
Key Concepts
Strategy Templates
Templates define your complete trading strategy — which components to use, how to combine their signals, when to trade, and when to exit. System templates are built-in and read-only; you can duplicate them to create your own customised versions.
Components
Components are the building blocks of a strategy. Each component is a technical indicator or rule (e.g. RSI, MACD, Moving Average Crossover) that analyses market data and produces a signal, filters entries, guards against bad conditions, or triggers exits.
Roles
Every component is assigned a role that determines how it participates in the strategy: signals generate directional scores, filters confirm or reject market conditions, entry guards block entries under unfavourable conditions, and exit rules determine when to close positions.
Combination Modes
When multiple signal components are active, the combination mode determines how their outputs are merged into a single trade decision. Options include weighted sum, unanimous agreement, any single signal, or majority vote.
Bots
A bot is a dedicated compute instance that runs your strategy 24/7. Each bot is assigned one API key and one strategy template. You can deploy, pause, resume, and destroy bots from the dashboard.
API Keys
API keys connect your bot to your exchange account. Keys are encrypted at rest and only decrypted in-memory at runtime. Each key is assigned to one bot at a time.