inizio versioning su github del backtest
This commit is contained in:
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Ignora ogni cartella
|
||||||
|
*/
|
||||||
|
|
||||||
|
# Ignora tutto tranne i file Python
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!*.py
|
||||||
11
Hello.py
11
Hello.py
@@ -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}")
|
|
||||||
2328
Trading Pattern Recon w Hurst v.3.1.6.py
Normal file
2328
Trading Pattern Recon w Hurst v.3.1.6.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user