Getting Started
From zero to a validated trading strategy in five steps. No coding required.
Convert your data with DataConvert
partiqon uses a compact binary format called BAR6. DataConvert is a free, open-source tool that converts your CSV data into BAR6. It runs locally — your raw data never leaves your computer.
Download DataConvert, point it at your CSV export, set your symbol name and timeframe, and click Convert. You get a .bin file.
Upload your data file
In the workspace, go to Settings → Data and upload the .bin file you just created. Select the matching symbol and timeframe. partiqon will confirm the file is valid and show you the date range it covers.
Build your strategy — three ways
Pick whichever method suits you:
- Graph editor: Drag blocks onto the canvas, connect them visually. No code. 70 block types covering indicators, conditions, entries, exits, and trailing stops. Block reference →
- Text2Strategy: Describe your strategy in plain language — "RSI below 30, EMA slope up, enter long with 1.5 ATR stop" — and partiqon builds the graph for you. Text2Strategy guide →
- Pine Script import: Already have a TradingView strategy? Import it and run it on your own data. Pine import guide →
Run your first backtest
With a graph open, click Backtest in the settings panel. Set a date range, initial capital, and spread. Click Run.
Results include: equity curve, profit factor, win rate, max drawdown, Sharpe ratio, and a full trade-by-trade breakdown. The backtest runs in the background — you can do other things while it runs.
Optimise and validate
Mark input constants as tunable in the graph editor. Then use PSO Optimize to automatically find the best parameter values across your in-sample period.
Run Walk-Forward Validation to check whether the optimised parameters generalise to data they weren't trained on. A strategy that holds up out-of-sample is ready to consider for live trading.
→ PSO and walk-forward explained
What's next?
Once a strategy passes walk-forward validation, you can re-optimise quarterly to keep parameters current. Paper-trade first — run the strategy on live data in demo mode for a few weeks before committing real capital.
Explore the full documentation:
- DataConvert — detailed guide for data conversion
- Block Reference — all 70 graph blocks with formulas
- Backtest & Optimize — PSO, walk-forward, WFO explained
- Pine Script Import — importing TradingView strategies
- Text2Strategy — building strategies with plain language
- BAR6 Format — the binary data format specification