lona
01mindsightventures/lona-agent-skills
Plugin Claude Code
Trading strategy development tools: create, backtest, and analyze algorithmic strategies with AI.
mindsightventures/lona-agent-skills
Plugin Claude Code
Trading strategy development tools: create, backtest, and analyze algorithmic strategies with AI.
mindsightventures/lona-agent-skills
MCP server Claude CodeCodexCursor +2
MCP server "lona" as configured in mindsightventures/lona-agent-skills. Runs locally from the @lona/mcp-server npm package. Needs 3 environment variables to run.
mindsightventures/lona-agent-skills
Agent
Specialized agent for trading strategy development and backtesting.
mindsightventures/lona-agent-skills
Command
Run a complete backtest workflow from strategy to results.
mindsightventures/lona-agent-skills
Command
Browse and download market data for backtesting.
mindsightventures/lona-agent-skills
Command
List, create, and manage trading strategies.
mindsightventures/lona-agent-skills
Cursor rule
Guidelines for using Lona MCP tools to develop and backtest trading strategies.
mindsightventures/lona-agent-skills
Skill Claude CodeCodex
Run backtests and analyze trading strategy performance on the Lona platform. Use when the user wants to test a strategy against historical data, check backtest results, view performance metrics like Sharpe ratio and drawdown, see trade history, or visualize trades on a chart.
mindsightventures/lona-agent-skills
Skill Claude CodeCodex
Browse, download, and manage market data for algorithmic trading backtests on the Lona platform. Use when the user wants to find available market data, download cryptocurrency data from Binance, inspect OHLCV time-series, or check what data is available for backtesting.
mindsightventures/lona-agent-skills
Skill Claude CodeCodex
Create and manage algorithmic trading strategies on the Lona platform. Use when the user wants to build a trading strategy, write Backtrader code, generate a strategy from a natural language description, list or inspect existing strategies, or update strategy code. Covers both manual Python strategy authoring and…