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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
4fe8a7b7db
Updated .gitignore, moved LICENSE to root ( #16 )
2023-04-08 13:47:04 -07:00
Miha Kralj and GitHub
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
Miha Kralj
84506a261b
updated pipeline automation
2023-04-07 23:27:08 -07:00
Miha Kralj
0c77d71602
updated pipeline automation
2023-04-07 23:25:12 -07:00
Miha Kralj
3bae0efafb
Update main_automation.yml to remove unnecessary lines and update tag_name to latest
2023-04-07 23:03:00 -07:00
Miha Kralj
9104c2944a
Update main_automation.yml to remove buildMetaData and buildMetaDataPadded
2023-04-07 19:31:27 -07:00
Miha Kralj
2f78955d3b
Update package version argument in main and dev automation builds
2023-04-07 17:25:34 -07:00
Miha Kralj
4f455d19a2
Fix unmerged paths for .github/workflows/main_automation.yml and GitVersion.yml
2023-04-07 16:56:52 -07:00
Miha Kralj
34997cd0d6
new: EQUITY_Series
...
Add new EQUITY_Series and updates to docs, Calculations, Indicators, Strategies, Tests, and .github/workflows
2023-04-07 16:50:19 -07:00
Miha Kralj
cb5fe2dc86
Update main automation workflow to use SemVer for tag name
2023-04-06 17:11:09 -07:00
Miha Kralj
c3a4751964
Revert unmerged paths for .github/GitVersion.yml, .github/workflows/main_automation.yml, and GitVersion.yml
2023-04-06 17:09:07 -07:00
Miha Kralj
ae0fec5920
Update GitVersion config and main automation workflow
2023-04-06 17:08:08 -07:00
Miha Kralj
e2f03dc0da
Add .github/workflows/main_automation.yml
2023-04-06 15:55:48 -07:00
Miha Kralj
29d0a18a1a
Update main automation workflow
2023-04-06 15:43:37 -07:00
Miha Kralj
56e7979f43
Update release assets for main and dev branches
2023-04-06 15:25:19 -07:00
Miha Kralj
90fa331e0e
Refactor COMPARE and CROSS classes, plus add xMA chart
2023-04-06 11:39:53 -07:00
Miha Kralj
69fae888d5
ABOVE_Series
2023-04-03 09:45:19 -07:00
Miha Kralj
d02fa3a5ec
Fixed build DLLs
2023-04-02 17:47:14 -07:00
Miha Kralj
c24bf377f5
Update automatic release tag to latest
2023-04-02 15:29:33 -07:00
Miha Kralj
2e43914716
Merge remote-tracking branch 'origin/dev' into dev
2023-04-01 19:36:11 -07:00
Miha Kralj
31b846cec5
fixed github actions
2023-04-01 19:13:45 -07:00