Trendoscope

simpletrade

Trendoscope Wizard 업데이트됨   
Library "simpletrade"
Library with Simple Trade types and tracking mechanism

method evaluate(this)
  Evaluate current trade and update status
  Namespace types: SimpleTrade
  Parameters:
    this (SimpleTrade): SimpleTrade object that need to be evaluated
  Returns: current SimpleTrade object

method erase(this)
  Erase SimpleTrade drawings
  Namespace types: SimpleTrade
  Parameters:
    this (SimpleTrade): SimpleTrade object that needs to be erased
  Returns: void

method draw(this, offset, gap)
  Draw SimpleTrade drawings
  Namespace types: SimpleTrade
  Parameters:
    this (SimpleTrade): SimpleTrade object that needs to be drawn
    offset (int): offset distance at which the drawing needs to be drawn.
    gap (int): gap between start and end of the Simple trade drawings
  Returns: updated offset

TradeDrawing
  Object containing Trade drawings
  Fields:
    entryToStop (series box): box showing entry to stop range
    entryToTarget (series box): box showing entry to target range
    maxGain (series box): box highlighting max gain of the Trade
    maxLoss (series box): box highlighting max lowss of the Trade
    invalidationLine (series line): line displaying trade invalidation price
    invalidationLabel (series label): label displaying trade invalidation price
    stopLabel (series label): label displaying trade stop price
    entryLabel (series label): label displaying trade entry price
    targetLabel (series label): label displaying trade target price
    patternLabel (series label): label displaying trade pattern details

SimpleTrade
  Object containing Simple trade details for tracking
  Fields:
    id (series int): Unique trade id
    pid (series int): parent id for trade. Multiple trades can have single parent id
    dir (series int): trade direction
    tradeName (series string): Trade name or description
    tradeColor (series color): color in which the trade needs to be drawn
    entry (series float): trade entry price
    stop (series float): trade stop price
    invalidation (series float): trade invalidation price
    target (series float): trade target price
    maxGainPrice (series float): price at which the trade attained max gain
    maxLossPrice (series float): price at which the trade attained max loss
    drawing (TradeDrawing): TradeDrawing object contianing drawing items
    status (series int): current status of the trade
    maxStatus (series int): max status attained by the trade
릴리즈 노트:
v2

파인 라이브러리

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

면책사항

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

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

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