Phase 0 completion: NT8 SDK core framework with risk management and position sizing
Some checks failed
Build and Test / build (push) Has been cancelled
Some checks failed
Build and Test / build (push) Has been cancelled
This commit is contained in:
1
src/NT8.Adapters/Class1.cs.bak
Normal file
1
src/NT8.Adapters/Class1.cs.bak
Normal file
@@ -0,0 +1 @@
|
||||
// Removed - replaced with PlaceholderAdapter.cs
|
||||
13
src/NT8.Adapters/NT8.Adapters.csproj
Normal file
13
src/NT8.Adapters/NT8.Adapters.csproj
Normal file
@@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<RootNamespace>NT8.Adapters</RootNamespace>
|
||||
<AssemblyName>NT8.Adapters</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\NT8.Core\NT8.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
16
src/NT8.Adapters/PlaceholderAdapter.cs
Normal file
16
src/NT8.Adapters/PlaceholderAdapter.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
// Placeholder file for NT8.Adapters project
|
||||
// This will contain NinjaTrader 8 integration adapters in Phase 1
|
||||
|
||||
using System;
|
||||
|
||||
namespace NT8.Adapters
|
||||
{
|
||||
/// <summary>
|
||||
/// Placeholder class to make project compile
|
||||
/// Will be removed when actual NT8 adapters are implemented
|
||||
/// </summary>
|
||||
internal class PlaceholderAdapter
|
||||
{
|
||||
// Intentionally empty - just for compilation
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user