TradingView
tkarolak
2024년 2월 16일 오후 5시 33분

MLMomentumIndex 

BTCUSDT Perpetual ContractBybit

설명

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)

릴리즈 노트

v2

Updated: Compiler annotations
더보기