inizio versioning su github del backtest

This commit is contained in:
fredmaloggia
2025-11-14 18:20:25 +01:00
parent 5f14525e94
commit b30f39945f
4 changed files with 2335 additions and 12 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# Ignora ogni cartella
*/
# Ignora tutto tranne i file Python
*
!.gitignore
!*.py

View File

@@ -1,11 +0,0 @@
# -*- coding: utf-8 -*-
"""
Created on Tue Nov 11 20:06:51 2025
@author: Admin
"""
from datetime import datetime
from zoneinfo import ZoneInfo
print("Hello, world!")
rome_time = datetime.now(tz=ZoneInfo("Europe/Rome"))
print(f"Data e ora a Roma: {rome_time:%Y-%m-%d %H:%M:%S %Z}")

View File

@@ -1 +0,0 @@
# Trading

File diff suppressed because it is too large Load Diff