Version 3.82 2019.04.30
Version 3.81- 2019.04.24
-- Added transaction event handling.
-- Improve loss and increase position error.
-- Added InpUsePending:Increase order selection type:
NormalOrders: Normal Orders
NormalAndReverse:Normal Orders And Opposite pending order
PositivePending: Positive Pending
BothPending: Both Pending
Version 2.7 2019.04.09
Version 2.7- 2019.04.09
-- Added quotes counts.
Version 2.6 2019.04.08
Version 2.5- 2019.04.08
-- Improve the maximum profit closing algorithm: the maximum profit amount is closed every 0.01 lots of InpMaxProfits, so that the actual number of hands is adaptive

Version 2.4 2019.04.04
Version 2.4- 2019.04.04
-- 添加参数:
InpMagicNumberPending = 21726890 -- PendingOrder MagicNumber
Version 2.3 2019.04.03
Version 2.3 - 2019.04.03
-- Improved quality of entries
-- Added parameter:
InpStrategyMethod = Macd -- Select or Combine Strategies Macd, Marauder, MacdOrMarauder, MacdAndMarauder
InpMaxBars = 300 -- Check Bars depth
InpCurrentOrders = 4 -- Current Orders Number
InpMaxProfits = 100 -- Close all orders when the number of orders is greater than or equal to InpCurrentOrders and the total profit is greater than or equal to InpMaxProfits
InpUsePending = false -- Additional reverse Pending orders
delta = 50 -- step between them (in pips)
distance = 500 -- distance from current price
p_sl = 500 -- stop loss from current price
p_tp = 500 -- take point from current price


Version 2.2 2019.04.03
Version 2.1 - 2019.04.01
-- Improved quality of entries
-- Added parameter:
InpStrategyMethod = Macd -- Select or Combine Strategies Macd, Marauder, MacdOrMarauder, MacdAndMarauder
InpMaxBars = 300 -- Check Bars depth
InpCurrentOrders = 4 -- Current Orders Number
InpMaxProfits = 100 -- Close all orders when the number of orders is greater than or equal to InpCurrentOrders and the total profit is greater than or equal to InpMaxProfits
InpUsePending = false -- Additional reverse Pending orders
delta = 50 -- step between them (in pips)
distance = 500 -- distance from current price
p_sl = 500 -- stop loss from current price
p_tp = 500 -- take point from current price

Version 1.1 2019.01.24
Version 1.1 - 2019.01.24
-- Improved quality of entries