Backtesting
************************

Lumibot has two modes for backtesting.

#. Yahoo Backtesting: Daily stock backtesting with data from Yahoo.
#. Pandas Backtesting: Intra-day and inter-day testing of stocks and futures using CSV data supplied by you.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   backtesting.all
   backtesting.yahoo
   backtesting.pandas