Skip to content

Scripting Aliases

By Optuma Team · Updated 2020-04-03

Aliases are shortcuts for commonly used functions that can be used when building a script.

The current aliases available are:

  • C = Close();
  • O = Open();
  • H = High();
  • L = Low();
  • V = Volume();

For example, in older versions of Optuma you would need to build the following script to find instances of where the Close was higher than the Open…

Close() > Open()

You can also produce the same result using the following condensed script:

C > O

Choose which categories of cookies you allow. Strictly-necessary cookies are always on. You can change this any time via the "Cookie Settings" link in the footer.

  • Functional

    Remember preferences like dismissed banners and your dark-mode choice.

  • Analytics

    Help us understand how the site is used so we can improve it.

  • Marketing

    Measure our advertising and help us reach people who may be interested in Optuma.