@nikos84 Hi Nikos, the first source for information in the documentation at:
https://quantiacs.com/documentation/en/
However, the most update resource is the source code itself. As you can see in your personal area, you have a "root" directory for each strategy. The strategy file is called "strategy.ipynb", but many other files/directories are available to you:
Screenshot from 2021-09-08 11-34-54.png
The backtester, including the functions for loading data, is included in the "qnt" directory. The "qnt" directory itself includes several sub-directories and files:
Screenshot from 2021-09-08 11-35-44.png
Data functions can be inspected in the "data" folder:
Screenshot from 2021-09-08 11-36-36.png
You will see datasets for previous/current contests:
blockchaincom: "fundamental" data for BTC; blsgov: macro data from the Bureau of Labor Statistics; crypto: crypto data for a subset of cryptocurrencies, hourly resolution; cryptodaily: crypto data for all cryptos with largest market capitalization, adjusted for avoiding survivorship bias (Q16 contest); cryptofutures: BTC data for the Q15 crypto contest; futures: futures data for the Q15 managed futures contest; imf: data from the International Monetary Fund (commodities and spot fx).