Skip to main content

Alpha#71

Type: alpha_71 • Category: indicators

Description

Alpha#71 - max of ts_rank decays.

Parameters

NameTypeDescriptionRequiredDefault
dataExpstringprice datano
closestringselect the column with closing pricesno
volumestringselect the column with volumeno
lowstringselect the column with lowest pricesno
openstringselect the column with opening pricesno
vwapstringselect the column with VWAPno

Help

Alpha#71

Description

Alpha#71 is an indicator from Alpha 101, a set of formulaic alphas developed for investing strategies. This indicator calculates the maximum of ts_rank decays.

What does this worker do?

This worker calculates the maximum of ts_rank decays based on the provided price data. It uses various columns from the price data, including closing prices, volume, lowest prices, opening prices, and VWAP.

How to interpret the results

The results of this indicator can be used to identify potential trading opportunities. A higher value indicates a stronger signal. However, the interpretation of the results depends on the specific investment strategy and market conditions.

Parameters

The following parameters are required:

  • dataExp: pandas.DataFrame
    • Description: Price data
  • close: str
    • Description: Column name with closing prices
  • volume: str
    • Description: Column name with volume
  • low: str
    • Description: Column name with lowest prices
  • open: str
    • Description: Column name with opening prices
  • vwap: str
    • Description: Column name with VWAP

Usage

To use this indicator, simply provide the required parameters. You can refer to the following GIFs for a step-by-step guide: Full GIF Short GIF

Reference

This indicator is based on the research paper "101 Formulaic Alphas" by Zura Kakushadze. You can find the paper on arXiv.