gianlucac

StringStringHashmap

Library "StringStringHashmap"
A simple implementation of a key string-to-string value dictionary in pine script

create_ss_dict()
  Create an empty string-string dictionary
  Returns: the indices and elements of the dict

add_key_value(key, value, i, e)
  Add new key-value pair in the dictionary
  Parameters:
    key: string
    value: string
    i: string the indices of the dictionary
    e: string the element of the dictionary

get_value(key, i, e)
  Get the value of the given key
  Parameters:
    key: string
    i: string the indices of the dictionary
    e: string the element of the dictionary
  Returns: return the value of the given key

change_value(key, value, i, e)
  Change the value of the given key
  Parameters:
    key: string
    value: string
    i: string the indices of the dictionary
    e: string the element of the dictionary
ไลบรารีไพน์

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

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

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

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

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