Commit Graph

242 Commits

Author SHA1 Message Date
74adad5834 Add filters and sorting for backtests 2025-10-14 18:06:36 +07:00
32ac342a20 Update bundle backtests 2025-10-12 15:42:38 +07:00
5acc77650f Add bundle backtest refact + fix whitelist 2025-10-12 14:40:20 +07:00
652c01b8bb Fix AgentName 2025-10-10 16:08:50 +07:00
de8160e533 Fix bot list 2025-10-10 14:30:58 +07:00
b6b11be33a Fix perf with cache 2025-10-10 03:42:57 +07:00
5a91c0fdd1 Update front 2025-10-10 02:25:50 +07:00
de70674c0e Update front for sql monitoring 2025-10-10 02:21:59 +07:00
e45e140b41 Fix caching and loop query on the get current user 2025-10-10 00:57:28 +07:00
e4c2f8b7a5 Add monitoring on queries with sentry alert + Fix check position list in db for backtest 2025-10-10 00:15:02 +07:00
b2a4e1ca5d Fix agent volume 2025-10-08 19:57:19 +07:00
67065469a6 Fix config update + remove messages + Summary fix for not open position 2025-10-08 02:52:11 +07:00
ff7e4ed3d3 un-stopped bot return status "stopped" instead of the error 2025-10-07 16:10:14 +07:00
719ce96e11 Fix lastStartTime update 2025-10-07 02:00:39 +07:00
85000644a6 Add ROI to botPaginated 2025-10-06 23:54:59 +07:00
dab4807334 Fix Runtime 2025-10-06 00:55:18 +07:00
f67ee330b3 Fix Runtime by adding TotalRuntimeInSeconds 2025-10-05 20:51:46 +07:00
faec7e2e5a Fix win and loses count 2025-10-05 03:21:59 +07:00
63683d6bdf Fix allocated amount when no bot 2025-10-05 01:00:47 +07:00
5468b1e7f7 Update closing trade date on SL or TP 2025-10-04 19:36:27 +07:00
f72bfc4ab8 Update balance tracking 2025-10-03 16:43:20 +07:00
83ee4f633c Update Agent search to display the balance tracked 2025-10-03 15:55:47 +07:00
dd08450bbb Add chart to the front 2025-10-03 04:33:07 +07:00
e2d7e75247 Remove endpoint update generatedClient 2025-09-29 00:55:59 +07:00
57b3603302 update position count to open position only 2025-09-28 22:44:03 +07:00
f041c1e8e8 Add net Pnl in db 2025-09-28 22:18:58 +07:00
6267dad8fa Fix roi with fees 2025-09-28 21:42:08 +07:00
16a56bd26c Add agent fees 2025-09-28 20:57:42 +07:00
fdb56dbb08 Fix 24h changes 2025-09-28 16:03:27 +07:00
d2a4bd4426 Fix dailySnapshot for platformsummary 2025-09-24 12:21:56 +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
67244d9694 Update front 2025-09-15 18:35:27 +07:00
63bc7bbe59 Bundle from worker to grain 2025-09-15 12:56:59 +07:00
Oda
56b4f14eb3 Price reminder and init approval
* Start price reminder grain

* Add config and init grain at startup

* Save init wallet when already init
2025-09-13 02:29:14 +07:00
da50b30344 Optionnal cooldown 2025-09-12 00:12:48 +07:00
cb6778d9a0 Add ticker to the UserStrategies list and set debit credit to 1 for backtest 2025-09-10 20:41:36 +07:00
d2975be0f5 Merge workers into API 2025-08-16 04:55:33 +07:00
9841219e8b Remove workflow
Some checks failed
Build & Deploy / build-and-deploy (push) Has been cancelled
.NET / build (push) Has been cancelled
2025-08-16 01:33:15 +07:00
137444a045 Add best agent by pnl 2025-08-15 22:35:29 +07:00
513f880243 Update api client 2025-08-15 21:27:32 +07:00
b4f6dc871b Add volume history to platform summary 2025-08-15 21:27:07 +07:00
b4a4656b3b Update the position count and initiator 2025-08-15 08:47:48 +07:00
7528405845 update stats data 2025-08-15 07:42:26 +07:00
0a4a4e1398 Update plateform summary 2025-08-15 06:54:09 +07:00
2622da05e6 Update open interest 2025-08-14 23:53:45 +07:00
8d37b04d3f Update front and fix back 2025-08-14 20:17:13 +07:00
345d76e06f Update plateform summary 2025-08-14 18:59:37 +07:00
6a2e4e81b1 Update status to match UI 2025-08-14 18:08:31 +07:00
aacb92018f Update cache for userStrategy details 2025-08-14 17:42:07 +07:00
Oda
082ae8714b Trading bot grain (#33)
* Trading bot Grain

* Fix a bit more of the trading bot

* Advance on the tradingbot grain

* Fix build

* Fix db script

* Fix user login

* Fix a bit backtest

* Fix cooldown and backtest

* start fixing bot start

* Fix startup

* Setup local db

* Fix build and update candles and scenario

* Add bot registry

* Add reminder

* Updateing the grains

* fix bootstraping

* Save stats on tick

* Save bot data every tick

* Fix serialization

* fix save bot stats

* Fix get candles

* use dict instead of list for position

* Switch hashset to dict

* Fix a bit

* Fix bot launch and bot view

* add migrations

* Remove the tolist

* Add agent grain

* Save agent summary

* clean

* Add save bot

* Update get bots

* Add get bots

* Fix stop/restart

* fix Update config

* Update scanner table on new backtest saved

* Fix backtestRowDetails.tsx

* Fix agentIndex

* Update agentIndex

* Fix more things

* Update user cache

* Fix

* Fix account load/start/restart/run
2025-08-05 04:07:06 +07:00