feat: Add Absolute Price Oscillator (APO) implementation and documentation

feat: Implement ADL (Accumulation/Distribution Line) indicator
This commit is contained in:
Miha Kralj
2025-12-18 21:32:01 -08:00
parent 35e5571237
commit b5358091ae
32 changed files with 1925 additions and 55 deletions
+1
View File
@@ -22,6 +22,7 @@
<Compile Include="..\lib\trends\pwma\Pwma.cs" />
<Compile Include="..\lib\trends\jma\Jma.cs" />
<Compile Include="..\lib\trends\sma\Sma.cs" />
<Compile Include="..\lib\trends\ema\Ema.cs" />
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>