Version 2.20 2022.01.14
Fix Bugs
Version 2.10 2018.12.05
-Bugs Fix
Version 2.0 2018.07.20
1. Fixed bugs
2. Added Close At percentage Profit/Loss
Version 1.45 2017.06.22
Fix Some Bugs
Fix Template save issue
Fix Indicator Issue
Version 1.40 2016.12.26
Add Grid Order Function
Add Dark Theme option
Add close at loss function
Add close at profit function
fix some bugs
Version 1.30 2016.09.23
add News Section
add Account statement section
Version 1.20 2016.04.19
Add Grid Button.
Version 1.10 2016.02.23
1. Fixed Some Bugs
2. Improved Partial Close function:
PartialCloseCount: This tells the EA to apply partial close X times. Set this to zero to disable the Partial Close option.
PartialCloseStepPips: This tells the EA to apply partial close each X pips in profit. If this option is set to 20 pips and PartialCloseCount=3, then EA will apply partial close 3 times every 20 pips. This means TP1 = 20 pips, TP2 = 40 pips and TP3 = 60 pips.
PartialCloseLotsizePercent: This tells EA to close X% of the trade. Percentage of the lot size is counted from the initial lot size.
PartialCloseBreakEvenAfter: This indicates after how many partial closes EA should move stop loss to a break-even point (open price + few pips to cover commission expenses). Zero value means no break-even will be applied.
3. Add TrailingStop function:
TrailingStep: This tells the EA to Move StopLoss each X pips in profit.
PartialCloseTrailingStopAfter: This indicates after how many partial closes EA should start Trailing.
ps: trailing stop does not work unless stop loss is moved to break even that means PartialCloseBreakEvenAfter must be less than PartialCloseTrailingStopAfter.
4. New interface is more user friendly