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.

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.

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 ( >>> )