Trendoscope

ahpuhelper

Trendoscope Wizard Zaktualizowano   
Library "ahpuhelper"
Helper Library for Auto Harmonic Patterns UltimateX. It is not meaningful for others. This is supposed to be private library. But, publishing it to make sure that I don't delete accidentally. Some functions may be useful for coders.

insert_open_trades_table_column(showOpenTrades, table_id, column, colors, values, intStatus, harmonicTrailingStartState, lblSizeOpenTrades)
  add data to open trades table column
  Parameters:
    showOpenTrades: flag to show open trades table
    table_id: Table Id
    column: refers to pattern data
    colors: backgroud and text color array
    values: cell values
    intStatus: status as integer
    harmonicTrailingStartState: trailing Start state as per configs
    lblSizeOpenTrades: text size
  Returns: nextColumn

populate_closed_stats(ClosedStatsPosition, bullishCounts, bearishCounts, bullishRetouchCounts, bearishRetouchCounts, bullishSizeMatrix, bearishSizeMatrix, bullishRR, bearishRR, allPatternLabels, flags, rowMain, rowHeaders)
  populate closed stats for harmonic patterns
  Parameters:
    ClosedStatsPosition: Table position for closed stats
    bullishCounts: Matrix containing bullish trade stats
    bearishCounts: Matrix containing bearish trade stats
    bullishRetouchCounts: Matrix containing bullish trade stats for those which retouched entry
    bearishRetouchCounts: Matrix containing bearish trade stats for those which retouched entry
    bullishSizeMatrix: Matrix containing data about size of bullish patterns
    bearishSizeMatrix: Matrix containing data about size of bearish patterns
    bullishRR: Matrix containing Risk Reward data of bullish patterns
    bearishRR: Matrix containing Risk Reward data of bearish patterns
    allPatternLabels: array containing pattern labels
    flags: display flags
    rowMain: Pattern header data
    rowHeaders: header grouping data
  Returns: void

get_rr_details(patternTradeDetails, harmonicTrailingStartState, disableTrail, breakEvenTrail)
  calculate and return risk reward based on targets and stops
  Parameters:
    patternTradeDetails: array containing stop, entry and targets
    harmonicTrailingStartState: trailing point
    disableTrail: If set, ignores trailing point
    breakEvenTrail: If set, trailing does not go beyond breakeven.
  Returns: nextColumn
Informacje o Wersji:
v2

Added:
getRR(entry, stop, targets)
  populate risk reward based on entry, stop, and targets
  Parameters:
    entry (float): Entry price or ratio
    stop (float): Stop price or ratio
    targets (float): array of target prices or ratios
  Returns: array containing risk reward and trailing risk reward

Updated:
populate_closed_stats(ClosedStatsPosition, patternsMatrix, bullishCounts, bearishCounts, bullishRetouchCounts, bearishRetouchCounts, bullishSizeMatrix, bearishSizeMatrix, rr, allPatternLabels, lblSizeClosedTrades, flags, rowMain, rowHeaders)
  populate closed stats for harmonic patterns
  Parameters:
    ClosedStatsPosition (string): Table position for closed stats
    patternsMatrix (matrix)
    bullishCounts (matrix): Matrix containing bullish trade stats
    bearishCounts (matrix): Matrix containing bearish trade stats
    bullishRetouchCounts (matrix): Matrix containing bullish trade stats for those which retouched entry
    bearishRetouchCounts (matrix): Matrix containing bearish trade stats for those which retouched entry
    bullishSizeMatrix (matrix): Matrix containing data about size of bullish patterns
    bearishSizeMatrix (matrix): Matrix containing data about size of bearish patterns
    rr (string)
    allPatternLabels (string): array containing pattern labels
    lblSizeClosedTrades (string)
    flags (bool): display flags
    rowMain (string): Pattern header data
    rowHeaders (string): header grouping data
  Returns: void

Removed:
get_rr_details(patternTradeDetails, harmonicTrailingStartState, disableTrail, breakEvenTrail)
  calculate and return risk reward based on targets and stops

Biblioteka Pine

Działając zgodnie z prawdziwym duchem TradingView, autor opublikował ten kod Pine jako bibliotekę o otwartym kodzie źródłowym, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Brawa dla niego! Możesz korzystać z tej biblioteki prywatnie lub w innych publikacjach typu open source, ale ponowne wykorzystanie tego kodu w publikacji podlega Regulaminowi.

Wyłączenie odpowiedzialności

Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.

Chcesz skorzystać z tej biblioteki?

Skopiuj poniższy wiersz i wklej go w swoim skrypcie.