EMA Fast Period
Controls signal sensitivity and turnover.
LOCAL AI QUANT RESEARCH DESKTOP
QuantAniki is an AI research desktop centered on a local workflow. Work with Aniki to turn a trading idea into executable conditions, study parameters, run per-symbol backtests, and test robustness.
Built for quant learners and independent researchers. No live execution. No return promises.
PRODUCT, NOT A CHAT WRAPPER
The real product uses a three-part desktop workspace: strategy and data navigation, an Aniki conversation, and collapsible research reports. Every step continues from the same strategy state.
Aniki asks for symbols, timeframe, sizing, fees, and slippage while updating the condition card. Text and model switching are built in; voice transcription is optional after FunASR is installed and configured.
The summary separates strategy conditions, parameters, and backtest configuration. A strategy can be saved only after conversion checks pass.
After saving, the adjustable workspace keeps parameter research, backtests, and robustness reports side by side with Aniki.
ONE RESEARCH LOOP
Each step has a defined input, output, and next action.
Enter a strategy in natural language or Pine Script. FunASR voice transcription is optional after installation and configuration.
Confirm symbols, timeframe, sizing, entries, exits, fees, and slippage.
Produce savable conditions and verify that the conversion is complete and executable.
Select candidates, design a coarse scan, and use binding and baseline-trade guards to reject invalid scans.
Inspect portfolio equity, trades, risk metrics, and the contribution of selected symbols.
Run out-of-sample, walk-forward, regime, cost, neighborhood, and random perturbation tests.
IMPLEMENTED CAPABILITIES
Each item below has a corresponding implementation in the current UI, API, or test suite.
DIALOG → DSLComplete entries, exits, symbols, timeframe, sizing, and costs, then produce a structured strategy.
PARSER → IRFor the executable subset of Pine v5/v6, Parser, AST, IR, and semantic audits identify unsupported features, repaint risk, and broker differences.
COARSE → VALUEChoose meaningful parameters before constrained coarse scans, value analysis, and finer validation.
PORTFOLIO / SYMBOLInspect portfolio equity, trades, drawdown, Sharpe, profit factor, and selected symbols.
OOS / WFO / STRESSOut-of-sample, walk-forward, regimes, cost stress, parameter neighborhoods, and random perturbations.
REPORT → NEXTUse parameter, backtest, and stability context to explain results and plan the next experiment.
PINE COMPATIBILITY LAYER
QuantAniki supports a safely executable subset of Pine v5/v6, not full TradingView compatibility. Source passes structural, semantic, temporal, and resource checks; unsupported paths fail closed.
Track provenance and conversion nodes so IR can be traced back to source.
Check series, history references, multi-timeframe behavior, orders, and runtime semantics.
Collect unsupported features, repaint risk, broker differences, and MTF warnings.
Separate safe-to-backtest and safe-to-optimize decisions; insufficient evidence fails closed.
01series history references audited
02order semantics normalized
03repaint risk: none in executable path
04unsupported branch blocked before runtime
RESEARCH REPORTS
Inspect distributions, symbol details, parameter rationale, and stability boundaries to separate broad validity, narrow contribution, and overfitting.
Aniki can summarize the supplied metrics; when a model is unavailable, the interface still produces a computed conclusion without inventing data.
LOCAL-FIRST WORKFLOW
The product centers on a Windows desktop and local API. Research records stay local by default; cloud models receive the prompts and context required for the selected task.
DATA DOWNLOADERUSDT-margined futures, coin-margined futures, and USDT spot; inspect data lines, timeframes, coverage, and local sync.
MODEL CONTROLOpenAI, Anthropic, Qwen, DeepSeek, MiniMax, Ollama, and compatible endpoints. Full AI workflows require a configured model; API keys stay in environment variables.
RESEARCH MEMORYKeep strategy versions, backtest history, free-form notes, and Markdown reports in one research trail.
SCOPE & SAFETY
The current product has no brokerage connection, live order routing, or custody.
Historical metrics do not represent future performance.
Missing Pine evidence, incomplete conversion, or invalid scans are blocked or explicitly reported.
Research records stay local by default; a selected cloud model receives the strategy context needed for the task.
FAQ
Yes. Aniki asks for the missing conditions and turns your answers into a structured strategy.
No. It supports a safe subset of Pine v5/v6 and applies semantic, provenance, and execution gates; this is not full TradingView compatibility.
No. The product identifies candidates and research value before a guarded coarse scan and result validation.
No. The current product is a local research tool with no live order connection.
WINDOWS DESKTOP · COMING SOON
The first public QuantAniki build for Windows is in preparation.
View release status