feat: implement DMX indicator with comprehensive tests and documentation

This commit is contained in:
Miha Kralj
2025-12-13 23:17:56 -08:00
parent fd3065e7b9
commit f7b8fe1654
7 changed files with 659 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
<Compile Include="..\lib\momentum\**\*.cs" Exclude="..\lib\momentum\**\*.Tests.cs" />
<Compile Include="..\lib\trends\wma\Wma.cs" />
<Compile Include="..\lib\trends\pwma\Pwma.cs" />
<Compile Include="..\lib\trends\jma\Jma.cs" />
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>