Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SkyworkAI/DeepResearchAgent
/ test_quickbacktest.py
File
test_quickbacktest.py
tests/test_quickbacktest.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
pathlib
import
Path
2
import
sys
3
from
dotenv
import
load_dotenv
4
load_dotenv(verbose=True)
Callers
nothing calls this directly
Calls
12
backtest_strategy
Function · 0.90
get_strategy_sharpe_ratio
Function · 0.90
get_strategy_cumulative_return
Function · 0.90
get_strategy_maxdrawdown
Function · 0.90
get_strategy_win_rate
Function · 0.90
get_strategy_total_commission
Function · 0.90
plot_cumulative_return
Function · 0.90
FundingNoiseArea
Class · 0.85
print
Function · 0.85
resolve
Method · 0.80
append
Method · 0.45
fit
Method · 0.45
Tested by
no test coverage detected