4 lines
123 B
Python
4 lines
123 B
Python
from database.procedures import backtest_profit
|
|
from datetime import datetime
|
|
|
|
print(backtest_profit(datetime(2024, 2, 2))) |