runwiseFX

groundbreaking functionality for MetaTrader & TradingView

CHANGE LOG - RunwiseFX EA

V8.47 (2025/05/21)

V8.46 (2025/05/14)

V8.45 (2025/04/17)

V8.44 (2025/04/15)

V8.43 (2025/04/08)

V8.42 (2025/03/25)

V8.41 (2025/03/25)

V8.40 (2025/03/19)

V8.39 (2025/03/17)

V8.38 (2025/03/12)

V8.37 (2025/03/03)

V8.36b (2025/02/27)

V8.35 (2025/02/22)

V8.34 (2025/02/21)

V8.33 (2025/02/19)

V8.32b (2025/02/11)

V8.31 (2025/02/09)

V8.30 (2025/02/02)

V8.29 (2025/01/24)

V8.28 (2025/01/20)

V8.27 (2025/01/17)

V8.26 (2025/01/09)

V8.25 (2025/01/04)

V8.24 (2025/01/03)

V8.23 (2025/01/01)

V8.22 (2024/12/19)

V8.21 (2024/12/18)

V8.20 (2024/12/09)

V8.19 (2024/12/09)

V8.18 (2024/11/26)

V8.17 (2024/11/15)

V8.16 (2024/11/10)

V8.15 (2024/11/9)

V8.14 (2024/11/05)

V8.13 (2024/10/27)

V8.12 (2024/10/25)

V8.11 (2024/10/23)

V8.10 (2024/10/20)

V8.9 (2024/10/11)

V8.8 (2024/10/6)

V8.7 (2024/10/2)

V8.6 (2024/09/27)

V8.5b (2024/09/13)

V8.4 (2024/09/12)

V8.3 (2024/09/11)

V8.2 (2024/09/08)

V8.1 (2024/09/05)

  • Added support for back testing with historical news events, via

    V8 (2024/09/03)

    • Added support for back testing with historical news events, via user supplied CSV file of news events, e.g where exiting before high impact news. See EA input News_strategyTesterAllow in the manual for details.
    • Fixed possible excessive logging in certain situations
    • Added EA input Indi_colorIndexBufferCursorColor in order to allow the color of the vertical cursor line of the Color Index Helper Tool to be changed

    V7.61 (2024/08/21)

    • Added EA input Obscure_useOrderCalcProfitForPipValue for MT5 version, which if set to false will use 'Tick Value' from broker to work out how much a pip is worth in account currency. The latter will not take commission into consideration.

    V7.60 (2024/08/21)

    • Fixed divide by zero error if use Color Index Helper tool on a chart symbol that has 0 digits after the decimal point on the Y axis prices.

    V7.59b (2024/08/14)

    • Fixed issue with Risk box on the panel, where wasn't giving enough time for manually edited value to be accepted after pressing Return
    • Fixed issue with examining time of arrow objects

    V7.58 (2024/08/10)

    • Fixed issue with divide by zero error if broker returning zero for Tick Value. Note, may need to set EA input Main_pipValPerLot if broker not supplying tick value, else try different broker.

    V7.57 (2024/08/09)

    • Fixed issue with d-ct rule (display candle timer) as wasn't working properly on MT5

    V7.56 (2024/08/06)

    • Fixed issue where configuration not fully removed when using CONFIG | Tools to remove library rules

    V7.55 (2024/08/03)

    • Added support filter f-mmfc that will check free margin in % on account before allowing trade to open

    V7.54 (2024/07/23)

    • Added support for 'Not Null is Buy/Sell' capture modes where two color indexes need to be checked, i.e. where 2nd color index is 'grey' (neither buy/sell) color that must not be shown

    V7.53 (2024/07/20)

    • Fixed issue with rules like p-s that put trend lines on the chart. These were being messed up on MT5 when say minimize panel.

    V7.52 (2024/07/03)

    • Improved OBJ:TrendPrice to handle being supplied with entry object and stop loss object, such that will derive if should look for buy/sell situation based on where stop loss is in relation to entry price, e.g. if stop loss is below entry price then know need to signal buy when price goes above entry price
    • Added more Obscure_dualEdit* inputs that get over the 64 character limit of edit boxes by showing dual edit boxes that are concatenated together. Also added processing to auto enable these if configuration contains long items, even if these EA inputs aren't set to true.

    V7.51 (2024/07/03)

    • Added OBJ:TrendPrice to standard indicator list - see library

    V7.50 (2024/07/03)

    • Add new option in CONFIG | Advanced to set Master/Slave mode to allow auto and external (orphan) trades to be sent from Master to Slave

    V7.49 (2024/06/28)

    • Added Obscure_guiListBoxPopupWidth EA input so can set the width of the selection list pop-up for rule GUI controls of type List Box
    • Added support for new library rule s-ssl that allows any manually set SL (or SL OFF) to be stored on button press. Will be restored when chart reopened provided trade not open.

    V7.48 (2024/06/25)

    • Added EA input Obscure_slManualMoveOnlyCloser that when set to true prevents SL line from being manually moved further away when trade is open, i.e. increasing risk
    • Added EA input Obscure_tpManualMoveOnlyCloser that when set to true prevents TP line from being manually moved further away when trade is open
    • Added support for library rule m-stc that shows a trade comment selection box on the panel so the trade comment can be changed
    • Fixed issue where broker SL/TP was updating whilst hidden line was being moved

    V7.47 (2024/06/14)

    • Fixed issue with Selected Trade selection list when in multi-trade, magic number is configured as 0 and got 'separate magic number per time frame period' option ticked in CONFIG | Advanced.
    • Added EA input StratBuild_symbolWidth that allows the width of column showing symbols to be increased
    • Fixed issue with per trade index default values for rule GUI controls when they contain {} expressions

    V7.46 (2024/06/01)

    • Fixed issue with RunwiseFX stop loss calculation method when using stats

    V7.45 (2024/05/30)

    • Added 'Force Reset to Configuration' button in CONFIG | Tools that will reset EA to default configuration even if looks like a setting has be made manually, e.g. manual move of SL. However, if trade open then will still keep with current settings.
    • Made sure Lots boxed is blanked out (rather than just not updated) if stop loss is set to OFF or no stop loss but set to certain risk per trade.

    V7.44 (2024/05/28)

    • Fixed issue where Color Index Helper tool would raise errors when OBJ:* set for Indicator Name

    V7.43 (2024/05/26)

    • Added EA input Obscure_blockManualTradesIfNoAutoEntryMode which will block accidental manual trades if auto trade mode set not to trade, e.g. after max draw down reached for the day
    • Fixed issue with recent release where Selected Trade selection not working if EA configured with magic number of 0
    • Fixed issue with SL/TP on pending orders set when price closed beyond

    V7.42 (2024/05/11)

    • Added check and auto fix on Tick Value returned from Broker, which is used in lot size calculation. This achieved by looking tick value on closed trades.
    • Added support for new Candle Timer rule (quick load code d-ct)

    V7.41

    • Fixed possible divide by zero error when calculating daily range

    V7.40

    • Improved F:ColorStatic indicator entry to support optionally providing an additional pair of buy/sell colors
    • Performance improvement where pivots and support/resistance are not calculated if not being shown on that chart, i.e. not set to be displayed in CONFIG | Display | Horizontal Lines.
    • Optional performance improvement where can set EA input Obscure_captureDailyRange to false to not calculate daily range. Daily range is shown in the top left of the chart and is used if supply % for any pips inputs (where % of daily range).

    V7.39

    • Added EA input Gen_brokerSLTPStep that allows a step to be supplied for broker SL/TP if broker requires that to be multiples of a certain value.

    V7.38

    • Indicator entry OBJ:ColorStatic that looks at color of label objects place on chart by indicators, now supports multiple objects. Will check all agree or can specify percentage.
    • Changed {c.User_configNum1} etc. operands to return integer value if no fractional part of the number in corresponding EA inputs User_configNumn. Little relevance to most users.

    V7.37d

       
    • Fixed issue with scripting function f.acctProfit where it wasn't returning blank even though no trades were open for the magic numbers requested to examine. This prevented our a-pld trade rule from resetting, as looks for blank in order to know no trades open.
    • Fixed issue on Windows/Mobile app where open trades would disappear from open list after partial close. Must update Windows app as well.

    V7.36

    • Added tick box in CONFIG | Pending Orders so that PEND buttons can be moved to the toolbar
    • Added script function f.tradesProfit to return the profit of today's trades, both open and closed. Same as f.tradesProfitPrct but returns amount instead of percentage.
    • Added support of setting 2nd parameter of CLOSE_MULTI to TRADE. This means will just close trades of currently magic number (trade index) currently being evaluated.

    V7.35

    • Add 4th parameter to scripting function f.acctProfit. This says which magic numbers are to be considered. Can be ALL (on account), MTO (managed trades only), TRADE (trade index currently being evaluated), or particular trade index number. If not supplied or blank then scope with come from EA input Gen_accountManagedTradesOnly. Note, only relevant to advanced users.

    V7.34

    • Fixed price missing from on-the-fly take profit label/button popup, where target is supplied
    • Fixed issue from recent release where SL/TP line labels where not always positioning correctly, especially in multi-trade mode
    • Fixed issue where OHLC snap controls where not showing as ticked in the Take Profit popup even though had been activated
    • Added triangle icon for when SL/TP/Pending lines are unpinned so can still access the popup dialog for the line by clicking this icon

    V7.33

    • Added support for new filter Maximum Daily Losing Tickets on Account (f-mdlt)
    • Added support for lot sizes less than 0.01
    • Added EA input Obscure_hideScaleInButton to allow scale-in button to be hidden from the panel
    • Added EA inputs Indi_SLTPobjFindLatest and Indi_SLTPobjFindType to handle getting SL & TP from objects where multiple objects are used, e.g. where indicator is showing historical SLs for previous signals - so need to search for latest