feat: Add Awesome Oscillator (AO) implementation with tests and documentation

This commit is contained in:
Miha Kralj
2025-12-14 21:01:21 -08:00
parent db6f994d75
commit f761cc5712
8 changed files with 681 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@
<Compile Include="..\lib\trends\wma\Wma.cs" />
<Compile Include="..\lib\trends\pwma\Pwma.cs" />
<Compile Include="..\lib\trends\jma\Jma.cs" />
<Compile Include="..\lib\trends\sma\Sma.cs" />
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>