Exporting and Analyzing Data

Tracking and analyzing your trading data is crucial for optimizing unCoded’s performance and refining your strategies. This section explains how to export and analyze data effectively.


1. Access Your Trade Data

  1. Download and install DB Browser for SQLite (https://sqlitebrowser.org/).

  2. In DB Browser, open the tradingbot.db file from your unCoded installation directory.


2. Export Trades

  1. Switch to the Browse Data tab and select the fulfilledOrders table.

  2. In the top Action Bar, click FileExportTable(s) as CSV.

  3. In the export dialog, ensure fulfilledOrders is selected, choose your destination folder and filename, then click OK.


3. Import and Analyze Data

  • Open the CSV in Excel, Google Sheets, or a BI tool (e.g. Power BI, Tableau).


4. Build Custom Dashboards

  • In your spreadsheet or BI tool, create a dashboard showing:

    • Profit trend over time

    • Daily trade counts

    • Heatmap of peak trading hours

  • Leverage pivot tables and charts for interactive insights.


  • Compare different parameter sets to see which configurations perform best.

  • Analyze historical data to understand how your bot reacts under varying market conditions.

  • Watch for outliers or anomalies that may indicate misconfigurations or extreme market events.


6. Community Collaboration

  • Share your findings in our Telegram group: https://t.me/Official_unCoded

  • Benchmark your metrics against community averages and gather feedback on optimizations.


7. Archive & Backup

  • Regularly back up your tradingbot.db and exported CSVs to cloud storage or external drives.

  • This ensures you can track long-term trends and re-import older data when needed.


By exporting and analyzing your data, you can gain valuable insights into your trading performance and make informed decisions to improve unCoded’s efficiency and profitability.

Last updated