Audio Alerts Template for All XABCD Patterns in NinjaTrader 8

Author: XABCD Team on September 20, 2022
Featured image for “Audio Alerts Template for All XABCD Patterns in NinjaTrader 8”Featured image for “Audio Alerts Template for All XABCD Patterns in NinjaTrader 8”

Audio Alerts Templates Are Here!

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>
<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 - 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>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 - 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>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>12</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-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;#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>12</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-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;#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>12</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-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;#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>12</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-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;#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>12</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-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;#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>12</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-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;#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>-12</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-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;#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>-12</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-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;#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>-12</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-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;#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>-12</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-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;#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>-12</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 XTP-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;#FFEE82EE&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>-13</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:28:01.6530814</LastTimeTriggered>
<Message> @NAME</Message>
<Name>5M - Bearish ETP-4</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;#FFEE82EE&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>-13</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:28:12.0373757</LastTimeTriggered>
<Message> @NAME</Message>
<Name>15M - Bearish ETP-4</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;#FFEE82EE&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>-13</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-24T03:04:29.1015332</LastTimeTriggered>
<Message> @NAME</Message>
<Name>30M - Bearish ETP-4</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;#FFEE82EE&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>-13</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-4</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;#FFEE82EE&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>-13</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-4</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;#FFEE82EE&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>-13</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-4</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;#FFEE82EE&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>13</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:21.4354107</LastTimeTriggered>
<Message> @NAME</Message>
<Name>5M - Bullish ETP-4</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;#FFEE82EE&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>13</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:16:37.9577067</LastTimeTriggered>
<Message> @NAME</Message>
<Name>15M - Bullish ETP-4</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;#FFEE82EE&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>13</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 - Bullish ETP-4</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;#FFEE82EE&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>13</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-4</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;#FFEE82EE&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>13</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-4</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;#FFEE82EE&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>13</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-4</Name>
<Priority>Low</Priority>
<RearmSeconds>4500</RearmSeconds>
<RearmType>OnTimer</RearmType>
</Alert>
</ArrayOfAlert>
</MarketAnalyzerAlerts>
Are you using our Custom Audio Pack that reads out the pattern names? Use this setting instead:
  <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>
</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>1800-01-01T00:00:00</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\bearish-rtp2.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>1800-01-01T00:00:00</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\bearish-rtp2.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>1800-01-01T00:00:00</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\bearish-rtp2.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\bearish-rtp2.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\bearish-rtp2.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>
</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>1800-01-01T00:00:00</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\bullish-rtp2.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>1800-01-01T00:00:00</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\bullish-rtp2.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>1800-01-01T00:00:00</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\bullish-rtp2.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\bullish-rtp2.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 - 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\bullish-rtp2.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 - 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>
</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>1800-01-01T00:00:00</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\bullish-etp2.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>1800-01-01T00:00:00</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\bullish-etp2.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 - 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\bullish-etp2.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\bullish-etp2.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\bullish-etp2.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>
</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>1800-01-01T00:00:00</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\bearish-etp2.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>1800-01-01T00:00:00</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\bearish-etp2.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\bearish-etp2.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\bearish-etp2.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\bearish-etp2.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>
</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>1800-01-01T00:00:00</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\bullish-etp3.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>1800-01-01T00:00:00</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\bullish-etp3.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>1800-01-01T00:00:00</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\bullish-etp3.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 - 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\bullish-etp3.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\bullish-etp3.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>
</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>1800-01-01T00:00:00</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\bearish-etp3.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>1800-01-01T00:00:00</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\bearish-etp3.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>1800-01-01T00:00:00</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\bearish-etp3.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\bearish-etp3.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>false</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\bearish-etp3.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>
</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>1800-01-01T00:00:00</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\bearish-rtp1.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-04-12T11:40:13.127865</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\bearish-rtp1.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>1800-01-01T00:00:00</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\bearish-rtp1.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>1800-01-01T00:00:00</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\bearish-rtp1.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\bearish-rtp1.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>
</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>1800-01-01T00:00:00</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\bullish-rtp1.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>1800-01-01T00:00:00</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\bullish-rtp1.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>1800-01-01T00:00:00</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\bullish-rtp1.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>1800-01-01T00:00:00</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\bullish-rtp1.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-04-12T11:40:13.1008625</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\bullish-rtp1.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>
</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>1800-01-01T00:00:00</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\bullish-etp1.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>1800-01-01T00:00:00</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\bullish-etp1.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>1800-01-01T00:00:00</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\bullish-etp1.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 - 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\bullish-etp1.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 - 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\bullish-etp1.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>
</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>1800-01-01T00:00:00</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\bearish-etp1.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>1800-01-01T00:00:00</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\bearish-etp1.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>1800-01-01T00:00:00</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\bearish-etp1.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\bearish-etp1.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>Never</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\bearish-etp1.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>
</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\bearish-4pp.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\bearish-4pp.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\bearish-4pp.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\bearish-4pp.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\bearish-4pp.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>
</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\bullish-4pp.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\bullish-4pp.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\bullish-4pp.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\bullish-4pp.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\bullish-4pp.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>
</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\bullish-6pp.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\bullish-6pp.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\bullish-6pp.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\bullish-6pp.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\bullish-6pp.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>
</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\bearish-6pp.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\bearish-6pp.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\bearish-6pp.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\bearish-6pp.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\bearish-6pp.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>
</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\bearish-3pp.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\bearish-3pp.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\bearish-3pp.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\bearish-3pp.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\bearish-3pp.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>
</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\bullish-3pp.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\bullish-3pp.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\bullish-3pp.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\bullish-3pp.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\bullish-3pp.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>
</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\bullish-custom.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\bullish-custom.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\bullish-custom.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\bullish-custom.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\bullish-custom.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>
</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\bearish-custom.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\bearish-custom.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\bearish-custom.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\bearish-custom.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\bearish-custom.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>
</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\bearish-custom.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\bearish-custom.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\bearish-custom.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\bearish-custom.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\bearish-custom.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>
</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\bullish-custom.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\bullish-custom.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\bullish-custom.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\bullish-custom.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\bullish-custom.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>
</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\bullish-xtp1.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\bullish-xtp1.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\bullish-xtp1.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\bullish-xtp1.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\bullish-xtp1.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>
</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\bearish-xtp1.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\bearish-xtp1.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\bearish-xtp1.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>
<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\bearish-xtp1.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 - 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\bearish-xtp1.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 - 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>
</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>12</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-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\bullish-xtp2.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>12</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-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\bullish-xtp2.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>12</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-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\bullish-xtp2.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>12</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-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\bullish-xtp2.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>12</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-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\bullish-xtp2.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>12</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-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>
</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>-12</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-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\bearish-xtp2.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>-12</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-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\bearish-xtp2.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>-12</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-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\bearish-xtp2.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>-12</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-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\bearish-xtp2.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>-12</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 XTP-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>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>-13</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>5M - Bearish ETP-4</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\bearish-etp4.wav</SoundLocation>
<StopPrice>1</StopPrice>
</AlertAction>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>-13</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-04-12T11:40:13.124864</LastTimeTriggered>
<Message> @NAME</Message>
<Name>15M - Bearish ETP-4</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\bearish-etp4.wav</SoundLocation>
<StopPrice>1</StopPrice>
</AlertAction>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>-13</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-4</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\bearish-etp4.wav</SoundLocation>
<StopPrice>1</StopPrice>
</AlertAction>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>-13</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-4</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\bearish-etp4.wav</SoundLocation>
<StopPrice>1</StopPrice>
</AlertAction>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>-13</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-4</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\bearish-etp4.wav</SoundLocation>
<StopPrice>1</StopPrice>
</AlertAction>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>-13</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-4</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>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>13</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>5M - Bullish ETP-4</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\bullish-etp4.wav</SoundLocation>
<StopPrice>1</StopPrice>
</AlertAction>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>13</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>15M - Bullish ETP-4</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\bullish-etp4.wav</SoundLocation>
<StopPrice>1</StopPrice>
</AlertAction>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>13</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 - Bullish ETP-4</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\bullish-etp4.wav</SoundLocation>
<StopPrice>1</StopPrice>
</AlertAction>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>13</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-4</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\bullish-etp4.wav</SoundLocation>
<StopPrice>1</StopPrice>
</AlertAction>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>13</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-4</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\bullish-etp4.wav</SoundLocation>
<StopPrice>1</StopPrice>
</AlertAction>
</Actions>
<ApplyTo>All</ApplyTo>
<BackgroundSerialize>&lt;SolidColorBrush xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&gt;#FFEE82EE&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>13</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-4</Name>
<Priority>Low</Priority>
<RearmSeconds>4500</RearmSeconds>
<RearmType>OnTimer</RearmType>
</Alert>
</ArrayOfAlert>
</MarketAnalyzerAlerts>

End Result for your Audio Alerts

The end results for your audio alerts should look like this below. When you right click on your market analyzer and then choose alerts you should be able to see a list like this along the left hand side.
audio alerts
Now that you have this done you can go through and set your colors for each time frame or pattern type etc. Or you can use the default. Some useful examples might be to set your colors to something that will pop on the time frames you like to trade and you'll get audio alerts for those too.

See An Example of Audio Alerts:

See An Example of Audio Alerts:

Our support team will help, but they will need you to send them your workspace. Once they have your workspace they will delete all your existing audio alerts and alerts in general and replace them with ours so when you get the file back, make sure you rename it so that you can have a separate workspace. If you need our support contact information, feel free to connect to our live chat where we can provide that to you.


xabcd on youtube
Learn the XABCD Pattern Strategy in Under 2 Minutes
learn xabcd pattern trading in 2 minutes
Take A Tour of Our Pattern Indicators
XABCD Pattern Indicator Tour
How to Find Better XABCD Patterns
Image
XABCD News (Free Version)
XABCD News Free
XABCD News (Community Edition) is the best free Indicator for NinjaTrader 8. Don't let news sneak up on you again. Puts economic news events on your charts so you can stay informed and move around positions/stops before the news is released. Works in any market.
XABCD Priceline (Free)
Image
XABCD Price Line tool for NinjaTrader 8 will draw a line at current price and move every time the market changes price. This is useful because it will allow you to easily identify where price is at all times and the exact quoted price.