Skip to content

Commit b53db5a

Browse files
committed
Change build settings
1 parent c4f98b3 commit b53db5a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

project/OsEngine/OsEngine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3838
<PlatformTarget>x64</PlatformTarget>
3939
<DebugSymbols>true</DebugSymbols>
40-
<DebugType>full</DebugType>
40+
<DebugType>embedded</DebugType>
4141
<Optimize>false</Optimize>
4242
<OutputPath>bin\Debug\</OutputPath>
4343
<DefineConstants>DEBUG;TRACE</DefineConstants>

project/OsEngine/OsTrader/Grids/TradeGrid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Разные базовые сути сеток:
1717
// 1) Выход по всей сетке через общий профит и стоп. Как способ открытия позиции // OpenPosition
1818
// 2) Открытие сеткой / закрытие сеткой. Как способ открытия позиции и закрытия позиции // Mirror
19-
// 3) По каждому открытию отдельный выход. Как маркет-мейкинг инстурмента в одну сторону. // MarketMaking
19+
// 3) По каждому открытию отдельный выход. Как маркет-мейкинг инструмента в одну сторону. // MarketMaking
2020

2121
// Какие бывают общие настройки у сеток
2222
// Объём: Мартингейл / Равномерно
986 KB
Binary file not shown.

0 commit comments

Comments
 (0)