ReadMe
======

 Please note: This EA is not intended to be used as a fully automated trading system! It will blow your
 account to hell during non volatile hours...
 Use it as a tool to manage your trades!

 The current version 1.3 has been adapted to work with 5 digits and Oanda. Unfortunately Oanda overwrites
 the comment field for an order so restoring the progression setup after a crash for instance works only
 correct if every progression level has a different position size (it just uses the position size to determine
 the last used progression level instead of reading out the comment line)

Legal note
----------

 This EA was created by Xaron: martin.leidel@gmail.com

 Special thanks goes to FXTradePro for this great idea of
 a sequence of trades and Rama for his EA and effort.

 This EA may NOT be sold and is licensed under the GPL:

        http://www.gnu.org/copyleft/gpl.html

 That means, any changes and additions must be distributed
 together with the source code!


Variables
---------

-=== GENERAL SETTINGS ===-

 TakeProfit               : This is the take profit level for every progression level.
                            Once reached the EA will stop or start a new sequence
                            (see StopTradingAfterSequence)
 StopLoss                 : Stop loss for every progression level.
 BreakEvenStop            : Break Even stop. If the price reached this level the stop loss
                            will be set to the open price. That way the EA will use the same
                            progression level again. If you don't want to use it, set it to 0.
 AllowedSlippage          : This is the allowed slippage for the orders send by the EA

 LabelColor1              : Just the color of the first line of the information block
 LabelColor2              : The color of the other 4 lines of the information block
 FirstOrderLong           : Determines if the EA starts with a long or short order
                            (true = Long; false = Short)

 StopTradingAfterSequence : If set to true, the EA will stop completely after finishing a sequence.

-=== ENTRY RULES ===-

 UseTimeEntry             : If you want to use a time entry, set it to true.
 EntryHour                : Entry hour for time entry
 EntryMinute              : Entry minute for time entry

 UsePriceEntry            : If you want to use a price entry, set it to true.
 EntryPrice               : Entry price for the price entry

 UseBreakoutEntryOCO      : This is an OCO order (one cancels other). It's very useful if you
                            have a channel and want to trade the breakout of the channel but
                            don't know which direction the price will take.
 UpperBreakoutPrice       : Upper channel breakout price
 LowerBreakoutPrice       : Lower channel breakout price
 ReverseBreakout          : Set this to true if you want to go long at the lower bounds and
                            short at the upper bounds (so contrary to the breakout - if you
                            want to play the bounce back into the channel game ;-) )
