PINE LIBRARY
TradeTracker

Library "TradeTracker"
Simple Library for tracking trades
method track(this)
tracks trade when called on every bar
Namespace types: Trade
Parameters:
this (Trade): Trade object
Returns: current Trade object
Trade
Has the constituents to track trades generated by any method.
Fields:
id (series int)
direction (series int): Trade direction. Positive values for long and negative values for short trades
initialEntry (series float): Initial entry price. This value will not change even if the entry is changed in the lifecycle of the trade
entry (series float): Updated entry price. Allows variations to initial calculated entry. Useful in cases of trailing entry.
initialStop (series float): Initial stop. Similar to initial entry, this is the first calculated stop for the lifecycle of trade.
stop (series float): Trailing Stop. If there is no trailing, the value will be same as that of initial trade
targets (array<float>): array of target values.
startBar (series int): bar index of starting bar. Set by default when object is created. No need to alter this after that.
endBar (series int): bar index of last bar in trade. Set by tracker on each execution
startTime (series int): time of the start bar. Set by default when object is created. No need to alter this after that.
endTime (series int): time of the ending bar. Updated by tracking method.
status (series int): Integer parameter to track the status of the trade
retest (series bool): Boolean parameter to notify if there was retest of the entry price
Simple Library for tracking trades
method track(this)
tracks trade when called on every bar
Namespace types: Trade
Parameters:
this (Trade): Trade object
Returns: current Trade object
Trade
Has the constituents to track trades generated by any method.
Fields:
id (series int)
direction (series int): Trade direction. Positive values for long and negative values for short trades
initialEntry (series float): Initial entry price. This value will not change even if the entry is changed in the lifecycle of the trade
entry (series float): Updated entry price. Allows variations to initial calculated entry. Useful in cases of trailing entry.
initialStop (series float): Initial stop. Similar to initial entry, this is the first calculated stop for the lifecycle of trade.
stop (series float): Trailing Stop. If there is no trailing, the value will be same as that of initial trade
targets (array<float>): array of target values.
startBar (series int): bar index of starting bar. Set by default when object is created. No need to alter this after that.
endBar (series int): bar index of last bar in trade. Set by tracker on each execution
startTime (series int): time of the start bar. Set by default when object is created. No need to alter this after that.
endTime (series int): time of the ending bar. Updated by tracking method.
status (series int): Integer parameter to track the status of the trade
retest (series bool): Boolean parameter to notify if there was retest of the entry price
파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
Trial - trendoscope.io/trial
Subscribe - trendoscope.io/pricing
Blog - docs.trendoscope.io
Subscribe - trendoscope.io/pricing
Blog - docs.trendoscope.io
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.
파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
Trial - trendoscope.io/trial
Subscribe - trendoscope.io/pricing
Blog - docs.trendoscope.io
Subscribe - trendoscope.io/pricing
Blog - docs.trendoscope.io
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.