tkarolak

MLPivotsBreakouts

tkarolak アップデート済   
Library "MLPivotsBreakouts"
Utilizes k-NN machine learning to predict breakout zones from pivot points, aiding traders in identifying potential bullish and bearish market movements. Ideal for trend-following and breakout strategies.

breakouts(source, pivotBars, numNeighbors, maxData, predictionSmoothing)
  Parameters:
    source (float): series float: Price data for analysis.
    pivotBars (int): int: Number of bars for pivot point detection.
    numNeighbors (int): int: Neighbors count for k-NN prediction.
    maxData (int): int: Maximum pivot data points for analysis.
    predictionSmoothing (int): int: Smoothing period for predictions.
@return : Lower and higher prediction bands plus pivot signal, 1 for ph and -1 for pl.
リリースノート:
v2

Updated: Compiler annotations
リリースノート:
v3

Updated:
breakouts(pivotBars, numNeighbors, maxData, predictionSmoothing)
  Detects and predicts breakout points from pivot data.
  Parameters:
    pivotBars (int): int: Number of bars for pivot point detection.
    numNeighbors (int): int: Neighbors count for k-NN prediction.
    maxData (int): int: Maximum pivot data points for analysis.
    predictionSmoothing (int): int: Smoothing period for predictions.
  Returns: : Lower and higher prediction bands plus pivot signal, 1 for ph and -1 for pl.

Pineライブラリ

TradingViewの精神に則り、作者はPineコードをオープンソースライブラリとして公開し、コミュニティの他のPineプログラマーが再利用できるようにしました。作者に敬意を表します!このライブラリを個人的に、または他のオープンソースの投稿で使用することができますが、、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

このライブラリを使用したいですか?

以下の行をコピーして、スクリプト内に貼り付けてください。