Miha Kralj
7cef131da0
minor fix of IsLocalBuild
2024-09-22 18:12:35 -07:00
Miha Kralj
516075adaf
Merge branch 'main' of https://github.com/mihakralj/QuanTAlib
2024-09-22 17:59:15 -07:00
Miha Kralj
45f3d13d5c
Merge branch 'main' of https://github.com/mihakralj/QuanTAlib
2024-09-22 17:59:03 -07:00
Miha Kralj
7353719a2e
Merge branch 'main' of https://github.com/mihakralj/QuanTAlib
2024-09-22 17:57:24 -07:00
Miha Kralj
1a2f431e32
minor fixes of references in csproj files
2024-09-22 17:57:09 -07:00
Miha Kralj
f98aa48d10
minor fixes of references in csproj files
2024-09-22 17:54:58 -07:00
Miha Kralj
8b1bf8077c
minor update of main_automation
2024-09-22 17:39:12 -07:00
Miha Kralj
d475bcd19a
New version merge
2024-09-22 17:31:24 -07:00
Miha Kralj
1b719fa94e
Delete doc
2024-08-27 12:02:14 -07:00
Miha Kralj
f02ce6e6e3
Experiment ( #25 )
2024-08-05 14:38:26 -07:00
Miha Kralj
e701a128bc
Create SonarCloud.yml
2024-08-05 14:34:46 -07:00
Miha Kralj
4571ace3eb
Update sonarcloud.yml
2024-08-05 14:28:46 -07:00
Miha Kralj
9c679101be
Update sonarcloud.yml
2024-08-05 14:22:41 -07:00
Miha Kralj
9716fe0ceb
Create sonarcloud.yml
2024-08-05 14:16:43 -07:00
Miha
f1378e82ba
refinement
2024-07-31 17:57:52 -07:00
Miha
60c2331cc0
EMA completed
2024-07-31 09:11:05 -04:00
Miha Kralj
e30701c723
Refine flow, update methods, and add quirky comments
...
Let's make this code dance the Macarena!
2024-07-29 10:12:49 -07:00
Miha Kralj
89a46089e9
Refactor CircularBuffer class, add Enumerator struct for iteration.
...
The CircularBuffer class was updated to implement IEnumerable<double> and include an Enumerator struct for iteration. The Add method now has a default parameter value. Also, a quirky joke: Why do programmers prefer dark mode? Because light attracts bugs!
2024-07-29 07:33:51 -07:00
Miha Kralj
3455baaf6c
refactor structs to records, add new classes for financial calculations, implement EMA and SMA with circular buffer. Generate random financial data using GBM model. Also, test the SMA calculation with sample data.
2024-07-28 21:26:44 -07:00
Miha Kralj
ef534393db
Refactor struct to readonly, add implicit operators
...
This commit makes the structs readonly and adds implicit operators for conversion. Also, a quirky joke: Why was the math book sad? It had too many problems.
2024-07-26 17:00:32 -07:00
Miha Kralj
7dd938c368
Add new data structures and event handling classes for trading platform. Include base classes, value and bar structs, event arguments, emitters, listeners. Update ruleset for SonarLint.
2024-07-25 17:42:09 -07:00
Miha Kralj
f7fd3fbf9f
dotnet version refresh
2023-10-15 10:11:12 -07:00
Miha Kralj
e95759c7b3
dev up-to-speed
2023-10-15 09:41:24 -07:00
Miha Kralj
5cdc52df89
update to csproj
2023-10-14 18:41:13 -07:00
Miha Kralj
cdc2fcf40b
Minor update
2023-10-14 18:01:30 -07:00
Miha Kralj
1faf47e85f
Minor update
v0.8.0
2023-10-14 17:54:45 -07:00
Miha Kralj
97f0c78a70
. ( #22 )
2023-05-10 14:26:03 -07:00
Miha Kralj
2b71b307d5
Update calculations, indicators, strategies, and tests for trends
2023-05-10 14:13:03 -07:00
Miha Kralj
2defde9d94
Add Linux support for Python library path
2023-05-05 10:48:26 -07:00
Miha Kralj
957f4da294
Commit: Update Python library search path for Linux
2023-05-05 08:53:27 -07:00
Miha Kralj
9714dedcba
Update Python installation and dependencies
2023-05-05 08:10:27 -07:00
Miha Kralj
110815b177
New: Refactor Calculations and Indicators classes and add basic tests for TBars_input ( #21 )
2023-05-04 08:47:15 -07:00
Miha Kralj
56f8db2949
Update main automation workflow to use wildcard for dotcover report path
2023-05-04 08:40:37 -07:00
Miha Kralj
c9eb8d3fa2
Refactor ( #20 )
2023-04-27 22:37:49 -07:00
Miha Kralj
5e7ba2427e
Fix bug in login page.
2023-04-27 22:30:34 -07:00
Miha Kralj
e1680e9d04
Update RSI_Series to check for period != 0 before calculating RSI
2023-04-27 22:30:13 -07:00
Miha Kralj
3b71ac70c8
Update 2MASlope_chart.cs
2023-04-27 22:30:13 -07:00
Miha Kralj
abdcbf5f20
Update RSI_Series to check for period != 0 before calculating RSI
2023-04-27 22:23:50 -07:00
Miha Kralj
c80f57ddab
Update 2MASlope_chart.cs
2023-04-17 16:55:00 -07:00
Miha Kralj
50591596af
New: Slopes convergence indicator ( #19 )
2023-04-17 15:02:18 -07:00
Miha Kralj
4c689f76e8
New: Slopes convergence indicator
2023-04-17 14:55:09 -07:00
Miha Kralj
e94d802a19
ATR-based Trailing Stop ( #18 )
2023-04-17 09:56:13 -07:00
Miha Kralj
a232b7ffbe
New: Trailing Stop indicator
2023-04-17 09:32:27 -07:00
Miha Kralj
b655c05d72
Update JMA_chart indicator to use Indicator base class and add painting logic
2023-04-12 13:47:25 -07:00
Miha Kralj
b99d451ea8
Update file paths for QuanTAlib packages in main_automation.yml
2023-04-12 13:10:00 -07:00
Miha Kralj
4fe8a7b7db
Updated .gitignore, moved LICENSE to root ( #16 )
2023-04-08 13:47:04 -07:00
Miha Kralj
7b77a1ad9f
Updated .gitignore, moved LICENSE to root ( #15 )
2023-04-08 13:38:44 -07:00
Miha Kralj
badea98dc0
Fix bug in user authentication process
2023-04-08 13:37:59 -07:00
Miha Kralj
be6bf1b7ec
Update main automation workflow to exclude dev branch
2023-04-08 13:37:39 -07:00
Miha Kralj
10a11009de
Updated .gitignore, moved LICENSE to root
2023-04-08 12:00:10 -07:00