Commit Graph

23 Commits

Author SHA1 Message Date
e1f2f75c23 Fix redundant recover position call 2025-11-19 20:42:11 +07:00
e814eb749c Update MessengerService to reflect initial balance and net PnL in messages 2025-11-15 13:44:50 +07:00
6d661f459e Remove candle from backtest return + fix message when good backtest 2025-11-14 20:49:02 +07:00
f816b8de50 Update fetch borkerPosition in bot + better HandleClosePosition + Add debug channel to receive all debug 2025-10-25 18:35:51 +07:00
e1983974fd Update closing position message 2025-10-11 00:40:22 +07:00
7b92aa5727 Enhance null safety in MessengerService by adding null checks for TakeProfit2 and ProfitAndLoss properties 2025-10-10 14:43:48 +07:00
f334bced72 Update closing message 2025-10-08 20:18:17 +07:00
76b087a6e4 Fix status and filtered positions for metrics 2025-10-08 18:37:38 +07:00
347c78afc7 Update messaging 2025-10-06 01:34:13 +07:00
bcfeb693ce Update account/position and platform summary 2025-09-26 01:18:59 +07:00
Oda
cee3902a4d Update SDK (#35)
* Update SDK for swap

* Fix web3proxy build

* Update types

* Fix swap

* Send token test and BASE transfer

* fix cache and hook

* Fix send

* Update health check with uiFeereceiver

* Fix sdk

* Fix get positions

* Fix timeoutloop

* Fix open position

* Fix closes positions

* Review
2025-09-17 14:28:56 +07:00
Oda
422fecea7b Postgres (#30)
* Add postgres

* Migrate users

* Migrate geneticRequest

* Try to fix Concurrent call

* Fix asyncawait

* Fix async and concurrent

* Migrate backtests

* Add cache for user by address

* Fix backtest migration

* Fix not open connection

* Fix backtest command error

* Fix concurrent

* Fix all concurrency

* Migrate TradingRepo

* Fix scenarios

* Migrate statistic repo

* Save botbackup

* Add settings et moneymanagement

* Add bot postgres

* fix a bit more backups

* Fix bot model

* Fix loading backup

* Remove cache market for read positions

* Add workers to postgre

* Fix workers api

* Reduce get Accounts for workers

* Migrate synth to postgre

* Fix backtest saved

* Remove mongodb

* botservice decorrelation

* Fix tradingbot scope call

* fix tradingbot

* fix concurrent

* Fix scope for genetics

* Fix account over requesting

* Fix bundle backtest worker

* fix a lot of things

* fix tab backtest

* Remove optimized moneymanagement

* Add light signal to not use User and too much property

* Make money management lighter

* insert indicators to awaitable

* Migrate add strategies to await

* Refactor scenario and indicator retrieval to use asynchronous methods throughout the application

* add more async await

* Add services

* Fix and clean

* Fix bot a bit

* Fix bot and add message for cooldown

* Remove fees

* Add script to deploy db

* Update dfeeploy script

* fix script

* Add idempotent script and backup

* finish script migration

* Fix did user and agent name on start bot
2025-07-27 20:42:17 +07:00
0ea05bca50 Update scoring 2025-07-17 22:07:13 +07:00
7de18673f9 Add scoreMessage 2025-07-17 21:07:10 +07:00
3ba06f94be Update backtest message 2025-07-17 15:01:30 +07:00
cebbeff887 Add progression and new method of selection/mutation/crossover 2025-07-11 23:38:22 +07:00
0c1184a22d Add startuptime and update creationDate 2025-07-09 18:30:23 +07:00
b2ccd63201 Send notif on good backtest 2025-07-09 14:15:43 +07:00
b7f608c8ba Update bot messages 2025-07-05 15:35:07 +07:00
9c9957a6f1 update messenger 2025-06-09 22:32:36 +07:00
1f2780d52a Add webhook 2025-06-09 01:04:02 +07:00
Oda
029ba5f40e Add funding rate watcher (#2)
* Add FundingRate interfaces and worker

* Add build on PR

* Remove zip

* Specify the solution path

* Add build for worker too

* Set up StatisticService.cs for funding rate

* Add Fundingrate alerts

* Send alert when big funding rate change + add SlashCommands.cs for fundingrate

* Remove fixtures

* Refact names

* Renames
2024-07-19 08:31:09 +07:00
alirehmani
464a8730e8 docker files fixes from liaqat 2024-05-03 16:39:25 +05:00