Library "JohnEhlersFourierTransform" Fourier Transform for Traders By John Ehlers, slightly modified to allow to inspect other than the 8-50 frequency spectrum. reference: mesasoftware.com/papers/FourierTransformForTraders.pdf
high_pass_filter(source) Detrended version of the data by High Pass Filtering with a 40 Period cutoff Parameters: source: float, data source. Returns: float.
transformed_dft(source, start_frequency, end_frequency) DFT by John Elhers. Parameters: source: float, data source. start_frequency: int, lower bound of the frequency window, must be a positive number >= 0, window must be less than or 30. end_frequency: int, upper bound of the frequency window, must be a positive number >= 0, window must be less than or 30. Returns: tuple with float, float array.
db_to_rgb(db, transparency) converts the frequency decibels to rgb. Parameters: db: float, decibels value. transparency: float, transparency value. Returns: color.
릴리즈 노트
v2 removed the upper limit for the function, corrected a typo in the code, thanks to Al-M for spotting it :)
릴리즈 노트
v3 - another typo bytes the dust.. tump tump tump oO", nicely spoted by Al-M :)
진정한 TradingView 정신에 따라, 저자는 이 파인 코드를 다른 파인 프로그래머들이 재사용할 수 있도록 오픈 소스 라이브러리로 공개했습니다. 저자에게 박수를 보냅니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈 소스 출판물에서 사용할 수 있지만, 이 코드를 출판물에서 재사용하는 것은 하우스 룰에 의해 관리됩니다.