TradingView
tkarolak
Feb 16, 2024 5:33 PM

MLMomentumIndex 

BTCUSDT Perpetual ContractBybit

Description

Library "MLMomentumIndex"
Enables market momentum analysis with k-NN predictions on pivot points, offering customizable parameters for dynamic trading strategies.

momentumIndexPivots(source, pivotBars, momentumWindow, maxData, numNeighbors, predictionSmoothing)
  Parameters:
    source (float)
    pivotBars (int)
    momentumWindow (int)
    maxData (int)
    numNeighbors (int)
    predictionSmoothing (int)

Release Notes

v2

Updated: Compiler annotations
More