<?xml version="1.0" encoding="utf-8"?>
<ExportScriptData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Code><![CDATA[<?xml version="1.0" encoding="utf-16"?>
<GraphDataBase xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="GraphViewData">
  <EditData VersionString="2.3" TemplateClass="Script">
    <ViewModel>
      <Model Scale="1">
        <Block Key="instrument" Category="TradableSecurity" Location="48 4" TypeName="TradableSecuritySourceItem">
          <EditItem Guid="d4f1c0d2-de2f-48f5-a0ab-1a78ef7de1b9" CodeName="instrument" IsParametersVisible="true" OnlyValueHandlersCanUsed="false" />
        </Block>
        <Block Key="MACD" Category="Indicators" Location="372 419" TypeName="ConverterItem">
          <EditItem Guid="55c2b90c-2188-42cf-9d3b-dc7bab8f6626" CodeName="MACD" IsParametersVisible="true" OnlyValueHandlersCanUsed="false" HandlerTypeName="TSLab.Script.Handlers.MACDEx, TSLab.Script.Handlers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        </Block>
        <Block Key="compress" Category="TradeMath" Location="372 105" TypeName="ConverterItem">
          <EditItem Guid="7ac03ed1-dee4-4e5e-9a05-97b7bafe08d2" CodeName="compress" IsParametersVisible="true" OnlyValueHandlersCanUsed="false" HandlerTypeName="TSLab.Script.Handlers.Compress, TSLab.Script.Handlers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
            <Parameters>
              <Parameter Name="Interval" TypeName="Int32" Value="1440" />
            </Parameters>
          </EditItem>
        </Block>
        <Block Key="Close" Category="TradeMath" Location="369 279" TypeName="ConverterItem">
          <EditItem Guid="24665f65-c4a1-411d-847e-41f661438234" CodeName="Close" IsParametersVisible="true" OnlyValueHandlersCanUsed="false" HandlerTypeName="TSLab.Script.Handlers.Close, TSLab.Script.Handlers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        </Block>
        <Block Key="MACDS" Category="Indicators" Location="671 423" TypeName="ConverterItem">
          <EditItem Guid="31566d33-4d4b-47ba-b217-6ec6e7f0123e" CodeName="MACDS" IsParametersVisible="true" OnlyValueHandlersCanUsed="false" HandlerTypeName="TSLab.Script.Handlers.MACDSig, TSLab.Script.Handlers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
        </Block>
        <Block Key="MACD_H_Compressed" Category="Formula" Location="734 289" TypeName="DoubleCustomHandlerItem" Width="120" Height="60" ResizablePartWidth="143" ResizablePartHeight="80" OpenParams="true">
          <EditItem Guid="9fced5fb-f1ba-4e75-a697-1e0ad635041f" CodeName="MACD_H_Compressed" IsParametersVisible="true" OnlyValueHandlersCanUsed="false" HandlerTypeName="TSLab.ScriptEngine.Template.DoubleCustomHandlerItem+Handler, TSLab.ScriptEngine, Version=2.0.38.0, Culture=neutral, PublicKeyToken=null">
            <Parameters>
              <Parameter Name="Expression" TypeName="String" Value="MACD - MACDS" />
            </Parameters>
          </EditItem>
        </Block>
        <Block Key="MACD_H" Category="TradeMath" Location="992 121" TypeName="TwoInputsItem">
          <EditItem Guid="35cdd574-eb5e-49d0-8fef-ccf4d074f04f" CodeName="MACD_H" IsParametersVisible="true" OnlyValueHandlersCanUsed="false" HandlerTypeName="TSLab.Script.Handlers.Decompres, TSLab.Script.Handlers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
            <Parameters>
              <Parameter Name="Method" TypeName="DecompressMethodWithDef" Value="Default" />
            </Parameters>
          </EditItem>
        </Block>
        <Pane Key="main" Category="GraphPane" Location="1186 -13" Order="0" IsVisible="true" HideLegend="false" LeftAxisPrecision="-1" LeftAxisByPercents="false" LeftDownHysteresis="0" LeftUpHysteresis="0" RightAxisPrecision="-1" RightAxisByPercents="false" RightDownHysteresis="0" RightUpHysteresis="0" />
        <Pane Key="Pane1" Category="GraphPane" Location="1192 293" Order="1" IsVisible="true" HideLegend="false" LeftAxisPrecision="-1" LeftAxisByPercents="false" LeftDownHysteresis="0" LeftUpHysteresis="0" RightAxisPrecision="-1" RightAxisByPercents="false" RightDownHysteresis="0" RightUpHysteresis="0" />
        <Link From="instrument" To="compress" FromPort="Out" ToPort="Src" ToPortNum="0" />
        <Link From="MACD" To="MACDS" FromPort="Out" ToPort="Src" ToPortNum="0" />
        <Link From="MACD" To="MACD_H_Compressed" FromPort="Out" ToPort="1" ToPortNum="0" />
        <Link From="compress" To="Close" FromPort="Out" ToPort="Src" ToPortNum="0" />
        <Link From="compress" To="MACD_H" FromPort="Out" ToPort="1" ToPortNum="0" />
        <Link From="Close" To="MACD" FromPort="Out" ToPort="Src" ToPortNum="0" />
        <Link From="MACDS" To="MACD_H_Compressed" FromPort="Out" ToPort="2" ToPortNum="1" />
        <Link From="MACD_H_Compressed" To="MACD_H" FromPort="Out" ToPort="2" ToPortNum="1" />
        <GraphLink From="instrument" To="main" FromPort="Out" ToPort="RIGHT" Category="ChartCandleLink">
          <Data>
            <GraphData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ListStyle="LINE" CandleStyle="BAR_CANDLE" LineStyle="SOLID" Color="-16777216" AltColor="-16777216" Opacity="0" HideLastValue="false" Thickness="1" AltThickness="1" PaneSide="RIGHT" Visible="true" ShowTrades="true" CandleFillStyle="Decreasing" Autoscaling="true">
              <Points />
            </GraphData>
          </Data>
        </GraphLink>
        <GraphLink From="compress" To="main" FromPort="Out" ToPort="RIGHT" Category="ChartCandleLink">
          <Data>
            <GraphData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ListStyle="LINE" CandleStyle="BAR_CANDLE" LineStyle="SOLID" Color="-16750849" AltColor="-16750849" Opacity="95" HideLastValue="false" Thickness="1" AltThickness="1" PaneSide="RIGHT" Visible="true" ShowTrades="true" CandleFillStyle="Decreasing" Autoscaling="true">
              <Points />
            </GraphData>
          </Data>
        </GraphLink>
        <GraphLink From="MACD_H" To="Pane1" FromPort="Out" ToPort="RIGHT" Category="ChartLineLink">
          <Data>
            <GraphData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ListStyle="HISTOHRAM" CandleStyle="BAR_CANDLE" LineStyle="SOLID" Color="-16750849" AltColor="-16750849" Opacity="0" HideLastValue="false" Thickness="1" AltThickness="1" PaneSide="RIGHT" Visible="true" ShowTrades="true" CandleFillStyle="Decreasing" Autoscaling="true">
              <Points />
            </GraphData>
          </Data>
        </GraphLink>
      </Model>
    </ViewModel>
  </EditData>
  <Id>f3bcb92c-037d-4334-aba5-88b5402e4b10</Id>
  <Options xsi:type="LabOptions">
    <BarSizes>
      <BarSize Key="" Value="32.561099754735963" />
      <BarSize Key="Profit" Value="2.5557666666666665" />
    </BarSizes>
    <Indent>0</Indent>
    <HideValues>false</HideValues>
    <LegendTransparency>0</LegendTransparency>
    <TimeScale>Adaptive</TimeScale>
    <GroupTrades>true</GroupTrades>
    <LegendForegroundColor>
      <Value>
        <A>0</A>
        <R>0</R>
        <G>0</G>
        <B>0</B>
      </Value>
      <IsChanged>false</IsChanged>
      <Default>
        <A>255</A>
        <R>0</R>
        <G>0</G>
        <B>0</B>
      </Default>
    </LegendForegroundColor>
    <ChartBackgroundColor>
      <Value>
        <A>0</A>
        <R>0</R>
        <G>0</G>
        <B>0</B>
      </Value>
      <IsChanged>false</IsChanged>
      <Default>
        <A>255</A>
        <R>255</R>
        <G>255</G>
        <B>255</B>
      </Default>
    </ChartBackgroundColor>
    <ChartForegroundColor>
      <Value>
        <A>0</A>
        <R>0</R>
        <G>0</G>
        <B>0</B>
      </Value>
      <IsChanged>false</IsChanged>
      <Default>
        <A>255</A>
        <R>0</R>
        <G>0</G>
        <B>0</B>
      </Default>
    </ChartForegroundColor>
    <ChartGridColor>
      <Value>
        <A>0</A>
        <R>0</R>
        <G>0</G>
        <B>0</B>
      </Value>
      <IsChanged>false</IsChanged>
      <Default>
        <A>255</A>
        <R>214</R>
        <G>214</G>
        <B>214</B>
      </Default>
    </ChartGridColor>
    <ChartBorderColor>
      <Value>
        <A>0</A>
        <R>0</R>
        <G>0</G>
        <B>0</B>
      </Value>
      <IsChanged>false</IsChanged>
      <Default>
        <A>255</A>
        <R>214</R>
        <G>214</G>
        <B>214</B>
      </Default>
    </ChartBorderColor>
    <ChartRulerBackgroundColor>
      <Value>
        <A>0</A>
        <R>0</R>
        <G>0</G>
        <B>0</B>
      </Value>
      <IsChanged>false</IsChanged>
      <Default>
        <A>255</A>
        <R>242</R>
        <G>242</G>
        <B>242</B>
      </Default>
    </ChartRulerBackgroundColor>
    <ChartRulerForegroundColor>
      <Value>
        <A>0</A>
        <R>0</R>
        <G>0</G>
        <B>0</B>
      </Value>
      <IsChanged>false</IsChanged>
      <Default>
        <A>255</A>
        <R>0</R>
        <G>0</G>
        <B>0</B>
      </Default>
    </ChartRulerForegroundColor>
    <IntervalBase>MINUTE</IntervalBase>
    <Interval>1</Interval>
    <GraphListVisibilities />
    <VerticalIndents />
    <RecalcInterval>INTERVAL</RecalcInterval>
    <DateFrom>2009-12-28T03:00:00+06:00</DateFrom>
    <UseDateFrom>true</UseDateFrom>
    <DateTo>2010-01-29T00:02:00</DateTo>
    <UseDateTo>false</UseDateTo>
    <DateReload>2018-06-26T04:00:00+07:00</DateReload>
    <UseDateReload>true</UseDateReload>
    <MaxDays>0</MaxDays>
    <SessionBegin>2000-01-01T00:00:00</SessionBegin>
    <SessionEnd>2000-01-01T00:00:00</SessionEnd>
    <DecompressMethod>Method3</DecompressMethod>
    <MaxCandels>0</MaxCandels>
    <RtUpdates>false</RtUpdates>
    <CalcForEachSecurity>false</CalcForEachSecurity>
    <ScriptEditorUseGridStep>false</ScriptEditorUseGridStep>
    <ScriptEditorGridStep>20</ScriptEditorGridStep>
    <TradeFromBar>0</TradeFromBar>
    <IsSplittedProfitByInstruments>false</IsSplittedProfitByInstruments>
    <NotUsePositions>false</NotUsePositions>
    <InitDeposit>0</InitDeposit>
    <LabCalcType>Default</LabCalcType>
    <TradeMode>All</TradeMode>
    <IsShowedBlockNumbers>false</IsShowedBlockNumbers>
  </Options>
  <Mappings>
    <Sources>
      <Source DataSourceName="Hist_TATN" SecurityId="TATN_150101_200228" Name="d4f1c0d2-de2f-48f5-a0ab-1a78ef7de1b9" VisualTypeName="Торгуемый инструмент" IsOption="false">
        <Records />
      </Source>
    </Sources>
    <Parameters>
      <Parameter xsi:type="IntOptimData" ItemName="55c2b90c-2188-42cf-9d3b-dc7bab8f6626" BlockName="MACD" Name="Первый период" InvariantName="Period1" CodeName="MACD_Period1" UsedInOptimization="false" IsCalculable="false" Value="12" TypeName="Int32" MinValue="5" MaxValue="40" Step="1" ControlMinValue="5" ControlMaxValue="40" ControlStep="1" />
      <Parameter xsi:type="IntOptimData" ItemName="55c2b90c-2188-42cf-9d3b-dc7bab8f6626" BlockName="MACD" Name="Второй период" InvariantName="Period2" CodeName="MACD_Period2" UsedInOptimization="false" IsCalculable="false" Value="26" TypeName="Int32" MinValue="10" MaxValue="40" Step="1" ControlMinValue="10" ControlMaxValue="40" ControlStep="1" />
      <Parameter xsi:type="IntOptimData" ItemName="7ac03ed1-dee4-4e5e-9a05-97b7bafe08d2" BlockName="compress" Name="Сдвиг" InvariantName="Shift" CodeName="compress_Shift" UsedInOptimization="false" IsCalculable="false" Value="0" TypeName="Int32" MinValue="0" MaxValue="60" Step="5" ControlMinValue="0" ControlMaxValue="60" ControlStep="5" />
      <Parameter xsi:type="IntOptimData" ItemName="31566d33-4d4b-47ba-b217-6ec6e7f0123e" BlockName="MACDS" Name="Период" InvariantName="Period" CodeName="MACDS_Period" UsedInOptimization="false" IsCalculable="false" Value="9" TypeName="Int32" MinValue="3" MaxValue="20" Step="1" ControlMinValue="3" ControlMaxValue="20" ControlStep="1" />
    </Parameters>
    <ParameterGroups />
    <AutoParameters />
  </Mappings>
  <Iterations>100</Iterations>
  <OptParametersRecords />
  <OptParametersRecordsFolders />
</GraphDataBase>]]></Code>
  <Settings2><![CDATA[<?xml version="1.0" encoding="utf-16"?>
<XmlLabSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Options>
    <DefEntryApprove>false</DefEntryApprove>
    <DefExitApprove>false</DefExitApprove>
    <AutoEntryBars>0</AutoEntryBars>
    <AutoEntryIgnoreByMarketAsLimit>false</AutoEntryIgnoreByMarketAsLimit>
    <AutoCloseBars>0</AutoCloseBars>
    <AutoCloseIgnoreByMarketAsLimit>false</AutoCloseIgnoreByMarketAsLimit>
    <Slippage>0</Slippage>
    <SlippagePct>0</SlippagePct>
    <TakeProfitNoSlippage>false</TakeProfitNoSlippage>
    <OpenPositionNoSlippage>false</OpenPositionNoSlippage>
    <ByMarketAsLimt>false</ByMarketAsLimt>
    <InvalidStopsByMarket>false</InvalidStopsByMarket>
    <RemoveInactivePositions>true</RemoveInactivePositions>
    <WarnSkippedOpenPositions>true</WarnSkippedOpenPositions>
    <NotOpenIfHasSkippedExit>false</NotOpenIfHasSkippedExit>
    <NoCalcInfo>false</NoCalcInfo>
    <MaxBarsForSignal>0</MaxBarsForSignal>
    <ExitSignalOnlyForLastBar>false</ExitSignalOnlyForLastBar>
    <WaitExecutionExitBars>0</WaitExecutionExitBars>
    <WaitExecutionEntryBars>0</WaitExecutionEntryBars>
  </Options>
  <Mappings>
    <Sources />
    <Parameters />
    <ParameterGroups />
    <AutoParameters />
  </Mappings>
  <AppearanceOptions>
    <Columns />
    <OptimizationColumns>
      <LabTableColumnProperties>
        <Name>Имя блока</Name>
        <Header>Имя блока</Header>
        <IsVisible>true</IsVisible>
        <Width>182</Width>
        <DefinedWidth>182</DefinedWidth>
        <DisplayIndex>0</DisplayIndex>
        <Index>0</Index>
        <UseFilter>false</UseFilter>
        <SortDirection>2</SortDirection>
        <FilterSettings>
          <FieldFilterLogicalOperator>And</FieldFilterLogicalOperator>
        </FilterSettings>
      </LabTableColumnProperties>
      <LabTableColumnProperties>
        <Name>Параметр</Name>
        <Header>Параметр</Header>
        <IsVisible>true</IsVisible>
        <Width>100</Width>
        <DefinedWidth>100</DefinedWidth>
        <DisplayIndex>1</DisplayIndex>
        <Index>0</Index>
        <UseFilter>false</UseFilter>
        <SortDirection>2</SortDirection>
        <FilterSettings>
          <FieldFilterLogicalOperator>And</FieldFilterLogicalOperator>
        </FilterSettings>
      </LabTableColumnProperties>
      <LabTableColumnProperties>
        <Name>Значение</Name>
        <Header>Значение</Header>
        <IsVisible>true</IsVisible>
        <Width>125</Width>
        <DefinedWidth>Auto</DefinedWidth>
        <DisplayIndex>2</DisplayIndex>
        <Index>0</Index>
        <UseFilter>false</UseFilter>
        <SortDirection>2</SortDirection>
        <FilterSettings>
          <FieldFilterLogicalOperator>And</FieldFilterLogicalOperator>
        </FilterSettings>
      </LabTableColumnProperties>
      <LabTableColumnProperties>
        <Name>Мин</Name>
        <Header>Мин</Header>
        <IsVisible>true</IsVisible>
        <Width>70</Width>
        <DefinedWidth>Auto</DefinedWidth>
        <DisplayIndex>3</DisplayIndex>
        <Index>0</Index>
        <UseFilter>false</UseFilter>
        <SortDirection>2</SortDirection>
        <FilterSettings>
          <FieldFilterLogicalOperator>And</FieldFilterLogicalOperator>
        </FilterSettings>
      </LabTableColumnProperties>
      <LabTableColumnProperties>
        <Name>Макс</Name>
        <Header>Макс</Header>
        <IsVisible>true</IsVisible>
        <Width>70</Width>
        <DefinedWidth>Auto</DefinedWidth>
        <DisplayIndex>4</DisplayIndex>
        <Index>0</Index>
        <UseFilter>false</UseFilter>
        <SortDirection>2</SortDirection>
        <FilterSettings>
          <FieldFilterLogicalOperator>And</FieldFilterLogicalOperator>
        </FilterSettings>
      </LabTableColumnProperties>
      <LabTableColumnProperties>
        <Name>Шаг</Name>
        <Header>Шаг</Header>
        <IsVisible>true</IsVisible>
        <Width>70</Width>
        <DefinedWidth>Auto</DefinedWidth>
        <DisplayIndex>5</DisplayIndex>
        <Index>0</Index>
        <UseFilter>false</UseFilter>
        <SortDirection>2</SortDirection>
        <FilterSettings>
          <FieldFilterLogicalOperator>And</FieldFilterLogicalOperator>
        </FilterSettings>
      </LabTableColumnProperties>
      <LabTableColumnProperties>
        <Name>Выбрать</Name>
        <Header>Выбрать</Header>
        <IsVisible>true</IsVisible>
        <Width>70</Width>
        <DefinedWidth>70</DefinedWidth>
        <DisplayIndex>6</DisplayIndex>
        <Index>0</Index>
        <UseFilter>false</UseFilter>
        <SortDirection>2</SortDirection>
        <FilterSettings>
          <FieldFilterLogicalOperator>And</FieldFilterLogicalOperator>
        </FilterSettings>
      </LabTableColumnProperties>
    </OptimizationColumns>
    <BarSizes />
    <GraphListVisibilities />
    <VerticalIndents />
  </AppearanceOptions>
  <Layout>&lt;XmlLabLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
	&lt;MainChartWindow Id="Main"&gt;
		&lt;Docking&gt;&amp;lt;?xml version="1.0" encoding="utf-16"?&amp;gt;&amp;lt;DockSiteLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SerializationFormat="All" Version="2"&amp;gt;&amp;lt;AutoHideHost /&amp;gt;&amp;lt;Content xsi:type="SplitContainer" Orientation="Horizontal" DockedSize="1840,964"&amp;gt;&amp;lt;UIElement xsi:type="Workspace"&amp;gt;&amp;lt;Content xsi:type="TabbedMdiHost"&amp;gt;&amp;lt;Content xsi:type="TabbedMdiContainer" SelectedWindowUniqueId="efca5e99-df69-4b0e-aed8-0a3542092c1a"&amp;gt;&amp;lt;UIElement xsi:type="ToolWindowRef" UniqueId="efca5e99-df69-4b0e-aed8-0a3542092c1a" /&amp;gt;&amp;lt;/Content&amp;gt;&amp;lt;/Content&amp;gt;&amp;lt;/UIElement&amp;gt;&amp;lt;UIElement xsi:type="ToolWindowContainer" DockedSize="0,0"&amp;gt;&amp;lt;UIElement xsi:type="Track" CreationDateTime="2020-02-29T19:54:10.2325305+07:00" UniqueId="efca5e99-df69-4b0e-aed8-0a3542092c1a" /&amp;gt;&amp;lt;/UIElement&amp;gt;&amp;lt;/Content&amp;gt;&amp;lt;ToolWindows&amp;gt;&amp;lt;ToolWindow UniqueId="efca5e99-df69-4b0e-aed8-0a3542092c1a" SerializationId="Graph" IsOpen="true" LastActiveDateTime="2020-02-29T19:54:10.2945762+07:00" State="Document" /&amp;gt;&amp;lt;/ToolWindows&amp;gt;&amp;lt;/DockSiteLayout&amp;gt;&lt;/Docking&gt;
	&lt;/MainChartWindow&gt;
	&lt;Docking&gt;&amp;lt;DockSiteLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SerializationFormat="All" Version="2"&amp;gt;
	&amp;lt;AutoHideHost /&amp;gt;
	&amp;lt;Content xsi:type="Workspace"&amp;gt;
		&amp;lt;Content xsi:type="TabbedMdiHost"&amp;gt;
			&amp;lt;Content xsi:type="TabbedMdiContainer" DockedSize="1840,1011" SelectedWindowUniqueId="8849dbae-e4c7-42fa-a737-816b68260c28"&amp;gt;
				&amp;lt;UIElement xsi:type="ToolWindowRef" UniqueId="8849dbae-e4c7-42fa-a737-816b68260c28" /&amp;gt;
				&amp;lt;UIElement xsi:type="ToolWindowRef" UniqueId="db36e39c-931e-4915-a0d2-0f3a612e044a" /&amp;gt;
				&amp;lt;UIElement xsi:type="ToolWindowRef" UniqueId="24fec83f-b4fd-45ca-869f-c2c79d741c6f" /&amp;gt;
				&amp;lt;UIElement xsi:type="ToolWindowRef" UniqueId="5eba90dd-9ced-410c-a138-be5fd942f599" /&amp;gt;
				&amp;lt;UIElement xsi:type="ToolWindowRef" UniqueId="81a17207-e015-432e-8b35-3bdf24030bf4" /&amp;gt;
				&amp;lt;UIElement xsi:type="ToolWindowRef" UniqueId="db6ea924-6f55-445d-9cb7-72cb7aab01d5" /&amp;gt;
				&amp;lt;UIElement xsi:type="ToolWindowRef" UniqueId="1a41d17f-020f-47b4-be52-afdb2bc79834" /&amp;gt;
				&amp;lt;UIElement xsi:type="ToolWindowRef" UniqueId="b99202d3-131c-4da3-abc3-5d5579fe3f5d" /&amp;gt;
			&amp;lt;/Content&amp;gt;
		&amp;lt;/Content&amp;gt;
	&amp;lt;/Content&amp;gt;
	&amp;lt;ToolWindows&amp;gt;
		&amp;lt;ToolWindow UniqueId="8849dbae-e4c7-42fa-a737-816b68260c28" SerializationId="EditorViewModel" Name="Editor" ContainerDockedSize="1840,1011" IsOpen="true" LastActiveDateTime="2020-02-29T22:03:55.9652981+07:00" State="Document" Type="TSLab.Controls.ContentPane, TSLab.Controls" /&amp;gt;
		&amp;lt;ToolWindow UniqueId="db36e39c-931e-4915-a0d2-0f3a612e044a" SerializationId="ChartViewModel" Name="Graph" ContainerDockedSize="1840,1011" IsOpen="true" LastActiveDateTime="2020-02-29T22:01:40.2121094+07:00" State="Document" Type="TSLab.Controls.ContentPane, TSLab.Controls" /&amp;gt;
		&amp;lt;ToolWindow UniqueId="24fec83f-b4fd-45ca-869f-c2c79d741c6f" SerializationId="PerformanceViewModel" Name="Performance" ContainerDockedSize="1840,1011" IsOpen="true" LastActiveDateTime="2020-02-29T21:00:38.6149579+07:00" State="Document" Type="TSLab.Controls.ContentPane, TSLab.Controls" /&amp;gt;
		&amp;lt;ToolWindow UniqueId="5eba90dd-9ced-410c-a138-be5fd942f599" SerializationId="TradesViewModel" Name="Trades" ContainerDockedSize="1840,1011" IsOpen="true" State="Document" Type="TSLab.Controls.ContentPane, TSLab.Controls" /&amp;gt;
		&amp;lt;ToolWindow UniqueId="81a17207-e015-432e-8b35-3bdf24030bf4" SerializationId="OptimizationViewModel" Name="Optimization" ContainerDockedSize="1840,1011" IsOpen="true" LastActiveDateTime="2020-02-29T19:59:27.6775953+07:00" State="Document" Type="TSLab.Controls.ContentPane, TSLab.Controls" /&amp;gt;
		&amp;lt;ToolWindow UniqueId="db6ea924-6f55-445d-9cb7-72cb7aab01d5" SerializationId="ParametersViewModel" Name="Parameters" ContainerDockedSize="1840,1011" IsOpen="true" State="Document" Type="TSLab.Controls.ContentPane, TSLab.Controls" /&amp;gt;
		&amp;lt;ToolWindow UniqueId="1a41d17f-020f-47b4-be52-afdb2bc79834" SerializationId="LogViewModel" Name="Log" ContainerDockedSize="1840,1011" IsOpen="true" State="Document" Type="TSLab.Controls.ContentPane, TSLab.Controls" /&amp;gt;
		&amp;lt;ToolWindow UniqueId="b99202d3-131c-4da3-abc3-5d5579fe3f5d" SerializationId="ProfitModel" Name="Profit" ContainerDockedSize="1840,1011" IsOpen="true" LastActiveDateTime="2020-02-29T20:00:07.225031+07:00" State="Document" Type="TSLab.Controls.ContentPane, TSLab.Controls" /&amp;gt;
	&amp;lt;/ToolWindows&amp;gt;
&amp;lt;/DockSiteLayout&amp;gt;&lt;/Docking&gt;
	&lt;ActiveWindow&gt;EditorViewModel&lt;/ActiveWindow&gt;
	&lt;LabModels&gt;
		&lt;XmlLabModel&gt;
			&lt;ContentId&gt;EditorViewModel&lt;/ContentId&gt;
			&lt;IsVisible&gt;true&lt;/IsVisible&gt;
		&lt;/XmlLabModel&gt;
		&lt;XmlLabModel&gt;
			&lt;ContentId&gt;ChartViewModel&lt;/ContentId&gt;
			&lt;IsVisible&gt;true&lt;/IsVisible&gt;
		&lt;/XmlLabModel&gt;
		&lt;XmlLabModel&gt;
			&lt;ContentId&gt;PerformanceViewModel&lt;/ContentId&gt;
			&lt;IsVisible&gt;true&lt;/IsVisible&gt;
		&lt;/XmlLabModel&gt;
		&lt;XmlLabModel&gt;
			&lt;ContentId&gt;TradesViewModel&lt;/ContentId&gt;
			&lt;IsVisible&gt;true&lt;/IsVisible&gt;
		&lt;/XmlLabModel&gt;
		&lt;XmlLabModel&gt;
			&lt;ContentId&gt;OptimizationViewModel&lt;/ContentId&gt;
			&lt;IsVisible&gt;true&lt;/IsVisible&gt;
		&lt;/XmlLabModel&gt;
		&lt;XmlLabModel&gt;
			&lt;ContentId&gt;ParametersViewModel&lt;/ContentId&gt;
			&lt;IsVisible&gt;true&lt;/IsVisible&gt;
		&lt;/XmlLabModel&gt;
		&lt;XmlLabModel&gt;
			&lt;ContentId&gt;LogViewModel&lt;/ContentId&gt;
			&lt;IsVisible&gt;true&lt;/IsVisible&gt;
		&lt;/XmlLabModel&gt;
		&lt;XmlLabModel&gt;
			&lt;ContentId&gt;ProfitModel&lt;/ContentId&gt;
			&lt;IsVisible&gt;true&lt;/IsVisible&gt;
		&lt;/XmlLabModel&gt;
	&lt;/LabModels&gt;
	&lt;LabWindows /&gt;
&lt;/XmlLabLayout&gt;</Layout>
</XmlLabSettings>]]></Settings2>
  <Comment><![CDATA[]]></Comment>
  <Tags />
</ExportScriptData>