Trendoscope

eHarmonicpatterns

Trendoscope Wizard Telah dikemas kini   
Library "eHarmonicpatterns"
Library provides an alternative method to scan harmonic patterns. This is helpful in reducing iterations

scan_xab(bcdRatio, err_min, err_max, patternArray) Checks if bcd ratio is in range of any harmonic pattern
  Parameters:
    bcdRatio: AB/XA ratio
    err_min: minimum error threshold
    err_max: maximum error threshold
    patternArray: Array containing pattern check flags. Checks are made only if flags are true. Upon check flgs are overwritten.

scan_abc_axc(abcRatio, axcRatio, err_min, err_max, patternArray) Checks if abc or axc ratio is in range of any harmonic pattern
  Parameters:
    abcRatio: BC/AB ratio
    axcRatio: XC/AX ratio
    err_min: minimum error threshold
    err_max: maximum error threshold
    patternArray: Array containing pattern check flags. Checks are made only if flags are true. Upon check flgs are overwritten.

scan_bcd(bcdRatio, err_min, err_max, patternArray) Checks if bcd ratio is in range of any harmonic pattern
  Parameters:
    bcdRatio: CD/BC ratio
    err_min: minimum error threshold
    err_max: maximum error threshold
    patternArray: Array containing pattern check flags. Checks are made only if flags are true. Upon check flgs are overwritten.

scan_xad_xcd(xadRatio, xcdRatio, err_min, err_max, patternArray) Checks if xad or xcd ratio is in range of any harmonic pattern
  Parameters:
    xadRatio: AD/XA ratio
    xcdRatio: CD/XC ratio
    err_min: minimum error threshold
    err_max: maximum error threshold
    patternArray: Array containing pattern check flags. Checks are made only if flags are true. Upon check flgs are overwritten.

isHarmonicPattern(x, a, c, c, d, flags, errorPercent) Checks for harmonic patterns
  Parameters:
    x: X coordinate value
    a: A coordinate value
    c: B coordinate value
    c: C coordinate value
    d: D coordinate value
    flags: flags to check patterns. Send empty array to enable all
    errorPercent: Error threshold
  Returns: Array of boolean values which says whether valid pattern exist and array of corresponding pattern names

isHarmonicProjection(x, a, c, c, flags, errorPercent) Checks for harmonic pattern projection
  Parameters:
    x: X coordinate value
    a: A coordinate value
    c: B coordinate value
    c: C coordinate value
    flags: flags to check patterns. Send empty array to enable all
    errorPercent: Error threshold
  Returns: Array of boolean values which says whether valid pattern exist and array of corresponding pattern names
Nota Keluaran:
v2
Nota Keluaran:
v3

Added:
get_prz_range()

get_prz_range_xad()
Nota Keluaran:
v4
Nota Keluaran:
v5
Nota Keluaran:
v6

Added:
get_projection_range()
Nota Keluaran:
v7

Added:
getSupportedPatterns(patternLabelArray) Returns the list of supported patterns in order
  Parameters:
    patternLabelArray: Supported Patterns
Nota Keluaran:
v8
Nota Keluaran:
v9
Nota Keluaran:
v10
Nota Keluaran:
v11

Sorry for repeated experiments. Promise this is last one for now :D

Perpustakaan Pine

Di dalam semangat sebenar TradingView, pengarang telah menerbitkan kod Pine ini sebagai perpustakaan sumber terbuka, jadi pengaturcara-pengaturcara Pine yang lain dari komuniti kami boleh menggunakannya semula. Sorakan kepada penulis! Anda boleh menggunakan perpustakaan ini secara peribadi atau pada penerbitan-penerbitan sumber terbuka lain, tetapi penggunaan semula kod ini di dalam penerbitan adalah ditadbir oleh Peraturan Dalaman.

Penafian

Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.

Mahu gunakan perpustakaan ini?

Salin garisan ini dan tampalkan ia di dalam skrip anda.