dboichenko

map_custom_value_full

Library "map_custom_value_full"
makes it possible to create:
1.map with array value:
    for this purpose need:
    1.create map with arrays type value
    2.put your array in this map, overloaded put method itself will put the array based on the type into the required field
    3.next you can get this array with help standard get function, by specifying the type field of your array
2.map with map value:
    for this purpose need:
    1.create map with maps type value
    2.put your other map in how value in your based map, need you need to put it in the field corresponding to your map type
    3.next you can get this map with help standard get function, by specifying the type field of your array
3.maps with value in array with maps:
    for this purpose need:
    1.create map with arrays type value
    2.put as value maps_arrays fild with array from maps_arrays type fild which should already contain map of the type you need (there are not all map type fields here you can add a map of the required type by adding a corresponding field of map_arrays type.)
    3.next you can get this array from map with help standard get function, by specifying the type field of your array
ספריית Pine

ברוח TradingView אמיתית, המחבר פרסם את קוד Pine זה כספריית קוד פתוח כך שמתכנתי Pine אחרים מהקהילה שלנו יוכלו לעשות בו שימוש חוזר. כל הכבוד למחבר! אתה יכול להשתמש בספרייה זו באופן פרטי או בפרסומים אחרים בקוד פתוח, אך השימוש החוזר בקוד זה בפרסום כפוף לכללי הבית.

כתב ויתור

המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.

רוצה להשתמש בספרייה זו?

העתק את השורה הבאה והדבק אותה בסקריפט שלך.