Current version: v2.01 (11 November 2014)

Important note about set files:
-------------------------------
1) The set files "fortefx_algo2_10_2.set", "fortefx_algo2_10_2_003_3.set", and "fortefx_algo2_m1_h1.set" can work properly only if PotenzaFX is installed into the MT4 platform.

2) The set files "fortefx_algo2_10_2.set" and "fortefx_algo2_10_2_003_3.set" must be applied to H1 charts.

3) The set file "fortefx_algo2_m1_h1.set" must be applied to M1 charts.


Change Log:
v1.00: first release (26 February 2014)
v1.01: update (19 March 2013)
       - filter that inhibits the opening of new trades on the same candle
       - new input parameter "download_threshold_percent"
       - "max drawdown" not affected aymore by a MT4 restart
v1.02: update (22 March 2013)
       - bug fixes
       - new feature: graceful shutdown of the EA
       - new input parameter "filter_days"
       - new input parameter "filter_hours"
v1.03: update (18 April 2013)
       - bug fix ("drawdown_threshold_percent")
       - new input: "halt_after_max_dd"
       - input parameter "po_period" is now a string (for compatibility with PotenzaFX v1.02)
v1.04: update (01 June 2013)
       - bug fix (breakeven line of sell orders)
       - new input: "po_timeframe"
       - new inputs: "hu_bar", "po_bar", "pb_bar"
v1.05: update (20 July 2013)
       - bug fix (use of the EA also without authorization email after the first authentication)
       - new algo: trend_algo = 4 (score based on standard moving averages)
       - new inputs: "ma_timeframe_1", "ma_timeframe_2", "ma_timeframe_3", "ma_timeframe_4", "ma_timeframe_5"
       - new inputs: "ma_period_1", "ma_period_2", "ma_period_3", "ma_period_4", "ma_period_5"
       - new input: "ma_bar"
v1.06: update (20 September 2013)
       - new input: "hard_stop_loss_pips"
v1.07: update (24 October 2013)
       - new input: "filter_news" (integration with NuovaFX)
       - new input: "minutes_before_news" (integration with NuovaFX)
       - new input: "minutes_after_news" (integration with NuovaFX)
v1.08: update (29 October 2013)
       - integration with version v1.01 of NuovaFX
v1.09: update (30 November 2013)
       - bug fix: only trades with correct MN get plotted on chart
       - bug fix: calculation of "step" for BUY trades (spread is now taken into account) 
       - new input: "progressive_comment"
       - enhanced: integration with version v1.02 of NuovaFX and textual interface
v1.10: update (26 February 2014)
       - bug fix: "ON HOLD" correctly displayed in the interface when there are news releases
       - enhanced: martingale policy can be changed "on the fly" while the EA is running
       - new input: extern int atr_period_step = 0;
       - new input: extern int atr_timeframe_step = 0;
       - new input: extern double atr_multiplier_step = 0.0;
       - new input: extern int atr_period_tp = 0;
       - new input: extern int atr_timeframe_tp = 0;
       - new input: extern double atr_multiplier_tp = 0.0;
       - version available also for MT4 Build 610
v1.11: update (27 February 2014)
       - bug fix: atr based order step
v1.12: update (11 March 2014)
       - bug fix: target profits in the textual interface when ATR is enabled
       - enhanced: less prints related to maximum drawdown
       - new set file (PotenzaFX is required): fortefx_algo2_m1_h1_ATR.set
       - new set file (PowerbarsFX is required): fortefx_algo3_m1_h1_ATR.set
v1.13: update (18 June 2014)
       - extern bool trade_at_each_tick = false;
       - customizable thresholds: extern string additional_entries_thresholds = "3";
       - added DLL check when the EA is applied to chart
       - bug fix: when backtesting algo=1 the EA did not open short trades
v2.00: update (26 June 2014)
       - integration of RangoFX indicator
v2.01: update (11 November 2014)
       - version compiled under Buid 745
       - added support for subscription plans