Skip to main content

Alpha#95

Type: alpha_95 • Category: indicators

Description

Alpha#95 - comparison of rank and ts_rank.

Parameters

NameTypeDescriptionRequiredDefault
dataExpstringprice datano
openstringselect the column with opening pricesno
highstringselect the column with highest pricesno
lowstringselect the column with lowest pricesno
volumestringselect the column with volumeno

Help

Alpha#95

Description

Alpha#95 is an indicator from Alpha 101, a set of formulaic alphas used in investing strategies. This indicator compares the rank and ts_rank.

What does this worker do?

This worker calculates Alpha#95, which is a comparison of rank and ts_rank. It uses price data, opening prices, highest prices, lowest prices, and volume to generate the alpha.

How to interpret the results

The results of Alpha#95 can be used to inform investment decisions. A higher value indicates a stronger signal.

Parameters

The following parameters are required:

  • dataExp: pandas.DataFrame
    • Description: Price data
  • open: str
    • Description: Select the column with opening prices
  • high: str
    • Description: Select the column with highest prices
  • low: str
    • Description: Select the column with lowest prices
  • volume: str
    • Description: Select the column with volume

Usage

To use this worker, simply pass in the required parameters. Here is an example:

Full Usage Example Short Usage Example

Reference

For more information on Alpha 101 and formulaic alphas, see the publication 101 Formulaic Alphas by Zura Kakushadze.