Economic Calendar

Access the Economic Calendar from the right bar.

Build and manage lists of events using the Manage Lists dialog. Access this dialog by clicking the pencil in the toolbar or the dropdown at the top of the widget.

In the Manage Economic Event Lists dialog, lists and sources are located on the left. List contents are shown on the right.

Search for events by typing in the field and using the filters at the top of the right column.

Select items in search results and add them to a list using the task buttons at the bottom of the dialog.

Access preferences using the task menu at the top right of the widget.

Notifications can be managed In the preferences dialog.

When events are released and notifications are on in preferences, they will appear in the notifications popup.

 

News

The News widget is primarily an RSS reader. 
Click on a news headline to open the full story in a new browser tab.

Manage feeds

Go to the task menu --> "Customize News" to manage news feeds.

Here you can:

  • Turn feeds on/off by clicking on their feed titles. Those that are 'on' show up in white, those that are 'off' are greyed out.
  • Add a feed by pasting the RSS address in the field at the bottom of the dialog and hit 'Add'.

Search

Go to the task menu --> "Search", it will open a search field at the top of the news widget.

Volume Comparison

The innovative technical analysis tool, the Volume Comparison Widget, is now available as a standalone widget. Access it from the left bar--> Chart --> Volume.

What is it and why is it helpful? Dual-axis volume comparison

Consolidating volume information provides greater market transparency by employing several volume studies into a single infographic (mobile and desktop).

  • Beyond a standard volume histogram, this gives you insight as to how the market is behaving compared to previous days in two ways: Compared to the same time period in previous days
  • ​Compared to previous time periods today and in previous days

​​This dual-axis comparison enables you to see how the market is evolving in a more granular way rather than traditional volume histograms on a chart.

Formula Operators

Currently formula editor supports elementary operations:

"||", "&&", "|", "^", "&", "==", "!=", "<", ">", "<=", ">=", "<<", ">>", ">>>", "+", "-", "*", "/", "%"

"-", "!", "~", "+"

Parentheses are also supported.

  • Math operators
  • Unary negation ( - )
  • Unary plus ( + )
  • Multiplication ( * )
  • Division ( / )
  • Subtraction ( - )
  • Remainder ( % )

 

Comparison operators

  • Equals ( == )
  • Not equals ( != )
  • Less ( < )
  • Greater ( > )
  • Less OR Equal ( <= )
  • Greater or Equal ( >= )

 

Boolean operators

  • OR ( || )
  • AND ( && )
  • NOT ( ! )

 

Bitwise operators

  • AND ( & )
  • OR ( | )
  • XOR ( ^ )
  • NOT ( ~ )
  • LEFT SHIFT ( << )
  • RIGHT SHIFT ( >> )
  • ZERO-FILL RIGHT SHIFT ( >>> )