NestQuant Tournament
  • About Us
  • Homepage
  • NestQuant Tournament
    • Overview
    • Raw Data
      • Tournament
      • Blockchain
        • Centralized Exchanges
      • Stocks
        • Stocks at exchange
        • ETF & Indices
      • Forex
        • Raw currency pairs
      • Economy
        • Federal Reserve Economic Data
      • API documentation
    • Reward
    • Return and Risk Tournament
      • Introduction
      • Labeling Method
      • Correlation (CORR)
      • Movement Score (MS)
  • Connect
    • Facebook
    • Twitter
    • Discord
    • GitHub
Powered by GitBook
On this page
  • Motivation
  • Computation process
  1. NestQuant Tournament
  2. Return and Risk Tournament

Movement Score (MS)

Motivation

Once we obtain the value returned from the model, the most crucial aspect is the accuracy of the predicted direction. In the financial market, having the correct prediction regarding price movement allows us to capitalize on that information and generate profits.

The Movement Score is specifically designed to assess the movement prediction provided by the user's models. It evaluates the accuracy and reliability of these predictions, providing a measure of how well the models can anticipate and capture price movements in the market.

Computation process

  1. It is important to note that the label is normalized, requiring us to perform a denormalization step to obtain the original label value.

  2. Subsequently, we proceed to calculate the return rate of the price from the label.

  3. After obtaining the return rate of the price, we can then evaluate the accuracy of your movement prediction.

PreviousCorrelation (CORR)

Last updated 1 year ago