Dragonpips Ultimate Version: Released November 2009
Changes Log and Bug Fixed:
1) Bug where, under certain circumstances, it open & close trades within seconds. (FIXED)
2) Bug where, under certain circumstances, it open trades without SL value. (FIXED)
3) Bug when MaxTrades = 1 the EA don't open trades. (FIXED)
4) Optimized trade execution code to ECN/STP Brokers. (for standard Brokers set ECN_STP = false)
5) Added Error Control module on open and close trades logic.
6) Added Alert module option.
7) Added Auto GMT Offset detection. And Manual GMT Offset option, too. Auto GMT Offset detection module use Windows API's to calculations, therefore you must set correctly time zone on Windows properties. (For backtests use GMTOffset_for_Backtests)
8) Added external options to allow Protection Levels optimization on "Time to close" and "pips to close" for close trades. And optimized "pips to close" value to allow use fractional pips on 5-digits brokers.
If "pips to close" value is negative (ex. -1.0, -3.5, etc.), it close trades on loss and if value is positive (ex. 1, 2.3, etc.) it close trades on profits. If you use "pips to close" value = 0 it close trades on break even.
9) Added external option to disable Time Protection Levels code for close trades.
10) Added external option to change Magic Number to avoid Broker detection. (Obviously, you don't must change Magic Number if exist trades opened)
11) Added Lot Size info on screen, for next trade. (Note that sometimes, if do you use Aggressive = true, when the logic detect a high probability setup, it double the Lot Size showed on screen, to open this trade, and this info is not showed on screen before the trade is open.)
12) Added external settings for use Extreme Edition II on EUR/GBP. Therefore you got the same improvements on Exteme Edition too, using only this EA.
For Extreme Edition II use:
ATR_Threshold = 15 change from 20
Slippage = 3 change from 1
Spread = 5.0
TakeProfit = 6
StopLoss = 32
OpenHour = ??
CloseHour = ??
13) New Money Management logic designed from scratch.
Money Management = false allow use fixed lot size.
You can use Lot Size calculations based on 1-Free Margin 2-Equity or 3-Balance
Automatic detection of "Digits used for Lot Size" based on account type.
14) New option Aggressive : if do you use Aggressive = true, when the logic detect a high probability setup, it double the Lot Size on both Money Management = true and on Fixed Lots too.
15) New option Max Trades_x_Bar : Max trades allowed in each bar.
16) Code Optimized for fast execution.
17) Time management code optimized for fast execution.
18) Time management code amended to allow select minutes.
19) New options Use_Strategy1 to 4, which allow enable or disable the different 4 strategies to open trades. New code added for identify strategies on trade comments.
20) New code added for Range Filter. It allow avoid open trades, on trending markets generated by high impact news produced at the end of NY session.
21) New option added to close all opened trades at specific GMT time.
22) Deep cleaned and optimized code. Now is very fast.
23) Error of Magic number on some trades with some strategy. (Fixed)
24) Mess up on closing of some orders. (Fixed)