Getting Started with TradeXil Datasets
Complete setup guide for Windows and Linux users to start working with trading data.
This comprehensive guide will walk you through everything you need to start analyzing TradeXil datasets on Windows, Linux, or Mac.
Step 1: Install Python
First, ensure Python is installed on your system
Step 2: Create a Project Folder
Organize your trading analysis in a dedicated folder
Step 3: Create Virtual Environment (Recommended)
Isolate your project dependencies from system Python
Step 4: Install Required Packages
Install pandas and pyarrow for working with datasets
Step 5: Download Dataset
Get the free 1-day timeframe dataset from TradeXil
Step 6: Your First Analysis Script
Create and run your first data analysis
Step 7: Run Your Script
Execute the analysis script
Step 8: Launch Jupyter Notebook (Optional)
Use Jupyter for interactive data exploration
🎉 Next Steps
You're all set! Now you can:
- 📊 View and explore your data
- 🔄 Convert between formats
- 📈 Build trading strategies with 200+ features
- 🤖 Backtest your algorithms
- 📚 Check out feature documentation
Common Issues:
- "python not recognized": Python not in PATH. Reinstall and check "Add to PATH".
- PowerShell execution error: Run
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
- "No module named pandas": Virtual environment not activated or packages not installed.
- File not found: Make sure .parquet file is in same folder as script.