From opening a CSV in Excel for the first time, to running a machine learning model on 330 million bars. Step by step.
All examples are for research and educational purposes only. Not financial advice.
You just downloaded a dataset. What now? The simplest thing you can do is open the CSV file in Excel or Google Sheets and start exploring. No Python, no setup, no code.
Go to the Data Catalog, pick any D1 dataset (daily bars are smallest and easiest to start with). For example: XAUUSD D1 (Gold, daily, from 2003).
Locate the XAUUSD_D1_full.csv file. Double-click to open in Excel or drag it into Google Sheets. You'll see columns: time, open, high, low, close, volume, ma20, ma50, rsi14…
Filter the time column for September 2008. Gold surged from $780 to $900 in just 3 weeks as markets collapsed. This is visible right there in your spreadsheet — no tool needed.
Select the close column and create a line chart. Add the ma50 column as a second line. You just built a moving average chart of Gold for 20+ years. For research only.
All information provided by MARKETDPRO is for research purposes only and does not constitute financial advice.
Backtesting means: "If I had followed this rule historically, what would have happened?" It is a research technique — not a prediction tool, and not financial advice. Here's how to run one in under 20 lines of Python.
Past statistical patterns do not predict future results. All examples are for educational research only.
When you have 40 FX pairs and 20 years of M1 data, CSV and pandas start to slow down. DuckDB lets you run SQL directly on Parquet files at full speed — no database server needed.
Machine learning models trained on historical data may not generalize to future market conditions. All examples are for research only.
These are research ideas from the MARKETDPRO community. None of these are financial advice — they are starting points for your own exploration.
Compare how Gold, JPY, and USD behaved during 2008, COVID, and SVB bank run. Build a personal "crisis pattern" reference for research.
Use M1 data to measure average volatility by hour of day for each FX pair. Find when each pair is most active. Research only.
What happens after RSI drops below 20 on BTCUSD? Study all occurrences in the data. Discover historical patterns for research.
Combine Bond macro data with Gold D1. Study whether yield curve inversions correlate with Gold movements. Historical analysis only.
Mark BTC halving dates on the chart. Measure price behavior in the 6 months before and after each event. Research purposes only.
Load multiple D1 datasets into a Grafana or Streamlit dashboard. Create a personal market overview tool for research and learning.
Test the same MA crossover rule across 40 FX pairs. Which pair shows the strongest historical patterns? Backtest research only.
Calculate rolling correlations between Stocks, Gold, and Crypto. Study when correlations break down (crises). For research use.
Browse 94+ datasets. Preview free samples. Buy only what you need.
Open Data Catalog →For research and educational purposes only · Not financial advice