Support Team
Our Support Team will answer rapidly and with professional competence:
Support-Hotline: Support is available weekdays (except on public holidays in Bremen) between 8 am and 7 pm (UTC+1/+2 DST).
(The phone number will be given separately to clients).
E-Mail: You can reach our Support Team by E-Mail at support(at)tradesignal.com
Supported Versions
The following versions of Tradesignal are currently supported:
Version expires
- 6.2 December 2014
- 6.2 June 2014
- 6.1 March 2014
- 6.0 December 2013
- 5.6 December 2012
- 5.5 expired
- 5.3 expired
- 5.2 or older expired
Necessary versions of Tradesignal DataConnect/Market Data System:
Tradesignal Tradesignal DataConnect/Market Data System
- 6.3 version 5.4
- 6.3 version 5.3
- 6.2 version 5.2
- 6.1 version 5.1
- 6.0 version 5.0
- 5.3 or higher version 3.6
System requirements for Tradesignal
Recommended system requirements for Tradesignal:
- Main processor: Core i3 (or faster)
- Main memory: 4 GB (or more)
- Graphics memory: 256 MB
- Monitor resolution: 1280x1024 or higher
Supported operating systems (32/64 Bit) for Tradesignal:
- Windows XP SP3
- Windows 2003 Server (incl. R2)
- Windows 2008 Server (incl. R2)
- Windows Vista/ Windows 7
Recommended system requirements for Tradesignal Market Data System:
- Main processor: Core i3 (or better)
- Main memory: 4 GB (or more)
- Monitor resolution: 1280x1024 or higher
- Raid system with at least 100GB free disc space
- Uninterruptable Power Supply (UPS)
Overview of all requirements: Download PDF ( 25 KB)
New Features
Tools alerts
Tools that generate alerts now have additional options for generating when the alert is generated. All alerting tools now support a new Trigger property called 'Hit or Crossed' that will generate an alert when the price touches or goes over the tool. The existing "Crossed" mode generates the alert only when the price goes from below or on the tool to over it. Channel tools (Trend Channel, Andrew's Pitchfork and Linear Regression Channel) now have a new trigger called 'Break-in/Break-out' that will generate an alert when the price crosses into or out of the channels area, the alert will be tagged with whether it was a break-in or break-out, and whether that occurred due to sideways entry or exit.

- Custom alert text field
Custom text field for tool alerts
Tools that generate alerts (Trendline, Trend channel, Linear regression channel, Fibonacci retracement, Andrew's pitchfork and Stopline), all now have a new property called Alert Name, that allows text to be freely entered. This text will be added to any alerts generated from this tool and visible in the Signal column in the alert window.
Alerts evaluated for all data points on forward curves, and other chart types with 'future' date/time bars
Alert generating tools can now be fully used on forward curves. If any point on the forward curve crosses a tool configured to generate alerts, this alert will be generated as expected (in former versions of Tradesignal, only the last ticking point in a forward curve could trigger alerts).
Tick-by-tick tool alerts
All alerts generated on tools will now be checked against the immediately preceding tick for crosses, as opposed to the open of the current bar.
Alert window with selectable columns, highlighted alerts and support for copy to clipboard
The alert window at the bottom of the application window, now allows the columns to be selected from list of all available columns. To pick columns, right click on the column titles and select 'Add/remove columns', then drag and drop columns to and from the picker that is displayed. Alerts shown in the alert window that have been selected to be 'highlighted' in the options dialog, will be displayed bold, with a check next to them (click the check box to un-highlight them). This highlighting feature can be enabled for all alerts, and acts as a mechanism to mark the alerts as 'read'. Highlighted alerts that are displayed in the alert popup, will not automatically disappear. The right-click context menu for the alert window can now also be used to copy selected alerts to the Windows clipboard, hold Ctrl when selecting to select multiple alerts (or Ctrl-A to select all alerts).
Maximise mode for the alert window
The collapsible alert/output window at the bottom of the main interface window now can be temporarily maximized by double-clicking on the tab of the page to maximize, double-clicking a second time will restore the previous size. A button to the right of the alert/output window tabs can also be used to perform the maximize operation.

- PopUp für Alerts
New alert pop-up that stays visible until dismissed
Alerts that can popup a window will now be collected in a single popup, with buttons that allow upto the last 100 alerts (since the popup was shown) to be browsed. So long as there is at least one 'highlighted' alert in the popup, the popup will not automatically be hidden. Clicking on the popup will jump to the source of the alert, when navigating the displayed alerts, clicking on the right arrow with a red cross will also clear the highlight on the shown alert.

- Alarm Options
Alert sounds, emailing and other options configurable by alert type
The alerts page in the options dialog now allows individual specification of sound effects, emailing, alert popup and highlighting for different types of alerts, most notably: Informational, Warning, Order Routing, Data-feed, Indicator (Equilla Alert function), Chart Tools (separately Cross, Break-in, Break-out) and Trading Strategy (separately Place long entry, Place short entry, Place long exit, Place short exit, Order filled, Order modified, Trail stop modified and Order cancelled).
From now on, e-mailed alerts contain the instrument name in the subject line.
Improved workspace tab bar navigation
A menu to the right of the workspace tab bar can now be used to show a list of all open workspaces (non-visible workspaces are shown more prominently). The close button has been moved onto the active workspace tab to avoid hitting it when using the workspace next/previous buttons (and an option in the options dialog has been added to hide this close button completely).

- Evaluation frequency for non-visible workspaces
Option to reduce evaluation frequency for non-visible workspaces
A setting has been added under "File > Tradesignal Options > Advanced", that when enabled (default is off), will reduce how often a chart is updated when it is in a non-visible workspace. When the chart becomes visible it will be immediately updated.
The use of the function can significantly reduce the CPU load when a large number of fast ticking charts need to be left open. In addition to enabling the feature, the update frequency in seconds can also be specified to a value between 0.5 and 60 (the default is 5 seconds).
Please note: Use of this feature will mean that alert generation from charts in non-visible workspaces will also be delayed by up to the user set update delay.
COM/.NET Equilla Extension API with asynchronous evaluations and strategy signal hooks
Equilla now supports a new mechanism for providing extension objects and functions (the previous mechanism remains fully supported, but will not be further enhanced). First an author must create one or more objects that support the IEquillaExtension interface in any COM-aware language: C++, C#, VB.NET, etc. and then register the DLL containing that object on the target system (normal COM registration with regsvr32.exe). Once registered, the object can be used from Equilla using the new "objects" block.
Tradesignal includes four sample projects that demonstrate the various extension features, including overlaying RSS data on a chart (C#), pushing trading data into Microsoft Excel (C#) and reading text files (C++).
Read text files from Equilla scripts
Using the Equilla.TextFileReader extension object it is possible to read text files that are present on the local or a network file system. The source code of this object is included in the setup.
Access RSS feeds from an Equilla indicator
A new indicator is available called RSS that allows the URL of an RSS feed to be given as input; it will overlay the events from that feed as clickable markers onto a chart. This indicator uses the Equilla.RSSReader extension object; the source code of which is included in the setup.
Active strategy orders persist across bars
When an order generated by an Equilla Trading Strategy remains active over subsequent bars with no changes (or just modifications) the Trading Engine will no longer cancel and regenerate these orders for each bar, but rather keep them active until they are filled or the script cancels them.
45° degree snap mode for point and figure trendlines
Tools drawn into a point & figure chart will be in snap mode by default (snapping to the nearest box), and will only allow drawing of 45 degree, horizontal or vertical lines. Holding of the Ctrl key will allow free drawing of lines (or by toggling off the snap mode option).
Workspace item tabs synchronized with primary chart item display name
The default title for a workspace chart item (as found on the workspace item tab) will now be obtained from the first instrument or spread found in the chart. This title will stay synchronized with the chart item even if the display name changes due to a rollover or a spread is updated to contain new constituents. The title may be manually changed either by moving an alternative instrument to the top of the chart or by using the workspace item rename operation found by right-clicking on the workspace item tab.
Automatically update linked synthetic symbols
Synthetic symbols that are used in charts, watchlists, etc. that have been added from the symbol list toolbox will now automatically be updated when the symbol in the toolbox is changed. The automatic update will apply to all open and closed workspaces. If the symbol is edited directly in a chart an option will be presented to apply this to all charts using the symbol or to unlink the symbol and make a local copy.
Additional Features:
- The formula editor window should remember the user set window size.
- It should be possible to E-Mail workspaces with SMTP, if that is preferred over MAPI.
- Add Dark Spread, Clean Dark Spread and Climate Spread indicators to the Tradesignal package.
- Forward curves based on manually added predefined lists always use list path instead of chain id.
- Symbol lists with symbol codes (e.g. Reuters chain RICs) should display the code in the symbol list toolbox next to the list name. This allows the code to be easily found, for example, when entering a chain code into an indicator that accepts such a code as input to the Instruments: List("") function.
- Excel correlation calculation option to the correlation indicator and a Correl() user function.
- Detrending Price Oscillator indicator and Detrend function for performing cyclic analysis.
- GradientColor and NormGradientColor Equilla functions
- Optimized memory usage for many full-screen charts, where most are non-visible due to stacked workspace tabs.
- Tradesignal now includes a limit for maximum open instruments and a limit for maximum free memory before certain large memory consuming tasks can be started (e.g. scanning and optimization). Both of these limits can be increased/decreased in the options dialog, although this is not recommended.
- System resource monitor now runs more frequently, to identify problems earlier.
- New Equilla functions to query the order id of a given order: GetActiveOrderId(index) returns the current id of the order at the given index. FilledOrderId(position, index) returns the current id of the filled order from the specified position and index within that position.
- It is now possible to set the default history length for daily, intra-daily and tick charts up to 50,000 bars (up from 10,000).
- It is now possible to set the history length of a scanner up to 500,000 bars (up from 5,000).
DataConnect 5.6.0 - Trayport Enhancements
Weekday and Month contract filtering for Trayport Continuous Contracts
It is now possible to create continuous contract symbols for the Trayport feed that exclude specific contracts, if the contract sequence type is monthly or daily. When month filtering is used, a contract rollover will always jump over any months that have been excluded. When weekday filtering is used, a contract rollover will always jump over any excluded weekdays. It is therefore possible to create a continuation that rolls from Monday to Monday, and another for Tuesday to Tuesday if it is so desired.
Simplified symbol mapping for Trayport symbols
Implemented new mapping approach based on alias names specifiable by instrument, sequences, and a generation pattern for sequence item ids. This feature allows an administrator to provide a one time mapping of each instrument ID and sequence ID and a definition of how sequence items should be described. Thereby preventing the need to map every symbol individually.
Faster creation of Trayport continuation symbols
Server calculated Trayport continuation symbols will now load significantly faster. A new configuration option was created that allows to skip further contract history requests when a number of consecutive requests for newer contracts did not yield any data. This is especially helpful for daily contracts, saving hundreds of useless request.
DataConnect 5.5.0 - See your own Trades
Tradesignal DataConnect extending Trayport functionality
Tradesignal DataConnect along with Tradesignal 6.3.9 is now able to provide functions for determining if a named user was a participant in a deal. These new functions are only available with using a Trayport tick-by-tick chart. Tradesignal includes two indicators, "SimplifiedDailyProfit" and "Show My Trades" that illustrate the new functions in use. This feature requires Tradesignal DataConnect 5.5 or above.
Support for Thomson Reuters Enterprise Platform (TREP) using the OMM data model (via RFA)
Tradesignal DataConnect is now able to either connect to the Thomson Reuters platform using the SFC interface, or the new (and significantly faster) RFA interface using the OMM data model. This OMM model is only supported by TREP-RT (and not earlier version of RMDS). RFA with OMM does provide significant performance enhancements over the older SFC interface approach.
Per symbol custom configuration of data history length
Default data sweep settings can now be overridden on a per-symbol basis, which means that you can define, how much data shall be collected for a specific symbol.
Support for non-standard weekly-aligned candles
This new feature adds support for Middle-Eastern exchanges like Dubai (week starts on Sunday) or Riyadh (week starts on Saturday). There is a set of known non-standard week exchanges preconfigured. New exchanges can be added (or existing ones modified). Changes will be immediately applied to existing instruments.
New administrative enhancements
Cache maintenance tool
This new tool can be started from the DataConnect Console file menu and allows an administrator to compact a DataConnect cache file and optimize its performance on large long running servers. The compacting operations, reduces data fragmentation that reduces file size and improves seek times.
Permanently hide uninteresting ticks/bars
In addition to deleting ticks and bars via the console (which would be restored with the next historic data update), it is now possible to mark a tick or bar as inactive in the historic data view in the DataConnect console, whereby it will no longer be delivered to clients or used when calculating higher period bars. The inactive state is persistent event through a restore of historic data. An inactive bar can be reactivated via the Reset Data button (or context menu option) for the affected data row. Inactive bars will be shown faded-out in the data grid.
Clear user edited bar status for an individual bar
It is now possible in the DataConnect Console, to reset a user-modified bar or tick to its original value. Previously this reset action was only available for all bars of a symbol. When viewing the historic data for a symbol, user edited bars will be bold, and a Reset Data button at the end of the data row can be clicked to restore the data to that of the data source. Please note, that the Command Restore Historic Data must also be run after resetting the individual bar and clicking Save.
Automatically re-cumulate data when importing lower period data
The data import wizard now contains a checkbox that when checked, will force DataConnect to recalculate higher data periods, when new lower period data (such as tick data) is imported. This feature means, that a user will no longer start a recumulation manually after a batch data import.
Better selection of which symbols to export/synchronise
In both the data export and synchronize wizards, it is now possible to search for symbols by name or partial name and select exportable options from within the search results. Thereby allowing, for example all symbols starting with, e.g. "TR" to be quickly exported.
Automatically refresh recent Trayport historic data
Historic tick corrections may for some reason go unnoticed in collected historic data (the correction occurred during server maintenance, for example). This new option (which is disabled by default) may be configured in the Trayport Feed handler settings, to refresh the recent historic Trayport data during the night and ensure that it completely represents the data in the Trading Gateway. User-edited bars will not be overwritten by this update. The number of hours of data to refresh is configurable.
Additional Quote Fields for Bloomberg data fields
Tradesignal users will now see a larger list of available fields in the Add/Remove columns dialog for a watchlist, when using Bloomberg data. Fields available are PE_RATIO, PX_TO_SALES_RATIO, VOTALITY_30D, PX_TO_BOOK_RATIO, OPER_MARGIN, 30DAY_IMPVOL_100.0%MNY_DF and RETURN_COM_EQY
DataConnect/Tradesignal Market Data System 5.4.0
Name Change
Tradesignal Market Data System is changing to Tradesignal DataConnect
With the current update the name of Tradesignal Market Data System 5.4 (TMDS) will be changed to Tradesignal DataConnect 5.4. Thereby the name will be shortened and an abbreviation is not so necessary.
New Tradesignal Features
Thomson Reuters On-Demand Modus
Clients who use Thomson Reuters Eikon or Kobra 3000 are now able to activate tick data and histories directly in Tradesignal without additional storage. This feature is an advantage for clients who prefer not to use a local server infrastructure.
Continous Day-Ahead-Contracts for Trayport
The symbol lists for Trayport have been expanded and now include an adapted list to represent Day-Ahead-Contracts without Weekend-Contracts. In contrast to the weekly lists with weekends they can now be used as continuous contracts with no break during the weekends.
Administrative Improvements
Fewer Restarts
Whilst functions are running, changes can now be made to Tradesignal DataConnect settings without having to restart. Settings that do need a restart will be indicated with a star (*).
Tradesignal OpenConnect SDK Improvements
New interface with automatic Time Format – Conversiong
With the new interface IMetaFieldSet2 it is no longer necessary to supply all inhouse data in UTC Time format to Tradesignal OpenConnect. Price data can be left in its original format and will be automatically converted through OpenConnect.
Tradesignal OpenConnect-Instrument with flexible time settings
With the new IMetaFieldSet2 interface it will be immediately possible to regulate the rollover times of daily data for every instrument.
Further improvements:
- In Tradesignal DataConnect Console’s configurations dialog, options will be highlighted in colour enabling collection of continuous data.
- If problems arise with the daily data bank backup, an error message will now be written in the data log.
- For serverside continuous contracts the price data for the Backward-Adjustment calculation can now be set with the following methods: PrevClose/Open, PrevClose/PrevClose, PrevOpen/PrevOpen or PrevOpen/Open.
- For Thomson-Reuters clients who use Fixed Income Products, along with histories for Last, Best Bid and Best Ask in Future-Contracts, histories for Yield will also be available, for example with Instruments such as FGBLc1 or USc1.
Tradesignal Market Data System 5.3.0
Alert prior to license expiry
It is possible to configure that a log file, windows event log and optionally an email alert is generated a set number of days prior to the expiry of a TMDS license. The options are available from the TMDS Settings Dialog, and by default will generate an alert 7 days before license expiry.
On-demand instruments
Certain data-feeds can now be configured to be available 'on-demand'. For such data-feeds, that provide comprehensive realtime, historic and entitlement data, duplicating the data management and storage in the TMDS may not be desirable. Such data-feeds can now be configured in their appropriate configuration pages (or configuration files in the case of OpenConnect feeds) to be available on-demand only.
On-demand data feeds will make their connection to the source data, only when clients are first connected. Advising and releasing instruments will only occur as users actively access them. Historic data for on-demand feeds will not be cached in the TMDS, but rather obtained directly from source.
New Bloomberg data feed connections will be on-demand by default (this can be disabled in the options).
OpenConnect feeds can be made on-demand by setting "General/PersistentSymbols=0" in the openconnect.ini file for a specific feed.
For complete information on configuring on-demand data feed access, see the TMDS User Guide.
SNMP support
It is now possible to enable SNMP support in TMDS via the "Manage Settings > SNMP" tab. Any SNMP management application will be able to monitor various metrics published by the TMDS including license usage, user activity, connection status, consumption limits, CPU usage, etc. The TMDS will also send alerts in the form of SNMP traps to any listening management applications. The SNMP support is read only. The Windows SNMP Agent Service must be installed to make use of this feature. Please refer to the TMDS User Guide for full details of setting up the TMDS SNMP feature and how to install the Windows SNMP Agent.
Automatically obtain historic daily/intraday data via Kobra/Eikon when running on the same workstation
When Tradesignal and TMDS are running on the same workstation as a Kobra or Eikon terminal, TMDS will automatically obtain historic data from the local DBU using the Thomson Reuters DEX API. When the TMDS is not on the same workstation as Kobra/Eikon, or when there is no DBU available, or when the DEX API is not installed, TMDS will fallback to obtaining interday data from TS1 as in previous versions. TMDS will always try to obtain historic data via Kobra/Eikon unless the setting 'Manage Datafeeds > Reuters Feed > Backfill historic data from Kobra/Eikon (via DEX API)' is unchecked. To refetch historic data, for example after tick corrections in the DBU, a user can either select 'Restore Default Historic Data' from the TMDS Management Console or 'Manage Sessions > Reload Historic Data' from within Tradesignal.
Bugfixes:
Bugfixes in Tradesignal Version 6.3.0
- Tool alerts on Volume Charts can generate incorrect signals.
- Candles change color when the value scale is inverted.
- TMDS connection may cause a crash if the connection gets restored after a failed ping pong, due to a very slow server (with CPU problems).
- Dropping a compressed chart onto another subchart inserts a tick chart instead of the original period.
- Not possible to select the parent for a tool if snap mode is used.
- Indicator is not drawn in a chart although the available source data is sufficient to evaluate.
- Panoramic scroll bar does not update immediately when its parent (e.g. line chart, indicator) has its input changed.
- Heikin Ashi chart is losing its volume when opened from a saved workspace or replacing the symbol.
- Some tools and the target cursor on a chart for an instrument already present in the dictionary are using wrong future timestamps.
- The volume of manually entered ticks via the TMDS Console for OpenConnect instruments will be added to the prior candle.
- Duplicated trend lines are not parallel after one is moved in a zoomed out chart.
- Equilla: Prices returned by the GetActiveOrderPrice function for built-in stops are not tick size aware.
- Daily Trendline in a mixed Daily Candle Volume / Hourly Candlestick Chart is drawn incorrectly if the left most trendline point is off screen and the right most point is past the daily candle.
- Candles in a Heikin Ashi Chart with the IKH indicator stop updating after an indeterminate period.
- Copy & Paste a chart into a new workspace on another desktop is not working when using the paste-button.
- Price labels on Andrew's Pitchfork remain visible when scrolling into the past.
- Select All does not work for a HTML Editor when in secondary desktop.
- Syntax highlighting in composite symbol editor is not enabled unless the Equilla editor is shown first.
- Adding a composite symbol from one chart to another via drag & drop looses the composite symbol.
- Spread between forward curves limited to max number of contracts shows wrong results.
- Error message when creating a forward curve chart from a symbol list created by manually entering a Reuters chain code.
- Unhandled exception occurs when copying text from the output window if another application has locked the clipboard.
- Clicking on a colored square on the optimizer heat map does not select the result row in the grid.
- A composite symbol might be replaced by an indicator when loading a chart.
- Replaced inline symbols may not be updated correctly when loading a document.
- Static variables in Equilla functions may get initialized more than once when called multiple times from different depths of nested statements.
- Forward curves based on a manually created symbol lists do not create contracts on a TMDS if they are not already present.
- Toolbox splitter moves significantly to the left on start-up when the application is maximized and Windows is set to use over 100% font DPI scaling.
- Equilla enum inputs in optimizer results are replaced with integer values when exported to Excel.
- Brute-force optimizer returns an error when the data source is only a signal Trayport TMDS without currencies enabled.
- Cannot convert currency for legacy client-calculated continuous future symbols.
- Chart will not be redrawn with new candles after deleting current candles in the TMDS while order routing is active when using a composite instrument.
- A watchlist globally symbol linked to a chart in another desktop (and no other chart in the same workspace) will open a new chart in the same workspace instead of updating the linked chart.
- Tradesignal may unregister licenses using a different username than the one that acquired the licenses when changing the DACS user.
- Composite/spread instruments may stop updating when displayed as point and figure.
- Composite/spread instruments using draw/drawline on a calculated chart type do not show latest price in legend.
- A strategy or indicator applied to a composite/spread symbol displayed as a compressed chart type may not properly remove X/O columns when the price receeds.
- Composite/spread symbols displayed as compressed chart types might, very occasionally, generate odd results.
- Heikin Ashi and Renko chart types do not calculate correct results for composite/spread symbols that can return different results during one evaluation run (as a result of using static variables in their calculation).
- Unhandled exception occasionally occurs when an auto save is being performed at the same time as the optimizer is running due interference between the two concurrent processes. An option has been added to the autosave settings to suspend autosaving of a specific workspace while a contained optimizer is running. The workspace will be backed-up when the user clicks the start optimizer button instead, and autosave normally when the optimizer run is complete. This option is on by default.
- Export chart data series to a CSV file only ever uses two decimal places for prices.
- Extension symbol lists for Trayport, Bloomberg and OpenConnect may not be reloaded after TMDS restarts.
- Optimizer stores temporary files as part of roaming user profile which may be limited in space and crashes when running out of disk space.
- Point & figure chart stops drawing updates after a chart, that does not fill the history length with data, passes the history length value with data from realtime updates.
Bugfixes in Tradesignal 6.3.1
- Calculated, non-compressing, chart types such as Heikin Ashi sometimes do not set the BarStatus to BarStatusClosingTick. Compressing chart types should return the BarStatus value of the underlying price series in the same was as indicators do.
- Temporary tool will not be removed when switching to target cursor mode in web edition.
- Strategy alerts in the web edition do not contain sufficient information.
- Occasional division by zero error when switching a chart with an indicator from a variable width chart type to a fixed width type.
- Pressing the delete key while selecting the parent for a pitchfork tool causes a crash in the web edition.
- Post-to-forum button should not be shown in the collapsed publish ribbon menu in the Japanese edition.
- Instant target cursor lines are sometimes not drawn in web edition.
- Dragging an instrument over a deselected workspace tab does not focus the deselected workspace.
- Crash occurs when compiling an indicator that uses the "crosses over" operator with a parameter that is an input variable acting as an alias for a user function.
- Crash occurs when running an indicator or strategy using a variable declared in a instruments block with the "crosses over" operator.
- Equilla "print" function only outputs empty text strings in the web edition.
- Workspace tabs replace ampersand character (&) with an underscore on the next character.
- Occasionally a crash occurs when connected to a TMDS with a failover host configured when the TMDS shuts down or restarts.
Bugfixes in Tradesignal 6.3.2
- Alerts generated by the Equilla alert() function do not display fractional prices.
- Incremental functions such as XAverage generate incorrect results when an instrument declared in an instruments block with a higher period than the indicator's parent is used.
- Runtime error quoting "invalid pure virtual function call" very occasionally occurs, when Tradesignal has been over-installed, most frequently when automatic order routing to IB is active.
- Value scale is incorrectly sized when displaying values with thousands abbreviated to T.
- Optimizer results cannot be reopened when saved with certain application versions.
- Chart with invisible tools can take a long time to render on the chart server.
- Crash can occur when replacing orders during automatic order routing.
- Low memory warning is shown after less than 2 GB are used on XP machines with /3GB flag.
Bugfixes in Tradesignal 6.3.3
- Periodic log file entries for "System Handles" are always zero.
- Crash occurs when opening a workspace containing an instrument that goes stale (on the TeleTrader provider) before the workspace is completely loaded.
- Walk forward optimization uses incorrect parameter ranges (start, end and step) for inputs when calculating the second and all subsequent time spans (samples).
- Crash occurs when applying an indicator that uses expressions bound to an instrument-block element as function arguments.
- Instruments used only as parents for indicators, and that are not shown in the chart, will be incorrectly added to the chart when the workspace is saved and reloaded.
- Error message occurs when adding a Bid/Ask Channel indicator to a watchlist when using the TeleTrader data feed.
- Data loading indicator spins endlessly when adding an indicator with dynamic inline instruments for BID or ASK to a DAX Performance Index instrument in a watchlist.
Bugfixes in Tradesignal 6.3.4
- Currency converted Bloomberg instruments using TMDS on-demand mode show only the latest bar of data.
Bugfixes in Tradesignal 6.3.5
- Memory corruption issue in the MSXML3 component on Windows XP can occasionally cause a crash when requesting instruments from a TXML server.
- Tradesignal Online watermark is not visible in a screenshot of a chart with a black background.
- Mixing data from standard data provider and file-based topup may lead to unexpected behavior.
- Mixing data from standard data provider and TXML-based topup may lead to unexpected behavior.
- Optimizer stops execution following a report of low memory, when run over an extended period.
- Certain orders may not be released when automatic order routing is active leading to a very slow memory leak.
- Fill sequence of orders for the following bar may be incorrect when a large number of orders are generated in a rather specific combination.
Bugfixes in Tradesignal 6.3.6
- Equilla extension class EquillaConstants is not thread safe although it is marked as being free threaded.
Bugfixes in Tradesignal 6.3.7
- Possible crash when connection is lost and restored and a Heikin Ashi chart is displayed.
- Equilla: "Crosses" operator does not work as expected when passing a back reference to a function.
- Using an inline instrument and a parent instrument with two different AverageFC() functions can cause an infinite loop to be reported.
- Connection to Tradesignal Market Data System is continuously dropped and re-established each time a realtime update occurs to an instrument with a symbol that is longer than 65 characters.
- Trendline "appearance" properties are hidden due to a very rare issue that occurred when saving a workspace containing migrated Trayport symbols with the 6.2.1 version that was created with the 5.5 version and later opened with the 6.3.0 version.
Bugfixes in Tradesignal 6.3.9
- Crash can occasionally occur when running a trading system that fills a conditional order when multiple other conditional orders are pending for the same bar
- Order prediction: Predicted risk stop orders may have an incorrect stop/limit price attached
- Order prediction: In some rare case a cancelled event for a placed order is missing.
- Percent trailing stop may not trail correctly intrabar when already activated on a previous bar
Bugfixes in Tradesignal 6.3.10
- Combined instruments based on tick data do not handle multiple ticks within the same second so ticks can be lost in the combined symbol
- Indicators are not always fully recalculated when an updated history is received for a member of a combined symbol beyond the first
Bugfixes in Tradesignal 6.3.11
- Backfilled Top-up data vanish from chart when you force the refresh of historical data
Bugfixes in DataConnect 5.6.0
- The volume for the current day is not available for the Reuters symbol /EWJ
- Snap requests for Reuters RICs starting with "te" (e.g. "test") are timing out
Bugfixes in DataConnect 5.5.0
- DataConnect Feed Handlers do not generate an error when their listen port is already in use, resulting in an non-connectible feed.
- Spurious error messages appear in the TMDS Permission Server log when stopping the service.
Bugfixes in DataConnect 5.5.1
- Windows event log entries for extension feeds (OpenConnect, Trayport, Bloomberg) are not listed in the support log package
Bugfixes in DataConnect 5.5.2
- A Trayport order whose side was corrected (e.g. from Bid to Ask) was duplicated on both sides of the order book
Bugfixes in DataConnect 5.5.3
- Empty history when requesting 10000 data points for the Bloomberg symbol EUR Curncy in an 8 hour chart in Tradesignal
- OpenConnect source data conversion from arbitrary timezones does not incorporate Daylight Savings Time correctly
- Long configuration entries may not fit the internal buffer when the MDS.INI file is very short
Bugfixes in DataConnect 5.5.4
- Unable to create the Bloomberg symbol ELGBYR1 Index
Bugfixes in DataConnect/Tradesignal Market Data System Version 5.4.0
- Periodic service times specified as local time in the DataConnect Console and the actual execution time may be off by one hour, due to daylight savings time shift.
- "Select existing symbols" button is disabled in the synchronize dialog if the destination server has all symbols found on the source server.
- Incorrect shifting of periodic service start and end times that are specified in UTC by the local time offset.
- When stopping the Trayport service using the DataConnect Console, and a Bloomberg service is also installed, the user is incorrectly asked if they want to shutdown bbcomm.exe as well.
- Balloon tooltips for Bloomberg Backfill and Push Port are meant for Trayport.
- Extension feed request tracing cannot be activated in the DataConnect Console.
- Requesting too many data points from the DEX API results in an error instead of just returning all available data points. A new setting has been added to the Thomson Reuters feed settings to set the maximum requested history length independently from the data collection limits.
- Resizing of the console grid will not be handled correctly on a Japanese operating system, leading to obscured labels and unused space.
- It is possible to create OpenConnect symbols that are longer than the name limit of 150 characters also with FID names longer than 20 characters.
- Creating a new Tickpump OpenConnect sample symbol without a name results in an 'invalid data format' error but also creates a symbol with prefix as name.
- Yesterday's open price for the Bloomberg symbol "DAX Index" is sometimes replicated in today's candle for a short time in the morning.
Bugfixes in DataConnect Version 5.4.1
- Reloading the historic data for TP82.19.NEAR and similar Trayport Prompt Continuation instruments displays a Timeout error in the log file.
- CDS instruments (such as FRGV5YEUAC=R) do not provide all the valid fields (e.g. MID).
- GR10YT=RR cannot display YIELD.
- The average realtime lag statistics calculation method may rarely lead to negative values and may trigger false alerts stating the internal processing delay was too high.
- Trayport Prompt instruments must not generate rolling forward symbol lists.
- In rare circumstances an application thread may hang when performing a large number of TS1 updates and deleting symbols at the same time.
- Volume for CFI2Z2 is frequently too low when compared to Thomson Reuters Kobra 3000.
Bugfixes in DataConnect Version 5.4.2
- The current candle's Open/High/Low is incorrect when opening a Bloomberg currency in 1 hour periodicity using pass-through mode.
Bugfixes in DataConnect Version 5.4.4
- Trayport level II information can go out of date in the specific, rare cases of order correction.
- The session of the first Bloomberg instrument requested after DataConnect starts up may be shifted in rare cases.
Bugfixes in DataConnect Version 5.4.5
- Withheld Trayport orders must not be listed in Level 2 / Market Depth views
- Volume indicator displays E3001 (Volume series not available) although the underlying instrument appears to have the volume data available when using Bloomberg in pass-through mode.
- Realtime updates for the BID field of a Bloomberg currency can be ignored, although the last field (which is also based on bid is correct.
Bugfixes in Tradesignal Market Data System Version 5.3.0
- Specify a timeout value, that when exceeded by a request to openconnect, logs a warning (or error) to the windows event log.
- Reuters JGB futures have no expiry date or contract size set.
- The Field for last trade date time is often blank (only visible in Tradesignal 6.3).
- Resolving an IP address to its hostname does not work on Windows XP as seen by missing hostnames in the active user dialog.
- Incorrect display name for some currencies.
- Currency deposits and forwards may not display negative prices in realtime updates.
- Period based backfill may request less data then needed when requesting ticks for a long expired symbol.
- Candle cache size statistics is not correctly updated when instruments are removed.
- Cache-related statistics may not appear in TMDS Console when no instruments were present when connecting the console.
- TMDS does not copy data when cloning an instrument.
- TMDS Console removes the wrong symbol from its list when deleting an alias.
- No way to distinguish Alias from Source symbol when viewing symbols by name.
- Removing a TMDS connection from the Management Console does not ask for confirmation.
- Adding multiple users to a license does not write its given information into the license file under some circumstances.
- Importing an export file into an empty database creates the instruments but not import the data.
- Occasionally some or all intraday periods for instruments stop ticking in the morning or slowed database operations are observed.
- A few ticks of data may not be recovered on startup when recovering instruments that are fast-ticking at the time of recovery.
- Currency reference data may be cleared in the nightly property update for some classes of Bloomberg symbols.
- Extension symbol lists for Trayport, Bloomberg and OpenConnect, may not be resent to Tradesignal following a TMDS restart, leading to unavailable lists.
Bugfixes in Tradesignal Market Data System Version 5.3.1
- Timeout can occur when logging in a user to the DACS system either when a significant amount of user log-on attempts have previously failed or multiple DACS servers are available with simultaneous log-ons.
Bugfixes in Tradesignal Market Data System Version 5.3.2
- The Last series is not collected for Reuters currency symbols provided via the D2 and EBS contributors.
- Changing Trayport rolling forward back-adjustment to none or proportional is not reflected in symbol lists so that rolling forwards will always be absolutely back-adjusted.
- Historic inserts may result in ticks inserted into the wrong candle when 3 or more ticks are already present at exactly the same timestamp and that timestamp is the first second in a minute.
- Very rare cumulation error can occur for very specific combinations of hours, minutes, seconds and milliseconds.
- Usernames containing special characters (like underscore) cannot be entered into the console.
- When two services use the same user/host pair, TMDS Console writes services definition in a format that is neither fully supported by TMDS nor by Tradesignal.
- TMDS Console crashes when the [Services] section in MDS.INI contains two identical configured service (by manually editing the file).
- Out of session tick filter ignores session parts for Reuters instruments that are separated with spaces (instead of the standard comma separator).
- Following a Trayport feed restart, some instruments may occasionally remain marked as stale (normally when left open in a Tradesignal watchlist).
Bugfixes in Tradesignal Market Data System Version 5.3.3
- Unhandled exception may occur when the number of incoming ticks exceeds the limit that causes an event log warning to be generated.
- Deadlock may occasionally occur and prevent certain other operations from completing, when an alias symbol that is used in an active Tradesignal watchlist is deleted on the server.
- Crash may occur in the rare circumstance that an exception is caught in the process of preparing candle data to be sent to clients.
- Incomplete Trayport history may be stored when the GlobalVision data source provides DealDate timestamps with millisecond granularity (after a recent GlobalVision client update) and the history is obtained directly from the SQL Server.
- Out of memory crash can occur when configuring an extremely high value for maximum number of log entries and then using the "E-Mail support logs" feature.
- Infrequent crash may occur when Trayport tick corrections and new updates are processed at roughly the same time.
- In rare cases, backfill retrieval could be repeated endlessly for the same UDC constituent contracts leading to a high CPU load on Trayport SQL database servers.
- Crash can occur when UDC rollover was detected roughly at the same time when new data was processed.
- A failed DBU backfill may lead to an incorrect warning message in the log.
Bugfixes in Tradesignal Market Data System Version 5.3.4
- Some SNMP clients report an error in the TMDS-MIB.mib file due to missing quotes.
- Console does not support displaying Trayport symbol map data if it exceed 32000 characters.
- When using symbol maps, Trayport feed handler does not send updates for both the original and mapped symbol when the client subscribes to both symbols.
- Console may occasionally crash after installation if no data feeds are configured and the set licenses dialog is displayed.
- Checking checkbox for 'generate SNMP Trap....' will not be stored.
- Console does not always write the correct "collected history limit" setting for the daily period.
Bugfixes in Tradesignal Market Data System Version 5.3.5
- CDS instruments (such as FRGV5YEUAC=R) do not provide all the valid fields (e.g. MID).
- GR10YT=RR cannot display YIELD.
- Volume for CFI2Z2 is frequently too low when compared to Reuters Kobra.
- Level II data is not forwarded to Tradesignal correctly.
Bugfixes in Tradesignal Market Data System Version 5.3.6
- The current candle's Open/High/Low is incorrect when opening a Bloomberg currency in 1 hour periodicity using pass-through mode.
- Add Implied Yield data collection to futures symbols based on government bonds (e.g. FGBLc1, USc1).
New Features
Configurable account currency for portfolio trading strategies
It is now possible to specify the Account Currency of a chart or portfolio, so that all statistics and equity curves will be shown converted to this currency (for example when trading currency pairs).
The statistics currency can be chosen in the property inspector under "Money Management > Statistics Currency > Currency".
The algorithm to calculate historic exchange rates can also be selected in this section.
- Close of Previous Bar - Use the currency values at the close of the previous bar.
- Arithmetic Mean - Calculates the arithmetic mean of Open, High, Low and Close at the current bar.
- Midrange - Uses the average of the highest and lowest currency value at the current bar.
- Arithmetic Mean without Open - The average of High, Low and Close currency values at the current bar.
- Close Weighted Mean - Calculate the arithmetic mean of High, Low and 2x Close at the current bar.
- Open Weighted Mean - Calculate the arithmetic mean of 2x Open, High and Low at the current bar.
Finally, a mode exists to use the currency conversion to calculate equity to the generation of automatic risk stops, this can be set by toggling the option "Money Management > Statistics Currency > Apply To Risk".
The following functions have been added to Equilla so that strategy authors can make use of the new Properties directly in their scripts: GlobalStatisticsCurrency(),
StatisticsCurrencyMode(),
StatisticsCurrencyFactor [of Data1].

- Inline Search
Equilla Editor inline search and replace.
The search and replace dialog in the Equilla Editor has been replaced with a toolbar that pops up at the top of an editor when the "Find" ribbon button is pressed. This toolbar remains visible untill hidden by the user. The toolbar makes it easier to repeat the searching operations.
Point & Figure revised
Point and Figure has been revised to exactly match the algorithm in the book "The Complete Guide to Point-and-Figure Charting" by Heinrich Weber and Kermit Zieg.
Equilla - CreateSortedIndexArray
CreateSortedIndexArray behaves differently than other array functions and does not skip the element at index 0. Existing workspaces will function in the old way untill the script is recompiled at which point the new behavior will be active.
Tradesignal Market Data System 5.2.0
User-defined Rolling Forward Contracts for Bloomberg, Thomson Reuters, Trayport and OpenConnect feeds.
It is now possible to create server-side continuation symbols (UDCs) for any Future contract sequence available on Bloomberg, Thomson Reuters, Trayport and OpenConnect. These new symbols are server-side and will collect in intraday and interday periods (the previous Reuters only implementation only collected daily data).
The symbols will be shared by all users who request the same instrument with the same set of parameters, significantly reducing the load on the Tradesignal Market Data System.
A UDC symbol can be created and saved to the Symbols Toolbox by starting the New Symbol Wizard and selecting User-defined continutation. In the wizard, it is still possible to create the old Reuters interday-only UDCs by checking the "Legacy UDC" check box, these legacy UDCs continue to have the option of rolling based on Volume and Open Interest, but otherwise offer only disadvantages over the new server-side UDCs (e.g. slower startup time).
Please note that the feature to restrict which months are included in the continuation, is only respected by Reuters and Bloomberg exchange traded futures. Symbol lists containing UDCs can be shared between users like any other symbol lists.
Reuters Entitlement Proxy-Server
The Tradesignal Market Data System now acts as a proxy to the DACS entitlement system, so that Tradesignal clients no longer need to make their own connections to any other server than a Tradesignal Market Data System. This new service will automatically be used by an installed Tradesignal Market Data System for all Tradesignal clients from version 6.2. The old client-side behaviour will continue to function for Tradesignal versions 6.1 and earlier. The same DACS settings entered into Tradesignal (User and Position) will continue to work with the new system. The Tradesignal Market Data System-Console allows configuration of this service in the connection settings for a Reuters feed. Log messages will be dumped to the main console log.
Please note: Tradesignal 6.2 clients will no longer be able to permission symbols on earlier Tradesignal Market Data System versions unless the Reuters SFC components are installed by a local administrator to the Tradesignal install directory.
Drill-down grouping of symbols
The symbol list in the Tradesignal Market Data System-Console now groups the symbols by type. To navigate, for example, to a specifc future symbol under Reuters one must first click on Futures, then the root code and finally the continuous symbols group.
Grouping for Trayport symbols is in line with the normal Trayport folder structure. At the top of the list of groups there is a link to navigate upwards and another to show all symbols without grouping.
Reuters Level II data for Nasdaq and NYSE
The Tradesignal Market Data System can now forward market depth data for Nasdaq and NYSE for displaying in the Tradesignal Level II workspace element.
Bugfixes:
Bugfixes in Tradesignal Version 6.2.0
- A new item is not selected automatically after deleting an item from the toolbox.
- Color picker in the inspector incorrectly allows a fully transparent solid color (shown as none).
- The Start Routing Button in the Order Routing Symbol Validation Dialog will not be activated after mapping a symbol when no symbols were previously mapped.
- Forward curves based on pre-defined symbol lists from Morningstar load endlessly.
- Local Equilla variables are sometimes incorrectly linked to input instruments when the output timestamps are built from a union.
- The loading icon remains active even when loading is finished, after refreshing the second instrument in a two-instrument Watchlist that contains a news indicator.
- Changing a symbol chart to doughnut then stars results in the fill color property being permanently hidden.
- Tools drawn at the start of a daily chart sometimes do not get redrawn when converting the chart to 5 minutes and then back to daily.
- Auto-complete menu in the Editor does not list array variables.
- Not possible to specify the exchange when creating TeleTrader rolling forwards.
- Reuters Rolling Forwards do not work correctly when only slash RICs are available.
- Cannot change period for a composite instrument in a re-opend workspace.
- Virtual memory warning is triggered too early on Windows 7 64-bit.
- Chart Viewer charts are displayed extremely small in the print preview in Excel 2007 (and when printing).
- Instant target cursor used in the future area of a point and figure chart causes the future vertical grid lines to flicker on and off.
- Applying an indicator using a historic price access to the displacement indicator shows no data.
- Instruments created in an Equilla 'Instruments' block are not re-requested on modification if the indicator also contains 'quoted' inline instruments.
- Tools drawn from an Equilla Script can get repeatedly plotted when using a tick period inline instrument and a 10 tick parent instrument.
- Switching indicator chart type to Point & Figure for an indicator that outputs only invalid values can take several minutes when using a long history.
- Left bracket character ("[") cannot be entered into a chart text tool.
- Trendline is not drawn exactly vertically when drawing in the future with Ctrl pressed.
- Trendline selection markers are drawn incorrectly when using a nearly vertical extended line.
- The middle selection marker of a vertical trendline is drawn shifted too far to the right.
- Symbol not found error when entering FGBLcv1 on the command line when connected to Reuters.
- If option "Correct symbols used in formulas on the command line" is enabled, no decimals can be used in spreads.
- Tools in pre-existing Trayport charts saved after updating to specifically version 6.0.1 on a 5.1 TMDS, do not get completely restored when opened with version 6.1.
Bugfixes in Tradesignal Version 6.2.1
- Not possible to open non-daily TXML instruments from symbol list that have been dragged to the list from a chart.
- Changes made to the display name of a TXML symbol should be updated when the instrument is refreshed via the refresh button.
- Changing the display name of an instrument will not immediately be reflected in an instrument's legend.
Bugfixes in Tradesignal Market Data System Version 5.2.0
- Regions in the various grids in the Console that allow a user to create a new item should be displayed as hyperlinks to make the operation more obvious.
- The Exchange field will be incorrectly set to "0" when using the Console to update a Trayport symbol's reference data.
- Not possible to configure tick filters in the Console for the class of Reuters Future Spread symbols like WBBRK1-K1.
- TMDS Console should disallow configuring the same feed handler port number for push and backfill ports.
- Reload Historic Data for an user-defined instrument should not be possible.
- User defined symbols do not provide the properties expiry date, contract size and trading unit.
- Candles only having a valid close value override gathered open and low data during nightly maintanace TS1 updates.
- No warning is displayed when the server tries to connect to a configured feed handler service that has not been installed.
- It is not possible to create user defined symbols if there is no Reuters default feed running.
- If a workstation is restarted when Bloomberg terminal has no registered log-in, no connection will be possible to Bloomberg without first manually terminating the BBComm service.
- TMDS does not always read TMDS related entries from the windows event log when requesting to email all support logs.
- Trayport symbol lists can be ignored due to a race condition shortly after a TMDS forced restart.
- Parts of the nightly service get executed multiple times for each day a TMDS is running.
- Initialization of the Recovery Backfill used an overly time consuming algorithm.
- Open Interest is not being collected for Bloomberg Commodity Futures.
- Open Interest and Volume are not collected for Bloomberg Currency and Index Futures.
- Bloomberg feed handler may very occasionally crash when creating or deleting instruments very fast ticking instruments.
Bugfixes in Tradesignal Market Data System Version 5.2.1
- Server side UDCs: second rollover may fail because of an incorrect following contract transition.
Bugfixes in Tradesignal Market Data System Version 5.2.2
- Reference Data (like next rollover date) for Reuters continuous future RICs (e.g. NGc1) are not updated after contract rollover.
- Deals tagged in the Trayport database as "Removed" will be imported as valid deals when using Trayport SQL Database backfill.
- Error is shown when creating user-defined continuous future symbols for Bloomberg that use contract month filtering.
- Selecting "Manage Datafeeds" in the Management Console for a Bloomberg-only configuration may raise an exception.
- The "exchange" field will be incorrectly set to "Spot" for Reuters currency symbols (e.g. EUR=) after the "Restore Default Ref. Data" operation.
- Zero volume values may be incorrectly stored in the database after a Reuters TS1 update for index symbols.
- Exception occurs in the Management Console when submitting the "Select Date Range" dialog of the "Show Splits Query" with empty date fields.
Bugfixes in Tradesignal Market Data System Version 5.2.3
- Symbols recently requested by users should be processed first when recovering missing ticks or back-filling after start-up.
- The TMDS did not properly handle the result of a GetSymbolAccessRights request on an OpenConnect service.
- Trayport data feed did not properly load the new SQL queries to enhance the deleted Ticks filter mechanism.
- Deals that have the same timestamp sent by the Trayport SQL Server can arrive in a different sequence when reloading the data history.
- The OpenConnect SDK example project: SampleCSVFile, could create an access violation when loading tick series data to cumulate daily data, if those loaded ones contained deleted deals.
- Denied access to an existing symbol was not properly forwarded to Tradesignal clients.
Bugfixes in Tradesignal Market Data System Version 5.2.4
- On start-up, missing deal data from Trayport will not be appended to the saved data history for instruments already present in the database.
Charting
A new design for Forward Curves
The energy trading segment’s ever-popular Forward Curves has been completely revamped in the new Tradesignal.
The most significant improvement is that the programming language Equilla has now been linked to Forward Curves, allowing the application of complex calculations and strategies. It is now also possible to adjust Forward Curves periods with new options for obtaining intraday, weekly or monthly data. Displacements are still possible of course, but drawing tools and indicators can now also be used with Forward Curves.
Once created, a Forward Curve can be saved as a symbol in a symbol list so it can be used again later or made available to other colleagues. Furthermore, Forward Curves can be displayed alongside normal charts as an overlay, allowing you to simultaneously view the price of the current contract and the Forward Curves for all contracts within the same chart.
Also new is the option to create a Forward-Curve from a self-defined symbol list. In this way you are no longer limited to a pre-defined list.
An additional new indicator is the 'Forward Curve Label', providing a label for each contract within a Forward Curve.
Enhanced Point&Figure Chart
In addition to a new rasterized background display, the new Point & Figure Chart also provides a number of new box-sized options to different existing theories of the Point & Figure Display. The rasterized display has been optimised for the P & F Chart so that drawing tools can be used in the boxes of the charts.
The following options are available:
- Constant (Price)
- Constant (Points)
- Close (%)
- Average True Range (Periods)
- Logarithmic (%)
Two new indicators designed especially for the Point & Figure Charts automatically draw trend lines, resistance lines and support lines.
Improved display
Displaying the Chart Legend for spreads
The Chart Legend for command line formulas has also been improved: When you enter a formula (e.g. spread) in the command line of Tradesignal, the actual name is displayed in the legend of the chart, offering better readability. This is very useful when working with a data provider whose symbol is not expressive.
New assistants to facilitate your work
The new Tradesignal now provides you with various assistants that will considerably facilitate your work.
The Equilla Input-Assistent
The first assistant is the new Equilla Input Assistant. This allows you to create an indicator output without first having to open the input of an indicator in a chart.
To do this, an assistant opens when an indicator is used, allowing you to select the necessary inputs (instruments or outputs of other indicators). The result of a Crack Spread, for instance, can be displayed without having to open the inputs ‘crude oil’, ‘gasoline’ and ‘heating oil’ as charts. Only the Crack Spread has to be displayed.
The assistant for the Percent Performance Chart
An additional assistant will help you to create a Percent Performance Chart, which offers a range of options. You can add individual prices and entire market lists as charts, and define the start date and chart type. The properties menu allows you to adjust the selected date for the chart. You can use the formula language Equilla by applying, for example, spreads to the charts.
User-friendly interface
Drag & Drop in the command line
You can now drag and drop symbols from the symbol list into the command line, allowing you to quickly create spreads. You no longer have to manually look for symbols but can use Drag & Drop to insert symbol names directly into the command line. This is extremely useful when the data provider’s symbol names are not expressive (e.g. with Trayport).
Prefix selection button
The ‘prefix button’ allows you set your data provider in the command line. The new Tradesignal Market Data System allows you to work, for instance, with Reuters and Bloomerg simultaneously – the only thing you need to do is select your prefix and the correct symbol name.
Additional improvements
- Dragging and dropping symbols or symbol lists (including Chain Codes) into the chart using the Drag & Drop function either replaces or simultaneously inserts all the desired symbols at once.
- Chart-Objects (Indicators, Subcharts, Strategies) can now be moved more easily with Drag&Drop. So now you can align the object in the corresponding set direction of the scale by using the drag.
- Quickly changing the timespan or period for all charts is now also possible. By holding down the CTRL key when selecting the period or timespan, you create the desired change for all charts in the selected workspace. The available options now include six months in addition to five and ten years.
- The Copy & Paste export of a chart into the Windows clipboard is also new, and can be inserted into a different programme (e.g. Excel).
- During the optimisation process when you apply a trading strategy to an indicator the parameters of the indicator can now be included and tested.
- In the editor for the Composite Symbol, a new Symbol Picker has been created for a simplified use of Inline Instruments.
- The calculation method for the Candle Rollover has been revised. In periods shorter than one day (e.g. 5 hours) the candle calculation will begin at the start of the day and be reset at the end of the day.
Collaboration
Write and read protection for workspaces
Workspaces can now be password-protected. This is very useful if you want to prevent any changes being made when you are storing the workspace in a location that you share with others. Workspaces can not only be write-protected but also read-protected.
Warning when updating packets
This means that with packets (i.e. directories) in which indicators, trading strategies or workspaces are stored, and where these are shared with other users, you can activate a monitoring function. You will receive a warning to refresh the packet if data is added or changed within the packet, which ensures that you always see the most current content in the Tradesignal (Data -> Options -> ‛Warning during refresh’).
Joint Symbol Lists
This means that with packets (i.e. directories) in which indicators, trading strategies or workspaces are stored, and where these are shared with other users, you can activate a monitoring function. You will receive a warning to refresh the packet if data is added or changed within the packet, which ensures that you always see the most current content in the Tradesignal Enterprise Edition (Data -> Options -> ‛Warning during refresh’).
Additions to the Equilla area
The formula language Equilla offers a high degree of flexibility in creating indicators and trading strategies across all Tradesignal products. We have expanded this area even further in the new version of Tradesignal.
Inline instruments
Inline instruments can be replaced with Inputs. This long requested function allows for entirely new variants when creating indicators and trading strategies. It allows you to create and assemble portfolios entirely on your own. Using the Optimiser, you can test strategies with Inline instruments against a number of instruments.
Example:
This example displays arrays and inline instruments with the List command. In the example, they are used to create a portfolio system without first opening the individual instruments as charts; instead, the instruments are loaded and traded in the code. The resulting equity curve displays the P/L of all traded instruments.
Code:
Meta:
Synopsis("Example indicator that is designed to be the parent of a trading
strategy for which the strategy author would like to 'stress test' by
varying the indicators input parameters during optimization."),
Author("Tradesignal GmbH");
Inputs:
Security(SIE, DTE, LHA), // Change the security being tested
Period(Minutes1, Minutes5, Minutes60, Daily, Weekly, Monthly) = Daily; // Change the period being tested
Instruments:
inst( IFF(Security = SIE, "SIEGn.DE",
IFF(Security = DTE, "DTEGn.DE",
IFF(Security = LHA, "LHAG.DE",
""))) + " " +
IFF(Period = Minutes1, "1m",
IFF(Period = Minutes5, "5m",
IFF(Period = Minutes60, "60m",
IFF(Period = Daily, "daily",
IFF(Period = Weekly, "weekly",
IFF(Period = Monthly, "monthly",
"")))))) ); // We only every load a single instrument, thus ensuring our date/time series is not full of gaps
//Output the data as we get it
DrawBar(Open of inst, High of inst, Low of inst, Close of inst);
// Tradesignal GmbH
// www.tradesignal. com
New functionality: Multidimensional Arrays
New real Multidimensional Arrays are now also possible in the new version of Tradesignal.
The new command reference: ArrayLength, SetArrayLength, GetArrayDimensions, SetValRangeArray, FillArray, InsertAtArray, InsertSortedArray, RemoveAtArray, ClearArray, CopyArray, Array_Copy, AppendArray, HighestArray, LowestArray, IndexOfHighestArray, IndexOfLowestArray, SortArray, Array_Sort, SearchArray, BinarySearchArray, CompareArray, Array_GetType, Sort2DArray, CreateSortedIndexArray, Array_Sum SummationArray, SummationRecArray, SummationSqrArray, MedianArray, AverageArray, AvgDeviationArray, HarmonicMeanArray, KurtosisArray, SkewnessArray, StdDeviationArray, StdErrorArray, VarianceArray.
Example:
This example displays arrays and inline instruments with the List command. In the example, they are used to create a portfolio system without first opening the individual instruments as charts; instead, the instruments are loaded and traded in the code. The resulting equity curve displays the P/L of all traded instruments.
Code:
Meta:
Synopsis("Example portfolio trading system that demonstrates the use of
arrays and non-trivial trading commands applied to a user-defined list
of securities. The strategy will trade long any portfolio member
whose normalized price crosses the portfolio average and guard the
new position with a stop loss set a number of points below the next
bar's open."),
Author("Tradesignal GmbH");
Inputs:
PortfolioSymbolList("//My Symbol Lists/DAX30"), // Portfolio of securities to trade
Period(10, 1), // Period for the lowest low/highest high calculation to determine the price range for price normalization
StopRetracePoints(50, 1); // Number of points the position must retrace from the open of the bar in which a position is held
Instruments:
portfolio(List(PortfolioSymbolList));
Variables:
i, avg, lo, priceRange, count(Len(portfolio));
Arrays:
prices[count](0); // Stores normalized prices for each portfolio member so we do not have to recalculate them
avg = 0;
// Compute the portfolio average based on normalized prices
For i = 0 To count - 1 Begin
lo = Lowest(Low, Period) of portfolio(i);
priceRange = (Highest(High, Period) of portfolio(i)) - lo;
prices[i] = IFF(priceRange > 0, 100.0 * (Close of portfolio(i) - lo) / priceRange, 0.0);
avg = avg + prices[i];
End;
avg = avg / count;
// Generate orders for each portfolio member
For i = 0 To count - 1 Begin
// Enter long if the nomalized price crosses over the portfolio average
If prices[i] Crosses Over avg Then
Buy Next Bar at Market Trading portfolio(i);
// Exit if the price drops 50 points below tomorrow's open
Sell Next Bar at (Open of Next Bar - StopRetracePoints Points) of portfolio(i) Stop Trading portfolio(i);
End;
// Tradesignal GmbH
// www.tradesignal.com
Expanded DrawText commands
The DrawText command has been expanded with a hyperlink function, allowing additional information for a security to be displayed from a Watchlist. This allows users to create an indicator that displays additional information for a specific instrument from in-house intranet sources or even external internet sources.
New functionality: FilledOrders
This expansion of Equilla displays detailed information on executed orders. The new command reference: FilledOrderAmount, FilledOrderCount, FilledOrderDate, FilledOrderDateTime, FilledOrderIsEntry, FilledOrderIsExit, FilledOrderLabel, FilledOrderPrice, FilledOrderTime.
Equilla-Expansion: Use Order Command in Equilla-Functions
Optimise your trading system and outsource redundant programming in a separate function. Right now Order Commands (buy, sell, short, etc) can be applied in Functions.
New Meta-property OutputTimeStamps
The new Meta-property “OutputTimeStampsˮ allows users to set timestamps for the output for strategies or indicators using several input instruments.
New Equilla commands for P&F Charts
There are two commands to facilitate trading strategies used in Point & Figure Charts: Boxsize(Price), AddBoxes(Price, Quantity).
Drag & Drop functions in one script
Drag and drop Symbol Lists into an Equilla script for a more simplified way of creating instrument lists: simply drag a symbol into your script in order to avoid typos. Symbol Lists are automatically inserted as a Chain into the script.
Improved output window
A new output window with its own filter input field enables a ‛Pause for Updates’ and simultaneously increases the maximum number of entries in the output window. The output was increased to 100,000 entries but can be increased further to 10,000,000.
Additional options for administrators
Deleting historical data
When historical data for a Bloomberg data feed has to be reloaded, you can do this yourself by using the Session Manager. The data will then be loaded directly onto the TMDS.
Central configuration for the connection setup
The new Tradesignal Enterprise Edition can be configured so that connection settings for the TMDS will be loaded from a central location. Afterwards, the user will only have read-only access to connection settings.
Central update server
By adding an update server, Tradesignal Enterprise Edition can continuously check whether a new edition of Tradesignal Enterprise is available. Tradesignal Enterprise Edition displays a message when a new update is available, allowing the user to install it.
Landing screen
It is now possible to turn off the News Window on the landing screen. Your Tradesignal application will then start by itself.
The new Tradesignal Market Data System – 5
Alongside the new Tradesignal we are introducing the even more powerful and efficient new Tradesignal Market Data System.
A new interface
Many aspects of the new Tradesignal Market Data System’s interface were tailored to the needs of users. The Tradesignal Market Data System Management Console is now managing several Tradesignal Market Data systems – irrespective of the version used. The version in use is displayed with its current name.
Several commands that drive the data bank can only be executed by clicking a button.
The activation of functions for logging information has been simplified and now facilitates a more intuitive operation.
More symbols
The limit of 2000 instruments per Tradesignal Market Data System has been increased to 10000.
Official support for new Windows versions
In addition to the 32-bit versions (Windows XP to Windows 7), all 64-bit Windows versions are now also officially supported.
Connecting to Bloomberg
From now on the Tradesignal Market Data System (only locally) can be connected to a Bloomberg Professional Terminal via the BBComm Interface and allows users to simultaneously use other data feeds such as Reuters or Trayport.
Expanded recovery of missing ticks
With this new version the Tradesignal Market Data System supports the data reconciliation with a Failover Tradesignal Market Data System instead of a Recovery Tradesignal Market Data System. This saves a server in the Tradesignal Market Data System infrastructure.
Using the “Olson” Timezone database
All data providers will now rely on the “Olson” Timezone database. So now the timezone and the change from summer to winter time can be adjusted precisely and independently from live feed data.
Deleting unused symbol classes by users
You can define individual settings for deleting symbol classes in the new Tradesignal Market Data System.
Expanded contract displays (Reuters)
A Reuters data feed also allows you to access expired contracts. These are displayed as Symbol Lists in Tradesignal.
VImproved license management
The new Licence Manager now supports setting up groups and importing and exporting licence settings.
Batch-Import
Using a batch command allows you to import RIC lists and their corresponding histories in a DBU format.
E-Mail Logs
On request, the Tradesignal Market Data System can create a ZIP file via the Email Function, which contains all the necessary logs of the connected providers.
- Chart does not update when removing a candle in TMDS
- A storage.ini created on a Japanese system can cause crashes when used on a European system, when it contains certain unicode characters
- The lower and upper property switch labels for the linear regression tool are reversed
- Searching for a chain when you have top-up directory added does not expand the tree to show the found result and selects the wrong result in the tree
The bug fixes:
- 2 composite instruments in a scanner can lead to an unhandled exception.
- Left handle disappears in panoramic scrollbar when showing full data history.
- Panoramic scrollbar shows wrong value range when mixing two charts when one of which has irratic data including many zeros.
- Dirty flag in workspace tab for forward curve when reopening workspace after saving.
- Irregular crashing when requesting data after a period change following a manual reconnection.
- Instruments in a scanner become disconnected from the TMDS stopping and starting the TMDS following optimizing.
- Installation on Windows 7 may fail with "system cannot find the path specified" error.
- Crash when changing scale factor in market profile when workspace is present on a network share.
- Portfolio does not reconnect properly when shutting down master TMDS.
- Active optimizer though no network conenction.
- After disconnection the optimizer dialogue cannot be closed with only one click.
- Active Optimizer and Strategy Button after closing all workspaces.
- Renamed tab in the forward curve is not saved after reopening workspace.
- Changing the Port field in the SMTP Mail settings has no effect.
- Heikin Ashi chart looks different after refresh .
- Sometimes LII data for some japanese futures does not cleared at the start of the morning session and continues to show yesterday's order book at close.
- Local Highs & Lows indicator shows too many decimal places when used on another indicator (e.g. correlation).
- Crash occurs in the panoramic scrollbar if one instrument of a multi-input indicator is removed.
- Expand JavaScript API/command line to specify chart type, scale alignment and sub-chart when adding instruments to new or existing charts.
- Add new combined symbol type that allows a synthetic instrument to be created that includes all of the trades from a list of constituent instruments, cumulated from a base period.
- Export and import XML formatted symbol lists including composite instruments and user-defined continuations from a context menu option when a symbol list is selected
The bug fixes:
- The date for the end point of an arrow tool drawn in the future on a daily chart may shift by some days after some days have passed
- Application is unresponsive when changing from seasonal chart including a linear regression channel to the renko chart type
- Morningstar: Requesting an instrument that has a single non-ticking candle can lead to a devision by zero error
- TeleTrader: Ranges of weekly candles for currency instruments occasionally only contain data from a single day
- TeleTrader: Opening a two bar UDC shows no data
- Fixed: Forward Curve does not respect the auto-select properties option
- Fixed: UDC for LCO is not ticking and does not contain the data from the latest contract
- Fixed: Forward curve: Crash can occur when hovering the mouse over a spread curve data point
- Fixed: A monthly top-up instrument cannot be displayed as a candlestick chart if only close values are provided
- Fixed: Top-up instruments from TXML do not display a currency and unit in the property Inspector
- Fixed: ID fid cannot be charted when connected to a Trayport MDS
- Fixed: Entering a valid term for a current future contract on the command line will be converted to an expired ("^") RIC
- Fixed: Bloomberg: It is not possible to add a user-defined Bloomberg instrument to a scanner
- Fixed: VFI function always returns zero
- Fixed: Reuters: Price ticks in Time and Sales for Bid and Ask are 2 hours in the future for some RICs
- Fixed: Morningstar: Monthly chart does not load for a few instruments
- Fixed: Morningstar: Tick chart may load forever depending on history length and how data is received from the server
- Fixed: IB: The prices for two auto-traded items can be swapped under a rare condition
- Fixed: Opening a specific chart from the forum can cause a crash
- Fixed: A monthly top-up instrument cannot be displayed as a candlestick chart if only close values are provided
- Fixed: Top-up instruments from TXML do not display a currency and unit in the property Inspector
- Fixed: ID fid cannot be charted when connected to a Trayport MDS
- Fixed: Entering a valid term for a current future contract on the command line will be converted to an expired ("^") RIC
- Fixed: Bloomberg: It is not possible to add a user-defined Bloomberg instrument to a scanner
- Fixed: VFI function always returns zero
- Fixed: Reuters: Price ticks in Time and Sales for Bid and Ask are 2 hours in the future for some RICs
- Fixed: Morningstar: Monthly chart does not load for a few instruments
- Fixed: Morningstar: Tick chart may load forever depending on history length and how data is received from the server
- Fixed: IB: The prices for two auto-traded items can be swapped under a rare condition
- Fixed: Opening a specific chart from the forum can cause a crash
The bug fixes:
- Fixed: Starting order routing while instruments are still in the process of loading can lead to an application crash
- Fixed: Indicator data input selection dialog should not display the symbol for selection but rather the name
- Fixed: Indicator data input selection dialog should display the name of the input being requested not just the input number
- Fixed: Price Editor can be opened via the context menu while automatic order routing is active
- Fixed: Backup: Restoring a backup sometimes fails to restore order routing information
- Fixed: Hide Manual Order Routing properties if manual order routing is not supported
- Fixed: Portfolio: The status of an order routing connection is not displayed correctly if the connection failed
- Fixed: Position Manager: Additional order routing tabs might not be removed when "Monitor All Workspaces" is disabled
- Fixed: Position Manager: Filled and Cancelled order tabs gets cleared when "Monitor All Workspaces" is toggled
- Fixed: Watchlist: Managing indicators and strategies might not work when a portfolio is using automatic order routing
- Fixed: Position Manager: Additional order routing tabs might not be removed when the connection to the broker is closed
- Fixed: Manual reconnect to a data provider may sometimes be ignored
- Fixed: Reuters: UDC instruments based on futures traded on ICE cause the application to become unresponsive
- Fixed: UDCs based on WTCL cannot be charted
- Fixed: Morningstar: there may be an obvious gap in a tick chart at the point a history was requested if the history is significantly longer than 2000 ticks
- Fixed: Reuters: Instruments (e.g. .SPX) that have no data points for a secondary FID may get reset and show no data
- Fixed: Print schedule is ignored if you choose a printer that is not your default printer
- Fixed: Browsing a symbol list from a chart can cause the application to crash when browsing past the first or last element
- Fixed: Moving a trendline sometimes results in the menu asking for selection of a new parent chart object
- Fixed: Chart Viewer: Add a button to automatically set the rendering size based on the current chart dimensions in mm
- Fixed: Morningstar: Changing date scale mode for a Renko chart to seasonal can cause the application to crash
- Fixed: Chart Viewer: Control shows the German property page on an English system
- Fixed: Bloomberg: The period from a dynamic inline instruments are ignored in equilla when the parent instrument is added from a symbol list
- Fixed: Application crashes occasionally when using tile mode for six charts, repositioning one chart and then using tile mode again
- Fixed: Account tabs in the position manager will not be removed when the automatic order routing for a new order router is stopped
- Fixed: Print scheduler must abort a printing job if a scheduled item takes too long to obtain data
- Fixed: Order routing to IB cannot be started for a future contract in a second chart when order routing is already active on a different future contract in another chart so long as neither symbol is manually mapped
- Fixed: Morningstar: Delayed Instrument/Exchanges will not be displayed as delayed
- Fixed: IB: Automatic symbol mapping for currencies does not work
- Fixed: Morningstar: A crash occurs when refreshing a portfolio (and other types of reloads)
- Fixed: Delayed chain lists cannot be used for custom symbol lists
- Fixed: Time & Sales price entries are omitted for fractionally traded instruments
- Fixed: Morningstar: TSe behaves unresponsible when Server gives up retrying fundamental data after receiving a timeout
- Fixed: Crash can occur when reconnecting with a currency converted instrument present in a chart
- Fixed: Endless loading when selecting a non-existent item type in a workspace scheduled for printing
- Fixed: Opening a chart containing 3 sub-charts with the default chart style=line sometimes causes some of the sub-charts not to display data
- Fixed: Chart Target Cursor and Tooltip instrument labels are too wide for extremely long symbols
- Fixed: Morningstar: changing period will sometimes result in an application crash (System.DivideByZeroException)
- Fixed: Morningstar: Changing period rapidly results in instrument loading endlessly
- Fixed: Changing layout for a workspace incl. many watchlists with frequently ticking instruments causes a crash
- Fixed: Disconnecting from a TMDS can lead to a rare application crash
- Fixed: A symbol list that has not yet been instantiated from the data source cannot be inserted into an already opened watchlist
- Fixed: Reconnecting to the current data provider with the reconnect button may lead to undefined behavior
- Fixed: Standard Edition: No message is displayed indicating remaining days when logging in with a trial account
- Fixed: Setting the option "overwrite existing data" when using a top-up file leads to incorrect historic data when changing the history data length
- Fixed: Market Profile: Screen and printouts must contain the CME copyright watermark
- Fixed: Top-up files for instruments with a slash ("/") in the symbol are not possible
- Fixed: TXML: Specifying a non-LAST FID as the only FID for an instrument will replace this FID with LAST
- Fixed: MDS: It is not possible to edit data on slave servers
- Fixed: Timezone conversion to south pacific times does not work correctly
- Fixed: Some prices that appear in the position manager are incorrectly rounded
- Fixed: Renko chart is drawn on top of position flags
- Fixed: Replace symbol doesn't display the replaced symbol correct when the to replace symbol have a marked order
- Fixed: Empty chart after reconnection to TeleTrader server
- Fixed: saving orderrouting option as new default settings will be ignored
- Fixed: Synchronization timeout alert has a timestamp using local time instead of tradesignal time
- Fixed: In some cases orders are routed even if the orders cannot be filled in equilla
- Fixed: Adding short position after long position doesn't work with Himawari account
- Fixed: Avoid starting automatic order routing when an invalid account is detected
- Fixed: Tenfore: The default ticksize for currencies is 2 decimal places
- Fixed: Filled area created by indicator loses color when workspace is reloaded and indicator is not locally present
- Fixed: Under some odd circumstances, the button "start automatic order routing" in toolbar is active though automatic order routing is already active
- Fixed: It is not possible to select a custom period of 12 months
- Fixed: Do not support saving broker connections and automatic order routing settings in a template
- Fixed: IB - CFD is missing in the order routing symbol linking options
- Fixed: Position manager is not available if the user has the Order Routing license but no strategies license
- Fixed: Startegies can removed from a portfolio while the order routing is working
- Fixed: Can't stop automatic order routing if the choosen symbol is not able to mapped to the broker
- Fixed: Using the CreateNewChart() javascript method forces the entered symbol to be lowercased when using a topup symbol
- Fixed: A crash can occur soon after confirming a connection request in TWS for a mapped symbol using unknown symbol types
- Fixed: You should not be able to change account settings while connected to your broker
- Fixed: Tenfore: Data gaps when loading 15.000 Data points and more
- Fixed: IB - Missing some exchanges in symbol linking dialog
- Fixed: Unhandled exception while editing prices during active automatic order routing
- Fixed: TeleTrader: Automatic reconnection does not wait between successive connection trials
- Fixed: TeleTrader: Exchange (düsseldorf) will not be displayed correct in symbol search exchange list
- Fixed: Values in position manager can go blank when resizing display fields in position tab
- Fixed: Reuters sessions where the start time is the same as the end time for a day are incorrectly interpreted as not starting on the previous day
- Fixed: Add description in tool tip for displacement in seasonal charts
- Fixed: Missing equillaapi.h in tse enterprise release setup
- Fixed: morningstar: flickering server time display
- Fixed: Predefined workspaces are missing
Tradesignal experts for your success
Tradesignal Solution Providers impart knowledge concerning Trading, Technical Chart Analysis and Equilla programming language amongst other things, via seminars, workshops and coaching. You can choose the appropriate solution for any area and any achievement level. Whether in a group or intensive individual coaching, our Tradesignal experts will put you and your co-workers on the road to success and will improve your trading performance.

DHS Financial
Trading Systems and Coaching
DHS Financial organizes seminars for developing individual trading plans and also offers successful trading systems for heavy market activity. They also provide individual programs for custom client solutions and private consulting for individuals and company clients.
Contact:
DHS Financial
Erdbeerfeld 1
24161 Altenholz
Tel: +49 (421) 3209427
Fax: +49 (3212) 3473462
E-Mail: info(at)dhs-financial.de
Web: www.dhs-financial.de
Contact: Dominik Häger

Dr. Bauer Consult
Trading Strategies and Live-Trading
Dr. Gregor Bauer provides workshops to develop trading strategies with Technical Analysis for the Capital and Energy markets. He also offers lectures and Live-Trading at presentations and roadshows.
He works as an independent Portfolio Manager and lecturer of Technical Analysis and Portfolio Management at various international universities. He is chairman of the German Technical Analysts Association (VTAD e.V.) as well as an executive member of the International Federation of Technical Analysts (IFTA).&nb
Contact:
Dr. Bauer Consult
Mathildenstr. 1
65189 Wiesbaden
Germany
Tel: +49 (69) 9570020
Fax: +49 (69 5799946
E-Mail: g.bauer(at)drbauer-consult.de
Web: www.drbauer-consult.de
Contact: Dr. Gregor Bauer

Intalus GmbH
Trading Systems, Equilla and Coaching
Intalus offers a worldwide complete service for anyone who is involved in professional technical analysis and algorithmic trading, via workshops, individual programming, in-house consulting, individual coaching, webinars and also the monthly newsletter “Trading Tips.” Intalus has offices in Bremen, Frankfurt, Hamilton and London and is represented in many countries.
Contact:
Intalus GmbH
Wilhelm-Herbst-Str. 7
28359 Bremen
Germany
Tel: +49 (421) 200757
Fax: +49 (421) 2007580
E-Mail: tradesignal(at)intalus.de
Web: www.intalus.de
Contact:
Klaus Wobbe, Managing Director

ReneRose.de
Trading Systems, Coaching and Seminars
René Rose develops trading systems, charting tools such as Scanner and other applications for Tradesignal. He offers his vast experience in the form of intensive coaching and seminars. He also offers an All-In-One-Support to clients for long term, flexible support for Tradesignal applications, trading system development and Equilla programming.
Contact
René Rose
Grüne Straße 10a
27721 Ritterhude
Germany
Tel: +49 (4292) 5176091
E-Mail: info(at)renerose.de
Web: www.renerose.de

SEFINAS
FX-Trading Systems and Consulting
SEFINAS specializes in developing software systems to generate automatic trading actions in the foreign exchange market. Principally SEFINAS serves FX-Private trading for German and foreign banks but also offers Investment Management Services for Hedge-Funds and Managed Accounts for private clients.
Contact:
SEFINAS Mechanical Trading Systems
Owner: E.Stampouloglou, Dipl.- Math.
Markelstr. 9
12163 Berlin
Germany
Tel: +49 (30) 74922662
Mobil: +49 (157) 77796267
Telefax: +49 (721) 151376274
Email: info(at)sefinas.com
Web: www.sefinas.com

TwoTwoFive
Commodities and Energy Trader Seminars and Coaching
TwoTwoFive offers Gas and Oil traders and anyone involved in commodities, a worldwide unique range of training, development and consulting solutions. Alongside seminars for beginners through to professionals, live job coaching is a unique option for any commodities trader.
Contact
TwoTwoFive
The Priory, Thremhall Park
Bishop’s Stortford Hertfordshire CM22 7WE
United Kingdom
Tel: +44 (1279) 874 610
E-Mail: learnmore(at)twotwofive.co.uk
Web: twotwofive.co.uk

Become a Tradesignal Solution Provider!
Tradesignal GmbH GmbH offers you the opportunity of providing your services as a Tradesignal Solution Provider.
Your Benefits
- Regular assignments
- Reference on www.tradesignal.com with your photo, description and link to your homepage
- Publication of terms
- Use of Tradesignal’s logos
- Option to use the training facility at the Bremen head office
- Sample drafts for educational material, rules for Equilla codes and for small projects
- Supply of product licenses and free codes
Interested? Please contact us at partner(at)tradesignal.com














































