Skip to main content

Alpha#28

Type: alpha_28 • Category: indicators

Description

Alpha#28 - scaled correlation and price difference.

Parameters

NameTypeDescriptionRequiredDefault
dataExpstringprice datano
volumestringselect the column with volumeno
lowstringselect the column with lowest pricesno
highstringselect the column with highest pricesno
closestringselect the column with closing pricesno

Help

Alpha#28

Description

Alpha#28 is an indicator from Alpha 101, a set of formulaic alphas used in investing strategies. This indicator calculates a scaled correlation and price difference.

What does this worker do?

This worker implements the Alpha#28 strategy, which combines correlation and price difference to generate a signal. The strategy uses price data, volume, low, high, and close prices to calculate the alpha.

How to interpret the results

The output of this worker is a value that represents the alpha generated by the strategy. A positive alpha indicates a buy signal, while a negative alpha indicates a sell signal. The magnitude of the alpha represents the strength of the signal.

Parameters

The following parameters are required to use this worker:

  • dataExp: price data
    • Description: Price data used to calculate the alpha.
  • volume: column with volume
    • Description: Column with volume data.
  • low: column with lowest prices
    • Description: Column with lowest prices data.
  • high: column with highest prices
    • Description: Column with highest prices data.
  • close: column with closing prices
    • Description: Column with closing prices data.

Usage

To use this worker, simply provide the required parameters and run the worker. The output will be the alpha value.

Visual Guide

For a step-by-step guide on how to use this worker, please refer to the following GIFs: Full GIF Short GIF

Reference

This indicator is based on the research paper 101 Formulaic Alphas by Zura Kakushadze.