feat(technicals): add technical analysis microservice with indicator engines, pattern detectors, and strategies

This commit is contained in:
2026-08-24 21:36:05 +02:00
parent 12e7b57b16
commit f43ce2b7e9
36 changed files with 6792 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning",
"FinlyticCore.Services.TradeRepublic.TradeRepublicClient": "Debug"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=finlytic_ta;Username=admin;Password=admin"
},
"MQTT": {
"Host": "localhost",
"Port": "4545",
"ClientId": "finlytic_ta"
}
}