Change File Log (Evolution)

From JTAWiki

Jump to: navigation, search
J Talon Full Size.jpg   Change File Log (Evolution) 
From JTAWiki, a project by J Talon LLC


Contents

This page diplays the changes made to Evolution to make it the best EA that there is on the market.

Evolution v1.2

First release April 1st 2011

Evolution v1.3

Build 1.3.30

  1. Fixed: A bug where the spread on the dashboard sometimes displayed in red because of the incorrect Pip value being used.
  2. Changed: The Portion Balance will now show the correct value if PortionPC is changed while a basket is open.
  3. Changed: The maximum value of AutoLot is now based on a multiplier of the starting lot size, based on the value set in AutoLotMaxMult.
  4. Fixed: A bug where the trade start and stop times did not recalculate when changed in the settings.
  5. Added: The Dashboard Bar Time now shows the percentage of the bar time remaining.
  6. Fixed: A bug where the Dashboard Timer would enter a loop for certain settings of dRatio.
  7. Added: If manual trades are added using the Knight-Fire script, Evolution will automatically manage them using the magic number used, even if the associated function is not enabled.
  8. Fixed: A zero divide error in the Dashboard created when the TP is at BE point.
  9. Changed: Pending trades will not be created if trading is not allowed because of high spread / low margin.
  10. Changed: If pending orders are set, but trades are not allowed to open because of high spread / low margin, and the price moves above/below the pending order, all pending orders will be cancelled.
  11. Fixed: A bug in the Dashboard which caused it to freeze if there were no EV charts to report on.
  12. Added: If UseCloseOldest is in use, the number of trades closed when CloseTradesLevel is reached is now user selectable with CloseTradesNum. If further levels are opened, UseCloseOldest will only close the oldest trade.
  13. Added: When using BBandsEntry and BBUseCandles is set to true it is possible to select an entry condition when the previous candle(s) (selectable with BBCandles) close outside the bands, and the last candle closes inside the bands. 'The bands' includes the extra distance set in BBDistance.
  14. Changed: A minor change in the Holiday routine logic to make back testing faster.
  15. Fixed: A bug where the BE and TP lines were not displayed correctly when a hedge trade was open.
  16. Changed: No trades will be allowed to open or close when Evolution is first run (e.g. after parameter changes).
  17. Changed: The trigger for closing basket trades is now solely based on the TP point.
  18. Changed: All parameters for TimeFrame have been changed to use digits from 0 to 9, so they can be used in the optimization process. Values are: 0:Chart; 1:M1; 2:M5; 3:M15; 4:M30; 5:H1; 6:H4; 7:D1; 8:W1; 9:MN1 (bear in mind that if you load an old set file, the time frame value may be overwritten, but you must still set it between 0 and 9). If timeframes are set incorrectly for any function, Evolution will stop trading with an error message.
  19. Added: When the next grid level entry delay has passed, the next entry point will be shown by a Red Dash-Dot-Dot line.
  20. Fixed: A bug in the SmartScalp and WaveScalp profit allocation if xProfitAlloc is set to 1.
  21. Fixed: A bug in the PCEntry Indicator which would not update the indicator when forward testing.
  22. Added: AllowTrades parameter if set to false will allow Evolution to run all functions, but will not allow trades to open or close - this will allow you to check the overlay before allowing trading. If AllowTrades is false, the Dashboard symbol will display in red.
  23. Added: If your account balance is held in a currency other than USD there is a conversion displayed on screen to inform you of the equivalent USD value being used to calculate the initial lot size.
  24. Fixed: A bug in the Statistics Equity calculation, which added the DD to the balance instead of deducting it.
  25. Fixed: A bug where the POSL could cause a zero divide error if the basket closed before the POSL routine could run.
  26. Changed: The FileSave function will not be called while running backtests, which should increase the speed while testing.
  27. Changed: Setting dShowTrades to true will display the open trades on screen, independently from the Debug Feature, and properly formatted.
  28. Fixed: A bug in the Holiday dates function which could cause the EA to get stuck showing the 'Waiting for next tick' message.
  29. Added: Basket Stop Loss - will close all basket trades at a loss when the price moves SLPips from BE.
  30. Added: Profit Trailing Stop Loss - if TSLPips is a positive number, a stop loss will trail the price once the basket is TSLPips in profit.
  31. Added: Profit Trailing Reducing Stop Loss - if TSLPips is a negative value, a stop loss will trail the price once the basket is TSLPips in profit, but the trailing stop will reduce by 1 pip for each 2 pips additional profit. The trailing stop will not reduce past the value set in TSLPipsMin.
  32. Fixed: A bug where closing a Grid Scalp trade with Contra Trades active could cause a zero divide error.
  33. Changed: Setting PortionDDLimit to 0 (default) will now disable APC.
  34. Fixed: A bug where the Hedge Start % would not update properly when changed in the parameters.
  35. Changed: All Global Variables will now be deleted when Evolution is removed from a chart.
  36. Added: The overlay display will now show the approximate Portion Balance at which lot size increases can be expected.
  37. Added: When EV is first run after a parameter change, the Trade Comment label on the overlay will display a debug of which function is currently being processed, so any hang ups when 'Waiting for next tick...' can be pin pointed.
  38. Changed: GridScalp will no longer delete any manually added pending orders.
  39. Changed: MM will now base the initial lot size on the value of Level. Previously if MaxTrades was smaller than Level the initial lot size would be based on MaxTrades, giving an initial lot much higher than normal. This will allow the user to increase MaxTrades after the basket has opened without risking opening very high basket lot sizes.
  40. Added: The DashBoard timer can now be disabled by changing the chart time frame to the period set in DisablePeriod.
  41. Fixed: A bug where entering 0-24 for every days trading would cause the Trade Hours function to get stuck in a loop.
  42. Changed: The MaxOpenLots variable will now actually restrict the number of lots allowed to be open at once, instead of just ensuring that the basket starting lot is small enough to open the number of trades set in Level.
  43. Changed: If other EAs/Indicators remove the labels from the Dashboard they will be automatically recreated, which avoids the problem of ECA and SD calls in each of the charts.
  44. Removed: The toggling of the timer on/off on the dashboard has been removed - the timer can now only be turned off by changing the chart TF to the period set in DisablePeriod.
  45. Fixed: A bug where the LotMultiplier would not be calculated correctly in some cases due to MT4 precision.
  46. Added: The user will get a warning message if Evolution is forward tested on a live or demo account without loading a set file.
  47. Added: The user will get a warning message if NanoAccount is set to true, but the account is not a Nano account.
  48. Changed: The AutoLot calculation will be properly displayed on the screen when SmartGrid and HAMA are not in use.
  49. Added: The Account Balance will now include any value added by the broker as Account Credit.
  50. Added: If any module in Evolution (eg. UseHedge) is not allowed to function because of another setting (eg. AllowHedgeTrades = false) a warning will be printed in the Experts or Journal window.
  51. Added: AutoCal now has a user selectable TimeFrame (ATRTF) and periods (ATRPeriods)
  52. Fixed: A bug where changing POSLPips when there are no trades open would cause a zero divide error.
  53. Added: When SmartGrid is in use the last 3 values of the RSI and MAoRSI will be displayed onscreen if dReEntry is set to true.
  54. Fixed: A bug in the allocation of Closed P/L for SHORT baskets.
  55. Fixed: A bug in the Maximize Profit routine which did not reset correctly if the profit dropped below 0.
  56. Added: User Comment, which will be displayed below the Trade Comment on the display. Use it for anything you like - it will not be sent to the broker, or used for any other purposes.

Evolution v1.3 released August 04, 2011


Build 1.3.31

  1. Changed: The calculation of NFP Friday now reflects the correct announcement dates.
  2. Changed: The Currency Conversion routine will display error messages if not calculating correctly.

Released March 13th, 2012


Build 1.3.32

  1. Fixed: A bug where Contra Trades and GridScalp could allow a basket to remain open indefinitely when used together, and also an occasional zero divide error.
  2. Added: Normalization of the Bid and Ask prices to prevent problems when back testing with tick data.
  3. Changed: Zeroisation of global parameters where necessary.

Not released.


Build 1.3.33

  1. Changed: Increased the Trades Display array to enable all open trades to be shown (limited to MaxTrades + 10).

Released April 19th, 2012.


Build 1.3.34

  1. Added: Code to allow EA to run in backtesting mode only.

Released April 24th, 2012 ('t' versions only)

Evolution v1.4

Build 1.4.35

  1. Added: Code to link in to the JTA Dashboard
  2. Added: ConfirmButtons, if set to true, will promp you to confirm your action whenever you use one of the on-screen buttons. If set to false then the button will be actioned with no confirmation.
  3. Added: dButtonFontSize will allow you to change the font size of the text of the on-screen buttons
  4. Removed: The UseStopLoss setting has been removed to reduce confusion as it related to both the Stop Loss and Trailing Stop functions. Both functions can now be individually turned off by setting SLPips and TSLPips to 0.
Warning.png Any set files loaded from a previous version will have values in the default settings for both of these parameters. If you do not intend to use a Stop Loss and/or a Trailing Stop then you must set SLPips and/or TSLPips to 0.

No official release.


Build 1.4.36

  1. Added: An option to allow any Contra Trade to close automatically if the corresponding grid level is closed by GridScalp. Will be active if cCloseWithGS is set to true.
  2. Added: An option to select where the Trailing Stop will start if TSLPips is used. Select one of the following options for TSLStartAt:
    • 0 (BE) to start trailing when the PA reaches Break Even (BE). This setting may cause the basket to close at a loss because the trailing stop will start TSLPips below the BE point.
    • 1 (BE+) to start trailing when the trailing stop is at BreakEven. This method will start trailing when the PA is TSLPips above the BE point, and will normally ensure that the basket closes at a profit.
    • 2 (TP) to start trailing when the PA reaches the Take Profit (TP) point. This method will normally produce a profit, as long as TSLPips is smaller than the expected TP.
    • 3 (TP+) to start trailing when the trailing stop is at the TP point. This method will start trailing when the PA is TSLPips above the TP point.
    • Note that any mentions of 'Above' and 'Below' relate to Buy trades, and the reverse should be read for Sell trades.
  3. Changed: All Trailing Stop settings will allow the PA to go beyond the set TP point without automatically closing the basket.
  4. Changed: If you have MaximizeProfit set to true and the value of TSLPips is not 0, then the MaximizeProfit Stop Loss will be ignored and a trailing stop will be used instead, which will start at TSLPips below the MaximizeProfit trigger point. This trailing stop will act in exactly the same manner as the normal trailing stop.

No official release.


Build 1.4.37

  1. Added: ECA, Buy, Sell, SD and Reset buttons.
  2. Removed: ECA, Buy and Sell labels.
  3. Added: Timestamp for maximum DD if Debug is set to true.
  4. Changed: The default setting for StatsInitialise is now False to allow continuous stats collection when forward testing. It will be automatically changed to True when backtesting.
  5. Added: AutoLotStart will allow you to set at which basket trade you would like the AutoLot function to start.
  6. Added: AutoGMTOffset, if set to true, will automatically calculate the GMT offset for your broker, and adjust the trading times as required. Note that all trading times must be entered as GMT times. If set to false, then you can set the BrokerTimeOffset manually, and the trading times can be entered for any time zone you like, with the BrokerTimeOffset being set to the time difference between the broker's time zone and your trading times time zone.
  7. Added: Countdown timers for both BasketDelay and EntryDelay.
  8. Changed: Positioning of the Scalp Gravy and Closed P/L labels on the chart overlay.
  9. Changed: Debug info on the chart overlay improved.

No official release.


Build 1.4.38

  1. Fixed: Zero Divide error which may occur if trades are opened or closed manually.
  2. Added: AutoLotIgnoreWarning, if set to true, will bypass the AutoLot warning message when the EA is started.
  3. Changed: If the trade stop time is entered as 24 it will now show as 00:00 on the following day rather than 23:59.
  4. Fixed: A bug where trade sessions for the following day could be missed if they started less than 24 hours after the current broker time.
  5. Added: If DisplayBrokerTimes is set to true then all display and debug start and stop times will be shown at the broker's time zone. If left at the default of false the times will be displayed as the users input times, as they were previously.

No official release.


Build 1.4.39

  1. Fixed: A bug in the Manual BUY and SELL buttons which would not place a trade against the basket if UseHedge was set to false.
  2. Added: If MaximizeProfit is off, but TSLPips is greater than 0 the overlay will now display that the Trailing Stop is on, with the number of pips. If both functions are off then that will be reflected in the overlay display.
  3. Fixed: A zero divide error caused when a manual trade was placed against the direction of the basket and UseHedge was set to false.
  4. Fixed: A bug where the Start and Stop trading times may not display correctly if the Broker's clock is incorrect.
  5. Added: The Debug information on the overlay will also show the actual EA Build number, and not the value in the UserComment which may be overwritten when loading an older set file.

Released June 11th, 2012.


Build 1.4.40

  1. Fixed: A bug where the TP calculation would loop when BreakEvenTrade was reached.

Released June 11th, 2012


Build 1.4.041

  1. Fixed: A bug where the profit/loss on closed hedge trades would be lost when restarting the EA if UseHedge was set to false.
  2. Changed: If a Trailing Stop is active and the value of TSLPips is set to 0 then the TS will be removed.
  3. Fixed: A bug in the SmartScalp function which would not reset the Trailing Stop value after closing a trade.
  4. Fixed: A bug in the WaveScalp function which would not reset any variables after closing a trade.
  5. Fixed: A bug where EV did not stop trading during the Holiday period.
  6. Fixed: A bug where turning off the SD button during a holiday period would cause the wrong overlay to display.
  7. Fixed: A bug where the EA would not start trading the following day when the DailyTarget had been reached.
  8. Fixed: A bug where the hedge trades would not display on the overlay if the hedge was started manually and UseHedge was false.
  9. Fixed: A bug where the reason for closing a trade when the MaximizeProfit function hit the stop loss was given as 'No Reason Given'.
  10. Fixed: A bug where SmartScalp would close a trade when sHAMA reversed no matter whether sHAMACloseOnReverse was set to true or false.
  11. Fixed: A bug where the closing of a basket of trades would not be stopped if the spread or slippage maximums were exceeded.
  12. Added: The Debug overlay will now show the Functions file build number.
  13. Changed: The check for whether the broker allows trading has been moved from the init() routine to the start() routine.
  14. Added: F, M and P buttons which will open the Forum, Manual or Parameter pages in your default browser.

Released July 19th, 2012.

Build 1.4.042

  1. Fixed: A bug where the Stop Loss and Trailing Stop functions could close trades even if AllowTrades was set to false.
  2. Fixed: A bug where an incorrect start trading time was calculated if NFP trading hours was left blank.
  3. Fixed: A bug where the Closed Profit reported the cumulative figure instead of the profit for the current basket.
  4. Changed: The trade close routine to reduce the number of rejected executions because of slippage.
  5. Added: Code to prevent URL Links to display on SkyDesks and IamFX versions.

Released August 17th, 2012

Build 1.4.043

  1. Changed: Enhanced the number of reasons for the non-trading message.
  2. Fixed: A bug where the SmartScalp and WaveScalp functions could open trades on the first tick.
  3. Added: Timeframe settings for the HAMA basket entry filter.
  4. Changed: Refined NFP Friday calculation to take account of New Year's Day delay and Independence Day Holiday early release.
  5. Fixed: A bug where running an optimisation on an account which has the JTA_Dashboard running would cause the DashBoard to malfunction.
  6. Fixed: A bug where a basket of trades could close incorrectly during the first tick when the Trailing Stop is in use.
  7. Fixed: A bug where the setting of UseAnyEntry could affect the opening of trades when ForceMarketCond is set to 2.
  8. Fixed: A bug where the Dashboard colours for the total Buy and Sell trades did not display in the correct colours once BreakEven/Max trades has been reached.
  9. Changed: The Trailing Stop as used by the MaximizeProfit function has been changed so that it will work in the same manner as the normal trailing stop, except that the TSLStartAt options 2 and 3 are based on the ProfitSet point rather than the TP point. The TS will now start at BE/BE+ if TSLStartAt is set to 0 or 1. If you only want the TS to start at the ProfitSet point, as it did previously, then you should set TSLStartAt to 2, which will start the TS at ProfitSet +/- TSLPips. If you set TSLStartAt to 3 then the trailing stop will start when the PA is TSLPips above / below the ProfitSet point.
  10. Changed: If SaveStats is set to true, the stats file name will now be UserComment.csv and not based on the EA name etc., which will allow you to choose your own stats file name.
  11. Changed: Demo Test versions no longer check that the EA is being run on a demo account, as this produces false information when being run offline.
  12. Fixed: A bug where the EA would ShutDown if there were no basket trades, but a SmartScalp or WaveScalp trade was open.
  13. Added: EA name and version number to Overlay.

Released December 9th, 2012

Build 1.4.044

  1. Fixed: A bug where adding manual pending trades could trigger GridScalp to close them because it thought that the profit target had been reached.
  2. Added: Trade date to list of open trades.
  3. Added: Auto-Update function.
  4. Added: Automatic calculation for the Easter Holiday trade break.
  5. Added: Allow Trades button.
  6. Added: 'B', 'O', 'T', 'E', and 'D' buttons for control of overlay display.
  7. Fixed: A bug where the Grid Scalp Level when using gScalpLastOnly was not reset when the basket closes.

Released April 8th, 2013.

Build 1.4.045

  1. Fixed: A bug where the AutoUpdate function would not run in the Tester (t) version unless the EA was run at the exact update time.
  2. Fixed: A bug where the EA would hang when using SmartScalp or WaveScalp on their own with dShowTrades set to true. As a workaround set dShowTrades to false.

Not yet released.

See Also

Upgrading Evolution

 
 
Disclaimer Copyright © 1995-2013 J Talon LLC, All rights reserved  
Personal tools
Namespaces
Variants
Actions
Welcome
Affiliates
Toolbox
Print/export