Commit Graph

452 Commits

Author SHA1 Message Date
5c50159bda Diagram 2025-03-02 18:25:15 +01:00
e59898bccb Update bot workflow 2025-03-02 18:24:50 +01:00
3e44b2d14e Comment position manager 2025-03-02 21:12:04 +07:00
963b7bbf83 Add average SLTP 2025-03-02 18:10:52 +07:00
6f4db52bbb Update score 2025-03-01 23:20:01 +07:00
bcf9d21b0a Add score 2025-03-01 17:24:16 +07:00
Oda
e16f0a2e5d Stc opti (#15)
* Optimize STC

* Optimize STC

* Add SuperTrendCrossEma
2025-03-01 02:59:19 +07:00
Oda
c715da8a17 Add indicators to backtest and bot (#14)
* Add indicators to backtest and bot

* Remove
2025-02-28 00:53:25 +07:00
e0a8347953 Disable BotManager 2025-02-27 11:48:20 +07:00
655ebb6df0 Add updates scenario and strategy 2025-02-26 20:37:32 +07:00
Oda
4302bb8435 Remove timeframe from strategy (#13) 2025-02-26 17:24:59 +07:00
Oda
298b666a0b Update UserService.cs 2025-02-22 09:12:07 +07:00
Oda
55204d660e Update UserService.cs 2025-02-22 09:11:41 +07:00
Oda
31f7f4cbfc Position management (#12)
* Update position worker

* Update todo

* Update todo

* Update worker base url
2025-02-20 12:13:49 +07:00
Oda
160fd02aac Update position worker (#11)
* Update position worker

* Update todo
2025-02-20 12:06:15 +07:00
d7731dda0e Fix bot things 2 2025-02-11 02:06:35 +07:00
898ff85eed Fix bot things 2025-02-07 16:54:42 +07:00
cd797711c1 Fix spotlight 2025-02-07 02:23:55 +07:00
59893be3e3 Enable spotlight 2025-02-06 16:15:22 +07:00
Oda
9819fe014e Backtest opti (#10)
* Opti backtest

* clean
2025-02-06 15:47:24 +07:00
Oda
0987fa76cf Global fix (#9)
* Fix time for candle

* Fix out ouf range

* Fix pnl, fix custom money management

* Clean a bit
2025-02-04 14:59:39 +07:00
Oda
ff0433c349 Gmx V2 Prices (#8)
* Update prices api

* Update worker services in Program.cs
2025-02-03 16:33:41 +07:00
17114ac787 Refactor Dockerfile-web-ui-dev to include Vite build command and COPY src/Managing.WebApp/ in the Dockerfile 2025-02-03 12:00:21 +07:00
c690a226b6 Update Dockerfile-web-ui-dev to include Vite build command and COPY src/Managing.WebApp/ in the Dockerfile 2025-02-03 11:50:52 +07:00
2b2a9157fd Update Vite build configuration in vite.config.ts 2025-02-03 11:42:48 +07:00
b4309a2ea4 Update vite config 2025-02-03 11:32:38 +07:00
51b48325e8 Update front 2025-02-03 11:14:50 +07:00
47e5b2f29c Update Dockerfile-web-ui-dev to include Vite build command 2025-02-02 19:21:58 +07:00
47a4239ee7 Update package.json to include postcss, autoprefixer, @tailwindcss/typography, and tailwindcss 2025-02-02 19:04:54 +07:00
31c79e5dfb Update Dockerfile-web-ui-dev to include Tailwind CSS and plugins 2025-02-02 19:01:17 +07:00
609fdd56b3 Update Dockerfile-web-ui-dev to include src/Managing.WebApp/ in the COPY command 2025-02-02 18:57:49 +07:00
b1b7ef6a1d Update Dockerfile-web-ui-dev to include package.json in the COPY command 2025-02-02 18:43:30 +07:00
6d770469de Update Dockerfile-web-ui-dev to use Node 18.16.0 and Alpine 3.17.2 2025-02-02 18:36:23 +07:00
2ffd73a012 New webui dockerfile 2025-02-02 16:44:29 +07:00
9d3b86ecf8 Update Dockerfile-web-ui-dev to use eslint-plugin-jsdoc@39.6.4 2025-02-01 22:26:44 +07:00
6b7c45e38b Update Dockerfile-web-ui-dev to include Tailwind CSS and plugins 2025-02-01 22:19:12 +07:00
158f1bb7c4 Update Dockerfile-web-ui-dev to use eslint-plugin-jsdoc@39.6.4 2025-02-01 22:02:43 +07:00
478a6e0506 Update Dockerfile-web-ui-dev to add eslint-plugin-jsdoc@latest 2025-02-01 21:52:28 +07:00
b343880bf6 Update Dockerfile-web-ui-dev to include Tailwind CSS and plugins 2025-02-01 21:44:03 +07:00
1bc790596f Update Dockerfile-web-ui-dev to use Node 18.16.0 and Alpine 3.17.2 2025-02-01 21:36:57 +07:00
4051c530ea Add Tailwind CSS and plugins to Dockerfile-web-ui-dev 2025-02-01 21:32:56 +07:00
7b02aeb68e Update build webui 2025-02-01 17:06:36 +07:00
31f9d6ab5d CLear yarn package at build 2025-01-31 19:33:22 +07:00
7881630636 Remove max size for node space 2025-01-31 12:35:06 +07:00
324d156ee4 Increase memory for vite build 2025-01-30 23:39:42 +07:00
4a3cc68c60 Remove local candles for backtest 2025-01-30 23:26:00 +07:00
Oda
65bdb8e34f GMX v2 - Trading (#7)
* Move PrivateKeys.cs

* Update gitignore

* Update gitignore

* updt

* Extract GmxServiceTests.cs

* Refact

* update todo

* Update code

* Fix hashdata

* Replace static token hashed datas

* Set allowance

* Add get orders

* Add get orders tests

* Add ignore

* add close orders

* revert

* Add get gas limit

* Start increasePosition. Todo: Finish GetExecutionFee and estimateGas

* little refact

* Update gitignore

* Fix namespaces and clean repo

* Add tests samples

* Add execution fee

* Add increase position

* Handle backtest on the frontend

* Add tests

* Update increase

* Test increase

* fix increase

* Fix size

* Start get position

* Update get positions

* Fix get position

* Update rpc and trade mappers

* Finish close position

* Fix leverage
2025-01-30 23:06:22 +07:00
Oda
ecaa89c67b Update UserService.cs 2025-01-28 00:39:33 +07:00
Oda
8baf9a323d Update UserService.cs add razil 2025-01-27 22:57:38 +07:00
8e9601f36e Filter delta neutral markets 2024-08-17 17:07:51 +07:00