Audio Alerts Template for All XABCD Patterns in NinjaTrader 8

These audio alert templates that we've made take a heck of a long, and painful process to get them all in there. Sadly there is no easy way to do this with NinjaTrader but we'll make it easier for you!

How To Import These Alerts

These audio alert templates that we've made take a heck of a long, and painful process to get them all in there. Sadly there is no easy way to do this with NinjaTrader but we'll make it easier for you!
  1. Close NinjaTrader 8
  2. Backup your NinjaTrader 8 in FULL
  3. Not sure how to backup your NinjaTrader 8?
    If you are not sure how to backup your NinjaTrader 8, watch this quick tip on backups before you begin.
  4. Open up your workspace template using a text editor such as Notepad or Notepad++. Do not use wordpad or word for this task.
  5. Locate the line that reads:
  6. On the next line you *might* see something like this: <MarketAnalyzerAlerts>
    If you see this you will need to remove everything between that, and the closed tag which looks like this: </MarketAnalyzerAlerts>
    What you are deleting is all your existing alerts. Replace it with all the text below and paste it right after.
  7. After you put the code below into your text, save the file and open the your copy of NinjaTrader 8
<MarketAnalyzerAlerts>
            <ArrayOfAlert xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T09:25:18.4649528</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T10:08:56.8986291</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T02:52:02.2359441</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bearish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bearish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T09:12:28.6544936</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T08:22:49.3597812</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T08:44:30.6004594</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-22T20:46:24.3051322</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF4169E1&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>1</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFFFFF&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T09:44:38.1669963</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish RTP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-23T23:14:53.0537392</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T05:46:36.7818977</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T02:37:01.3591645</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-23T18:01:34.1515457</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-23T02:30:07.2419113</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bearish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFFFD700&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-2</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bearish ETP-2</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T05:08:40.2621863</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T01:09:53.1330403</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T00:02:40.8028178</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-23T01:53:27.6889549</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T01:03:18.1481727</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T04:15:42.7286576</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T09:12:22.2473766</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bearish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF9ACD32&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-3</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bearish ETP-3</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T06:45:15.1889414</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T08:22:46.0633498</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T01:08:33.2350504</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-23T21:55:14.6733404</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bearish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bearish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T09:47:10.1234761</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T09:13:25.8319994</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T09:12:14.2342786</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T10:08:33.9726257</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-23T17:09:15.4326542</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF7FFF00&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>4</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish RTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T09:12:24.718556</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-23T19:16:44.1024266</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T05:30:00.4089151</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-23T23:54:54.1234956</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-23T13:48:00.2790031</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T05:54:18.7273961</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T07:43:39.5417309</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>2017-03-24T04:51:52.3141112</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bearish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF808000&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-5</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FF000000&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bearish ETP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bearish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bearish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>6</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish 4PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bearish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-7</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bearish 6PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bearish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bearish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>8</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish 3PP</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bearish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-9</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bearish ETP-0</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bearish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bearish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>10</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish Custom</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>11</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bullish XTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>11</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bullish XTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>11</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bullish XTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>11</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bullish XTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>240M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>11</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>240M - Bullish XTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>1D</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>11</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>1D - Bullish XTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>5M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-11</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>5M - Bearish XTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>15M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-11</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>15M - Bearish XTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>30M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-11</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>30M - Bearish XTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>PlaySound</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                </Actions>
                <ApplyTo>All</ApplyTo>
                <BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#00FFFFFF&lt;/SolidColorBrush&gt;</BackgroundSerialize>
                <Conditions>
                  <AlertCondition>
                    <LeftItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>60M</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>false</IsStaticValue>
                      <Value>0</Value>
                      <IsOffsetEnabled>true</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </LeftItem>
                    <Lookback>1</Lookback>
                    <Operator>Equals</Operator>
                    <RightItem xsi:type="AlertConditionItem">
                      <IsExpanded>false</IsExpanded>
                      <IsSelected>false</IsSelected>
                      <Children />
                      <Name>Numeric Value</Name>
                      <Offset>
                        <IsSetEnabled>false</IsSetEnabled>
                        <OffsetValue>0</OffsetValue>
                        <OffsetOperator>Add</OffsetOperator>
                        <OffsetType>Arithmetic</OffsetType>
                      </Offset>
                      <OffsetType>Arithmetic</OffsetType>
                      <IsStaticValue>true</IsStaticValue>
                      <Value>-11</Value>
                      <IsOffsetEnabled>false</IsOffsetEnabled>
                      <ShouldOnlyDisplayName>true</ShouldOnlyDisplayName>
                    </RightItem>
                  </AlertCondition>
                </Conditions>
                <ConditionsOperator>All</ConditionsOperator>
                <ForegroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFCCCCCC&lt;/SolidColorBrush&gt;</ForegroundSerialize>
                <Id>ef2d752a16d6477399ada0b005b399ad</Id>
                <IsEnabled>true</IsEnabled>
                <LastTimeTriggered>1800-01-01T00:00:00</LastTimeTriggered>
                <Message> @NAME</Message>
                <Name>60M - Bearish XTP-1</Name>
                <Priority>Low</Priority>
                <RearmSeconds>4500</RearmSeconds>
                <RearmType>OnTimer</RearmType>
              </Alert>
              <Alert>
                <IsVisible>true</IsVisible>
                <Actions>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Show a pop up dialog</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>
                      <OffsetType>Arithmetic</OffsetType>
                    </Offset>
                    <OffsetType>Arithmetic</OffsetType>
                    <IsStaticValue>false</IsStaticValue>
                    <Value>0</Value>
                    <IsOffsetEnabled>false</IsOffsetEnabled>
                    <ShouldOnlyDisplayName>false</ShouldOnlyDisplayName>
                    <Action>ShowMessage</Action>
                    <LimitPrice>1</LimitPrice>
                    <OrderInstrument>@INSTRUMENT</OrderInstrument>
                    <OrderAccountSerialize />
                    <OrderTimeInForce>Day</OrderTimeInForce>
                    <OrderAction>Buy</OrderAction>
                    <OrderQuantity>1</OrderQuantity>
                    <OrderType>Market</OrderType>
                    <Message>@MESSAGE</Message>
                    <ShareMessage>@MESSAGE</ShareMessage>
                    <ShareScreenshotType>None</ShareScreenshotType>
                    <SoundLocation>C:\Program Files (x86)\NinjaTrader 8\sounds\Alert1.wav</SoundLocation>
                    <StopPrice>1</StopPrice>
                  </AlertAction>
                  <AlertAction>
                    <IsExpanded>false</IsExpanded>
                    <IsSelected>false</IsSelected>
                    <Children />
                    <Name>Play a sound</Name>
                    <Offset>
                      <IsSetEnabled>false</IsSetEnabled>
                      <OffsetValue>0</OffsetValue>
                      <OffsetOperator>Add</OffsetOperator>