Commit Graph

445 Commits

Author SHA1 Message Date
Miha Kralj 4e444784f8 Merge branch 'dev' 2024-11-03 18:27:28 -08:00
codefactor-io f582b75fe0 [CodeFactor] Apply fixes to commit 5d086a1 2024-11-04 02:16:52 +00:00
Miha Kralj 5d086a1473 new indicators 2024-11-03 18:16:42 -08:00
Miha Kralj 4f2772f130 Merge remote-tracking branch 'origin/dev' into dev 2024-11-03 16:26:12 -08:00
Miha Kralj 4753a10e29 codefactory corrections 2024-11-03 16:24:08 -08:00
Miha Kralj 91c09e0c3c Apply fixes from CodeFactor (#46) 2024-11-03 15:59:24 -08:00
codefactor-io 2b62aaad6c [CodeFactor] Apply fixes 2024-11-03 23:59:03 +00:00
Miha Kralj 1ca79b7dd6 Merge branch 'dev' 2024-11-03 15:53:12 -08:00
Miha Kralj 16e5a9a392 Merge remote-tracking branch 'origin/dev' into dev 2024-11-03 15:52:38 -08:00
Miha Kralj 7f6c29151c Fixes 2024-11-03 15:52:25 -08:00
Miha Kralj 7b41d84c66 Bband, Ccv, Ce, Cv, Cvi, Ewma, Fcb, Gkv, Hlv 2024-11-03 15:52:25 -08:00
Miha Kralj 94928714bf sonar fixes 2024-11-03 15:52:25 -08:00
Miha Kralj f76b6dda2a Apply fixes from CodeFactor (#45) 2024-11-03 15:51:27 -08:00
codefactor-io a0c99ef326 [CodeFactor] Apply fixes 2024-11-03 23:47:53 +00:00
Miha Kralj af42958c69 Apply fixes from CodeFactor (#44) 2024-11-03 15:40:00 -08:00
codefactor-io e60cf47d3a [CodeFactor] Apply fixes 2024-11-03 23:03:24 +00:00
Miha Kralj 81b8e55ed8 Fixes 2024-11-03 14:59:03 -08:00
Miha Kralj caa0d31dbe Bband, Ccv, Ce, Cv, Cvi, Ewma, Fcb, Gkv, Hlv 2024-11-03 10:47:10 -08:00
Miha Kralj 4b5724d5bc sonar fixes 2024-11-03 09:54:27 -08:00
Miha Kralj c84a5dd4df Merge branch 'dev' 2024-11-01 19:03:42 -07:00
Miha Kralj 3d648e59e3 improved github actions workflow 2024-11-01 18:54:48 -07:00
Miha Kralj f519594371 Adr, Ap, Atrp, Atrs, Vp, Vwap, Vwma 2024-11-01 18:36:01 -07:00
Miha Kralj 7c6b698c9a Chop & Cog 2024-11-01 17:54:03 -07:00
Miha Kralj f0114a368c CVI - Chaikin 2024-11-01 17:40:29 -07:00
Miha Kralj 5b3f302ce4 Macd 2024-11-01 17:38:50 -07:00
Miha Kralj f55f630ac6 Add CVI - Chaikin's Volatility class and tests
Add implementation of CVI - Chaikin's Volatility class and related tests.

* **Cvi Class Implementation:**
  - Add `Cvi` class in `lib/volatility/Cvi.cs` to calculate Chaikin's Volatility.
  - Use high and low prices for calculation.
  - Include a constructor with `period` parameter.
  - Add a method to calculate Chaikin's Volatility.

* **Quantower Indicator:**
  - Add `CviIndicator` class in `quantower/Volatility/CviIndicator.cs`.
  - Use `Cvi` class for calculation.
  - Add input parameters for `period` and `showColdValues`.
  - Implement `OnInit` and `OnUpdate` methods.

* **Tests:**
  - Add a test method for `Cvi` class in `Tests/test_updates_volatility.cs`.
  - Use random updates to test `Cvi`.
  - Ensure initial and final values are equal.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/mihakralj/QuanTAlib?shareId=XXXX-XXXX-XXXX-XXXX).
2024-10-31 11:19:40 -07:00
Miha 447d90f4d6 docs 2024-10-31 09:49:06 -07:00
Miha 6231bab9e5 feat: Dpo, Tsi, Vortex, Bpp, Cci, Cfo, Tr, Ui, Vc, Vov, Vr, Vs, Mfi, Nvi, Obv, Pvi, Pvo, Pvol, Pvr, Pvt, Tvi 2024-10-30 13:45:36 -07:00
Miha 06c6875970 feat: Trix, Aroon 2024-10-30 10:42:50 -07:00
Miha 784f3e0956 Merge branch 'dev' 2024-10-30 07:49:28 -07:00
Miha Kralj 38793acc57 feat: implemented new indicators
Momentum:
- DMX (Jurik Directional Movement Index)
- MOM (Momentum)
- PMO (Price Momentum Oscillator)
- PO (Price Oscillator)
- PPO (Percentage Price Oscillator)
- PRS (Price Relative Strength)
- ROC (Rate of Change)
- VEL (Jurik Signal Velocity)

Oscillators:
- AC (Acceleration Oscillator)
- AO (Awesome Oscillator)
- RSX (Jurik Trend Strength Index)
2024-10-30 07:48:42 -07:00
Miha Kralj a99ff404b0 feat: add AC (Accelerator) and AO (Awesome) oscillator indicators 2024-10-29 21:16:57 -07:00
Miha 45c6f08e1e Adl, Adosc, Aobv, Cmf 2024-10-28 15:29:29 -07:00
Miha 774306c6e8 Adx, Adxr, Apo, Dmi 2024-10-27 22:06:56 -07:00
Miha 6b79f8158c Adx, Adxr, Apo, Dmi 2024-10-27 21:59:46 -07:00
Miha 6c67a0cf31 Class optimization 2024-10-27 16:11:08 -07:00
Miha b2fcdda785 xml doc rewrite 2024-10-27 09:38:53 -07:00
Miha c21b96152c macos dev update 2024-10-26 23:54:55 -07:00
Miha b3411c4647 Merge remote-tracking branch 'origin/main' 2024-10-26 07:06:17 -07:00
Miha Kralj e4f718a365 Cleanup of indicators 2024-10-25 22:47:54 -07:00
Miha Kralj 809976b278 Merge branch 'dev' 2024-10-25 22:28:54 -07:00
Miha Kralj 014625afc5 Cleanup of indicators 2024-10-25 22:21:02 -07:00
Miha Kralj 70a2ed0b0b Merge branch 'main' into dev 2024-10-24 19:27:20 -07:00
Miha Kralj 7a4648d5de sonar 2024-10-24 19:05:14 -07:00
Miha Kralj 6901c90689 +semver: feature Cmo, Macd, Rsi, Rsx 2024-10-24 18:38:45 -07:00
Miha Kralj efc8e553db Rsi and Rsx 2024-10-24 18:30:59 -07:00
Miha Kralj 707d81ff72 MACD histogram 2024-10-23 22:04:21 -07:00
Miha Kralj 7748bdd101 CMO - Chande Momentum Oscillator 2024-10-22 05:46:48 -07:00
Miha Kralj e3d7cd9896 Atr, FlowIndicator and fixes 2024-10-21 16:06:47 -07:00
Miha Kralj fbe4046b5d Documentation 2024-10-16 18:28:06 -07:00