PINE LIBRARY

FunctionArrayReduce

ที่อัปเดต:
Library "FunctionArrayReduce"
A limited method to reduce a array using a mathematical formula.

float_(formula, samples, arguments, initial_value) Method to reduce a array using a mathematical formula.
  Parameters:
    formula: string, the mathematical formula, accepts some default name codes (index, output, previous, current, integer index of arguments array).
    samples: float array, the data to process.
    arguments: float array, the extra arguments of the formula.
    initial_value: float, default=0, a initial base value for the process.
  Returns: float.
Notes:
** if initial value is specified as "na" it will default to the first element of samples.
เอกสารเผยแพร่
v2
Update: supports boolean operations and float variables now.
arraysMATHreducestrings

ไลบรารีไพน์

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

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