Trendoscope

ahpuhelper

Trendoscope Wizard Updated   
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
Release Notes:
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

Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House Rules.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this library?

Copy the following line and paste it in your script.