Hi;

I understand that I can use `lean data download` to pull down the data I need to run backtests locally.

But… how do I know what data my algo needs? Is there a way to get that listed?

Or should I run `lean backtest "My Project" --download-data` and it will then pull down what is needed? And in this case, does it pull down complete sets of what's needed, and keep it local so it does not need to be copied down again?

thanks - dave