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.

ไลบรารีไพน์

จิตวิญญาณที่แท้จริงของ TradingView ผู้เขียนได้ตีพิมพ์รหัส Pine นี้เป็นไลบรารีโอเพนซอร์ซเพื่อให้โปรแกรมเมอร์คนอื่น ๆ จากชุมชนของเราสามารถนำไปใช้ซ้ำได้ ไชโยให้กับผู้เขียน! คุณสามารถใช้ไลบรารีนี้เป็นการส่วนตัวหรือในสิ่งพิมพ์โอเพนซอร์สอื่น ๆ แต่นำรหัสนี้มาใช้ซ้ำในสิ่งพิมพ์จะถูกควบคุมโดย กฎระเบียบการใช้งาน

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่ เงื่อนไขการใช้บริการ

ต้องการใช้ไลบรารีนี้หรือไม่?

คัดลอกข้อความไปยังคลิปบอร์ดแล้ววางลงในสคริปต์ของคุณ