TradingView
tkarolak
16 févr. 2024 17:33

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)

Notes de version

v2

Updated: Compiler annotations
Plus