Local changes: Updated model training, removed debug instrumentation, and configuration improvements
This commit is contained in:
37
docs/api/source/backtesting.rst
Normal file
37
docs/api/source/backtesting.rst
Normal file
@@ -0,0 +1,37 @@
|
||||
Backtesting Engine
|
||||
==================
|
||||
|
||||
The backtesting engine enables strategy evaluation on historical data.
|
||||
|
||||
Backtesting Engine
|
||||
------------------
|
||||
|
||||
.. automodule:: src.backtesting.engine
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Performance Metrics
|
||||
-------------------
|
||||
|
||||
.. automodule:: src.backtesting.metrics
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Slippage and Fees
|
||||
-----------------
|
||||
|
||||
.. automodule:: src.backtesting.slippage
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Data Provider
|
||||
-------------
|
||||
|
||||
.. automodule:: src.backtesting.data_provider
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Reference in New Issue
Block a user