Trendoscope

ahpuhelper

Trendoscope Wizard 업데이트됨   
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
릴리즈 노트:
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

파인 라이브러리

트레이딩뷰 정신에 따라 오써는 이 파인 코드를 오픈 소스 라이브러리로 퍼블리쉬하여 당사 커뮤니티의 다른 파인 프로그래머들이 쓸 수 있도록 하였습니다. 오써에게 찬사를! 여러분은 이 라이브러리를 프라이빗 또는 오픈 소스 퍼블리케이션에 쓸 수 있지만 퍼블리케이션에 재사용은 하우스룰을 따릅니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

이 라이브러리를 쓰시겠습니까?

텍스트를 클립보드에 카피한 뒤 님의 스크립트에 붙여 넣기.