<?xml version="1.0"?>
<strategy>
  <programName>Forex Strategy Builder</programName>
  <programVersion>2.12.0.0</programVersion>
  <strategyName>Fisher_EUR_USD_M30_BETA2</strategyName>
  <instrumentSymbol>EURUSD</instrumentSymbol>
  <instrumentPeriod>min30</instrumentPeriod>
  <sameDirSignalAction>Nothing</sameDirSignalAction>
  <oppDirSignalAction>Nothing</oppDirSignalAction>
  <permanentStopLoss usePermanentSL="False">20</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>1</closeFilters>
  <slot slotNumber="0" slotType="Open">
    <indicatorName>Ichimoku Kinko Hyo</indicatorName>
    <listParam paramNumber="0">
      <caption>Logic</caption>
      <index>0</index>
      <value>Enter the market at the Tenkan Sen</value>
    </listParam>
    <numParam paramNumber="0">
      <caption>Tenkan</caption>
      <value>11</value>
    </numParam>
    <numParam paramNumber="2">
      <caption>Kijun</caption>
      <value>29</value>
    </numParam>
    <numParam paramNumber="4">
      <caption>Senkou Span B</caption>
      <value>57</value>
    </numParam>
    <checkParam paramNumber="0">
      <caption>Use previous bar value</caption>
      <value>True</value>
    </checkParam>
  </slot>
  <slot slotNumber="1" slotType="OpenFilter">
    <indicatorName>Fisher Transform</indicatorName>
    <listParam paramNumber="0">
      <caption>Logic</caption>
      <index>6</index>
      <value>The Fisher Transform changes its direction upward</value>
    </listParam>
    <listParam paramNumber="1">
      <caption>Base price</caption>
      <index>4</index>
      <value>Median</value>
    </listParam>
    <numParam paramNumber="0">
      <caption>Period</caption>
      <value>16</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>MACD Histogram</indicatorName>
    <listParam paramNumber="0">
      <caption>Logic</caption>
      <index>5</index>
      <value>The MACD histogram crosses the Level line downward</value>
    </listParam>
    <listParam paramNumber="1">
      <caption>Smoothing method</caption>
      <index>2</index>
      <value>Exponential</value>
    </listParam>
    <listParam paramNumber="2">
      <caption>Base price</caption>
      <index>3</index>
      <value>Close</value>
    </listParam>
    <listParam paramNumber="3">
      <caption>Signal line method</caption>
      <index>0</index>
      <value>Simple</value>
    </listParam>
    <numParam paramNumber="0">
      <caption>Slow MA period</caption>
      <value>26</value>
    </numParam>
    <numParam paramNumber="1">
      <caption>Fast MA period</caption>
      <value>13</value>
    </numParam>
    <numParam paramNumber="2">
      <caption>Signal line period</caption>
      <value>11</value>
    </numParam>
    <numParam paramNumber="3">
      <caption>Level</caption>
      <value>0,0007</value>
    </numParam>
    <checkParam paramNumber="0">
      <caption>Use previous bar value</caption>
      <value>False</value>
    </checkParam>
  </slot>
</strategy>