File Import
Standard CSV format
Import your trades from any platform via a structured CSV file.
Standard CSV format
For platforms not listed above (TradingView backtest strategy, cTrader, ProRealTime, etc.) or to import any structured CSV file.
Manual CSV file
Prepare your file
Make sure your CSV contains these columns:
Required
| Column | Description | Format |
|---|---|---|
importName | Import name | Ex: MyBacktest |
accountName | Short account name | Ex: Demo |
accountFullname | Full account name | Ex: Demo Account |
symbol | Traded symbol | Ex: EURUSD |
openDate | Open date | ISO 8601 |
closeDate | Close date | ISO 8601 |
type | Direction | buy or sell |
lot | Position size | Decimal number |
openPrice | Entry price | Decimal number |
closePrice | Exit price | Decimal number |
profit | Gross profit | Decimal number |
commission | Commission (positive) | Decimal number |
Optional
| Column | Description |
|---|---|
exchange | Exchange |
stopLoss | Stop loss |
takeProfit | Take profit |
extendId | External ID |
profit_points | Profit in points |
screenshotUrl | Screenshot URL |
mae | Maximum Adverse Excursion |
mfe | Maximum Favorable Excursion |
instrumentType | Instrument type (options) |
strikePrice | Strike price (options) |
expirationDate | Expiration date (options) |
optionType | Option type |
premium | Premium (options) |
metadata | JSON metadata |
trades.csv
importName,accountName,accountFullname,symbol,openDate,closeDate,type,lot,openPrice,closePrice,profit,commission
MyImport,MyAccount,My Account,EURUSD,2024-01-15T09:30:00Z,2024-01-15T14:20:00Z,buy,0.1,1.0850,1.0870,20.00,2.50
Import
- Create a profile with provider Standard CSV format
- Click Use
- Select your CSV file
- Click Import