Trendoscope

customcandles

Trendoscope Wizard ที่อัปเดต:   
Library "customcandles"
customcandles: Contains methods which can send custom candlesticks based on the input

macandles(maType, length, o, h, l, c) macandles: Provides OHLC of moving average candles
  Parameters:
    maType: - Moving average Type. Can be sma, ema, hma, rma, wma, vwma, swma, linreg, median
    length: - Defaulted to 20. Can chose custom length
    o: - Optional different open source. By default is set to open
    h: - Optional different high source. By default is set to high
    l: - Optional different low source. By default is set to low
    c: - Optional different close source. By default is set to close
  Returns: : Custom Moving Average based OHLC values

hacandles() hacandles: Provides Heikin Ashi OHLC values
  Returns: : Custom Heikin Ashi OHLC values

ocandles(type, length, shortLength, longLength, method, highlowLength, sticky, percentCandles) macandles: Provides OHLC of moving average candles
  Parameters:
    type: - Oscillator Type. Can be cci, cmo, cog, mfi, roc, rsi, tsi, mfi
    length: - Defaulted to 14. Can chose custom length
    shortLength: - Used only for TSI. Default is 13
    longLength: - Used only for TSI. Default is 25
    method: - Valid values for method are : sma, ema, hma, rma, wma, vwma, swma, highlow, linreg, median
    highlowLength: - length on which highlow of the oscillator is calculated
    sticky: - overbought, oversold levels won't change unless crossed
    percentCandles: - candles are generated based on percent with respect to high/low instead of actual oscillator values
  Returns: : Custom Moving Average based OHLC values
เอกสารเผยแพร่:
v2

Added:
bcandles(btype, maType, length, multiplier, useTrueRange, sticky) bcandles returns candlestick made of percent range of bands - bollinger bands, keltner channel and donchian channel
  Parameters:
    btype: Band Type. Valid options bb, kc and dc
    maType: Moving Average Type : Can be sma, ema, hma, rma, wma, vwma, swma, highlow, linreg, median
    length: Moving Average Length
    multiplier: Standard Deviation or ATR multiplier. Not applicable for Donchian Channel
    useTrueRange: - if set to false, uses high-low. Only applicable for Keltener Channel
    sticky: - sticky boundaries which will only change when value is outside boundary.
  Returns: OHLC of band percentage

ไลบรารีไพน์

จิตวิญญาณที่แท้จริงของ TradingView ผู้เขียนได้ตีพิมพ์รหัส Pine นี้เป็นไลบรารีโอเพนซอร์ซเพื่อให้โปรแกรมเมอร์คนอื่น ๆ จากชุมชนของเราสามารถนำไปใช้ซ้ำได้ ไชโยให้กับผู้เขียน! คุณสามารถใช้ไลบรารีนี้เป็นการส่วนตัวหรือในสิ่งพิมพ์โอเพนซอร์สอื่น ๆ แต่นำรหัสนี้มาใช้ซ้ำในสิ่งพิมพ์จะถูกควบคุมโดย กฎระเบียบการใช้งาน

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่ เงื่อนไขการใช้บริการ

ต้องการใช้ไลบรารีนี้หรือไม่?

คัดลอกข้อความไปยังคลิปบอร์ดแล้ววางลงในสคริปต์ของคุณ