PINE LIBRARY

FunctionPeakDetection

Zaktualizowano
Library "FunctionPeakDetection"
Method used for peak detection, similar to MATLAB peakdet method

function(sample_x, sample_y, delta) Method for detecting peaks.
  Parameters:
    sample_x: float array, sample with indices.
    sample_y: float array, sample with data.
    delta: float, positive threshold value for detecting a peak.
  Returns: tuple with found max/min peak indices.
Informacje o Wersji
v2
fixed issue with example usage were it would crash in replay/large history buffer.
analysisarraysstatistics

Biblioteka Pine

W prawdziwym duchu TradingView autor opublikował ten kod Pine jako bibliotekę typu open source, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Pozdrowienia dla autora! Możesz używać tej biblioteki prywatnie lub w innych publikacjach typu open source, ale ponowne użycie tego kodu w publikacji podlega Zasadom Regulaminu.

Wyłączenie odpowiedzialności