<?xml version="1.0"?>
<strategy>
  <programName>Forex Strategy Builder</programName>
  <programVersion>2.12.0.0</programVersion>
  <strategyName>Fib_GBP_USD_M5_Complex</strategyName>
  <instrumentSymbol>GBPUSD</instrumentSymbol>
  <instrumentPeriod>min5</instrumentPeriod>
  <sameDirSignalAction>Nothing</sameDirSignalAction>
  <oppDirSignalAction>Nothing</oppDirSignalAction>
  <permanentStopLoss usePermanentSL="False">100</permanentStopLoss>
  <permanentTakeProfit usePermanentTP="False">20</permanentTakeProfit>
  <maxOpenLots>2</maxOpenLots>
  <useAcountPercentEntry>False</useAcountPercentEntry>
  <entryLots>1</entryLots>
  <addingLots>1</addingLots>
  <reducingLots>1</reducingLots>
  <description>This is an "empty" strategy.

You can use it as a base to build your strategy from scratch. 

Feel free to experiment! 

You can set the opening and the closing point of the position, add opening or closing logic conditions, and adjust the strategy properties. 

The "Opening Point of the Position" slot shows the price, at which the strategy enters the market and adds/removes from an open position. We enter the market at a price level determined by an indicator value or by time ("Bar Opening" for example). However, before we open position we need confirmation from the "Opening Logic Condition" slots. 

The "Opening Logic Conditions" basically tell you whether to enter the market or not when the entry price has been reached. They also determine the position's direction (whether we enter short or long). There is no any "Opening Logic Condition" in this strategy and that leads to undetermined entry direction.   Because of that the program doesn’t open positions during the backtest. 

The "Closing Point of the Position" sets the exit price. If you set it at "Bar Closing", you can add "Closing Logic Conditions". They will block the exit until at least one of them is fulfilled. If you do not use "Closing Logic Conditions", the position will be closed when the "Closing Point" is reached. 

The Strategy Overview explains the strategy logic in an additional window and can be exported to a file. 

Look in the forum for help or more information on creating forex strategies. 

Remember! The strategy slots describe the long position logic only. Forex Strategy Builder will set the short position logic automatically using the same logic but in the opposite direction.
</description>
  <openFilters>1</openFilters>
  <closeFilters>2</closeFilters>
  <slot slotNumber="0" slotType="Open">
    <indicatorName>Fibonacci</indicatorName>
    <listParam paramNumber="0">
      <caption>Logic</caption>
      <index>0</index>
      <value>This indicator is for demo only!!!</value>
    </listParam>
    <listParam paramNumber="1">
      <caption>Direction</caption>
      <index>0</index>
      <value>Breakout</value>
    </listParam>
    <numParam paramNumber="0">
      <caption>Sensitivity</caption>
      <value>19</value>
    </numParam>
  </slot>
  <slot slotNumber="1" slotType="OpenFilter">
    <indicatorName>Moving Averages Crossover</indicatorName>
    <listParam paramNumber="0">
      <caption>Logic</caption>
      <index>2</index>
      <value>The Fast MA is higher than the Slow MA</value>
    </listParam>
    <listParam paramNumber="1">
      <caption>Base price</caption>
      <index>3</index>
      <value>Close</value>
    </listParam>
    <listParam paramNumber="3">
      <caption>Fast MA method</caption>
      <index>0</index>
      <value>Simple</value>
    </listParam>
    <listParam paramNumber="4">
      <caption>Slow MA method</caption>
      <index>0</index>
      <value>Simple</value>
    </listParam>
    <numParam paramNumber="0">
      <caption>Fast MA period</caption>
      <value>13</value>
    </numParam>
    <numParam paramNumber="1">
      <caption>Slow MA period</caption>
      <value>1</value>
    </numParam>
    <numParam paramNumber="2">
      <caption>Fast MA shift</caption>
      <value>2</value>
    </numParam>
    <numParam paramNumber="3">
      <caption>Slow MA shift</caption>
      <value>1</value>
    </numParam>
    <checkParam paramNumber="0">
      <caption>Use previous bar value</caption>
      <value>True</value>
    </checkParam>
  </slot>
  <slot slotNumber="2" slotType="Close">
    <indicatorName>Bar Closing</indicatorName>
    <listParam paramNumber="0">
      <caption>Logic</caption>
      <index>0</index>
      <value>Exit the market at the end of the bar</value>
    </listParam>
    <listParam paramNumber="1">
      <caption>Base price</caption>
      <index>0</index>
      <value>Close</value>
    </listParam>
  </slot>
  <slot slotNumber="3" slotType="CloseFilter">
    <indicatorName>Alligator</indicatorName>
    <listParam paramNumber="0">
      <caption>Logic</caption>
      <index>8</index>
      <value>The Lips crosses the Jaws upward</value>
    </listParam>
    <listParam paramNumber="1">
      <caption>Smoothing method</caption>
      <index>3</index>
      <value>Smoothed</value>
    </listParam>
    <listParam paramNumber="2">
      <caption>Base price</caption>
      <index>4</index>
      <value>Median</value>
    </listParam>
    <numParam paramNumber="0">
      <caption>Jaws period</caption>
      <value>13</value>
    </numParam>
    <numParam paramNumber="1">
      <caption>Jaws shift</caption>
      <value>7</value>
    </numParam>
    <numParam paramNumber="2">
      <caption>Teeth period</caption>
      <value>10</value>
    </numParam>
    <numParam paramNumber="3">
      <caption>Teeth shift</caption>
      <value>4</value>
    </numParam>
    <numParam paramNumber="4">
      <caption>Lips period</caption>
      <value>4</value>
    </numParam>
    <numParam paramNumber="5">
      <caption>Lips shift</caption>
      <value>3</value>
    </numParam>
    <checkParam paramNumber="0">
      <caption>Use previous bar value</caption>
      <value>False</value>
    </checkParam>
  </slot>
  <slot slotNumber="4" slotType="CloseFilter">
    <indicatorName>Starc Bands</indicatorName>
    <listParam paramNumber="0">
      <caption>Logic</caption>
      <index>1</index>
      <value>The bar closes above the Upper Band</value>
    </listParam>
    <listParam paramNumber="1">
      <caption>Smoothing method</caption>
      <index>0</index>
      <value>Simple</value>
    </listParam>
    <listParam paramNumber="2">
      <caption>Base price</caption>
      <index>0</index>
      <value>Close</value>
    </listParam>
    <numParam paramNumber="0">
      <caption>MA period</caption>
      <value>22</value>
    </numParam>
    <numParam paramNumber="1">
      <caption>Multiplier</caption>
      <value>2,02</value>
    </numParam>
    <checkParam paramNumber="0">
      <caption>Use previous bar value</caption>
      <value>False</value>
    </checkParam>
  </slot>
</strategy>