PINE LIBRARY
Обновлено ahpuhelper

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
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
Информация о релизе
v2Added:
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<bool>)
bullishCounts (matrix<int>): Matrix containing bullish trade stats
bearishCounts (matrix<int>): Matrix containing bearish trade stats
bullishRetouchCounts (matrix<int>): Matrix containing bullish trade stats for those which retouched entry
bearishRetouchCounts (matrix<int>): Matrix containing bearish trade stats for those which retouched entry
bullishSizeMatrix (matrix<int>): Matrix containing data about size of bullish patterns
bearishSizeMatrix (matrix<int>): 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
В истинном духе TradingView автор опубликовал этот код Pine как библиотеку с открытым исходным кодом, чтобы другие программисты Pine из нашего сообщества могли им воспользоваться. Вы можете использовать эту библиотеку в приватных или других публикациях с открытым исходным кодом, но повторное использование этого кода в публикации регулируется Правилами поведения.
Trial - trendoscope.io/trial
Subscribe - trendoscope.io/pricing
Blog - docs.trendoscope.io
Subscribe - trendoscope.io/pricing
Blog - docs.trendoscope.io
Отказ от ответственности
Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.
Библиотека Pine
В истинном духе TradingView автор опубликовал этот код Pine как библиотеку с открытым исходным кодом, чтобы другие программисты Pine из нашего сообщества могли им воспользоваться. Вы можете использовать эту библиотеку в приватных или других публикациях с открытым исходным кодом, но повторное использование этого кода в публикации регулируется Правилами поведения.
Trial - trendoscope.io/trial
Subscribe - trendoscope.io/pricing
Blog - docs.trendoscope.io
Subscribe - trendoscope.io/pricing
Blog - docs.trendoscope.io
Отказ от ответственности
Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.