TRADE_Active
Very important. If you use the EA on different charts of the same pair, then set TRADE_Active to true only in one of those charts and set it to false on the rest, otherwise there will be conflicts between two or more instances of the EA trying to modify the orders on the same pair. Also, if you are using your own Order Manager/Editor, set this parameter to false to avoid conflicts, but remember that setting TRADE_Active to false will also disable trailing stop and moving Stop Loss to Break Even.
TRADE_PipsToBreakEven
The EA will move your Stop Loss Level to Break Even the moment when profit is equal or greater than this parameter. If the open trade does not have a Stop Loss value it will be created when the condition to move the Stop Loss to Break Even is met. If TRADE_PipsToBreakEven is zero, the EA will not move the Stop Loss level to Break Even nor the level will be created is it doesn't exist.
TRADE_BreakEvenPlus
When the condition to move the Stop Loss to Break Even is met, the EA will add this amount of pips to the new Stop Loss level. For example, if this value is 1, then the EA will move the Stop Loss level to Break Even + 1pip.
TRADE_DefaultStopLoss
This value in pips will be used as the default Stop Loss when creating a Buy or Sell level.
TRADE_TakeProfitPips
When a Buy or Sell level is reached, this value in pips will be used to set the Take Profit Level.
TRADE_TrailStopPeriod
If this value is zero, the EA will not trail stop the open trades, otherwise the EA will trail stop moving the Stop Loss value to the High/Low of the last closed bar. The value of this parameter must be a valid Metatrader 4 Time-frame indicated in minutes:
TRADE_TrailStopOffset
When TRADE_TrailStopPeriod is non-zero then the EA will trail stop the trade moving the Stop Loss value to the High/Low of the last closed bar +/- the value of TRADE_TrailStopOffset.
TRADE_Orders
When a Buy or Sell level is reached, the EA will open this amount of Market Orders, the first Take Profit level will be set at Open Price plus TRADE_TakeProfitPips. If TRADE_Orders is greater than one, the secong Take Profit level will be set at Open Price plus two times TRADE_TakeProfitPips, the third Order will use three times TRADE_TakeProfitPips and so on. The total lot size calculated to risk TRADE_Risk will be divided by the amount of orders.
TRADE_Risk
Very important. This is the percentage of the account balance to risk in every trade. For example, if this parameter is 2, then the EA will risk 2% of the account on every trade, this means that the EA calculates a different Lot size for every trade based on the Stop Loss that will be used for that trade, no matter how far or close the Stop Loss is, the EA will calculate the Lot size so that if the Stop Loss is hit, 2% of the account will be lost.
TRADE_MinLotSize
Minimum Lot Size to use when the EA calculates the Lot Size based on TRADE_Risk parameter. If the calculated value for Lot Size is smaller than the value of TRADE_MinLotSize, then the value of TRADE_MinLotSize will be used for the trade.
WARNING, if your account is too small and TRADE_MinLotSize has to be used, then a percentage greater than TRADE_Risk will be used.
TRADE_MaxLotSize
Maximum Lot Size to use when the EA calculates the Lot Size based on TRADE_Risk parameter. If the calculated value for Lot Size is greater than the value of TRADE_MaxLotSize, then the value of TRADE_MaxLotSize will be used for the trade.
If TRADE_MaxLotSize is zero, then the EA will not set a limit for the Lot Size..
TRADE_FixedLotSize
This parameter is ignored unless TRADE_Risk is zero. If TRADE_Risk is zero then the value of TRADE_FixedLotSize will be used as the Lot Size for every trade.
TRADE_SellLevelColor
Set the Sell level color.
TRADE_BuyLevelColor
Set the Buy level color.
TRADE_OpenPriceColor
Set the Open Price level color.
TRADE_StoplossColor
Set the Stop Loss level color.
TRADE_TakeprofitColor
Set the Take Profit level color.