Monty3192

Monty3192_Library

Monty3192 已更新   
Library "Monty3192_Library"
Libreria Monty3192 - MontyTrader

calc_func(inversion1, inversion2, inversion3, inversion4, inversion5, inversion6, inversion7, inversion8, inversion9, inversion10, precio1, precio2, precio3, precio4, precio5, precio6, precio7, precio8, precio9, precio10, act_1, act_2, act_3, act_4, act_5, act_6, act_7, act_8, act_9, act_10)
  Parameters:
    inversion1 (float)
    inversion2 (float)
    inversion3 (float)
    inversion4 (float)
    inversion5 (float)
    inversion6 (float)
    inversion7 (float)
    inversion8 (float)
    inversion9 (float)
    inversion10 (float)
    precio1 (float)
    precio2 (float)
    precio3 (float)
    precio4 (float)
    precio5 (float)
    precio6 (float)
    precio7 (float)
    precio8 (float)
    precio9 (float)
    precio10 (float)
    act_1 (bool)
    act_2 (bool)
    act_3 (bool)
    act_4 (bool)
    act_5 (bool)
    act_6 (bool)
    act_7 (bool)
    act_8 (bool)
    act_9 (bool)
    act_10 (bool)

rend_func(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, po)
  Parameters:
    p1 (float)
    p2 (float)
    p3 (float)
    p4 (float)
    p5 (float)
    p6 (float)
    p7 (float)
    p8 (float)
    p9 (float)
    p10 (float)
    po (float)

f_drawLine(cond, x1, y1, x2, y2, colorr, txt, act, offset, txtc, txts)
  Parameters:
    cond (bool)
    x1 (int)
    y1 (float)
    x2 (int)
    y2 (float)
    colorr (color)
    txt (string)
    act (bool)
    offset (int)
    txtc (color)
    txts (string)

f_Vline(cond, x1, y1, x2, y2, colorr, txt, sel, txts, txtc)
  Parameters:
    cond (bool)
    x1 (int)
    y1 (float)
    x2 (int)
    y2 (float)
    colorr (color)
    txt (string)
    sel (bool)
    txts (string)
    txtc (color)

get_all_time_high()
版本注释:
v2

Añadido:
simple_calc_func(inversiones, precios, activos)
  Parameters:
    inversiones (array)
    precios (array)
    activos (array)
版本注释:
v3

Actualizado:
calc_func(inversion1, inversion2, inversion3, inversion4, inversion5, inversion6, inversion7, inversion8, inversion9, inversion10, precio1, precio2, precio3, precio4, precio5, precio6, precio7, precio8, precio9, precio10, act_1, act_2, act_3, act_4, act_5, act_6, act_7, act_8, act_9, act_10)
  Calcula la suma de inv,pre,sum_lot,pre_pro
  Parameters:
    inversion1 (float)
    inversion2 (float)
    inversion3 (float)
    inversion4 (float)
    inversion5 (float)
    inversion6 (float)
    inversion7 (float)
    inversion8 (float)
    inversion9 (float)
    inversion10 (float)
    precio1 (float)
    precio2 (float)
    precio3 (float)
    precio4 (float)
    precio5 (float)
    precio6 (float)
    precio7 (float)
    precio8 (float)
    precio9 (float)
    precio10 (float)
    act_1 (bool)
    act_2 (bool)
    act_3 (bool)
    act_4 (bool)
    act_5 (bool)
    act_6 (bool)
    act_7 (bool)
    act_8 (bool)
    act_9 (bool)
    act_10 (bool)
  Returns: inv,pre,sum_lot,pre_pro
版本注释:
v4

Actualizado:
f_Vline(cond, x1, y1, x2, y2, colorr, txt, sel, txts, txtc, size)
  Parameters:
    cond (bool)
    x1 (int)
    y1 (float)
    x2 (int)
    y2 (float)
    colorr (color)
    txt (string)
    sel (bool)
    txts (string)
    txtc (color)
    size (int)
版本注释:
v5

Añadido:
f_sLine(cond, x1, y1, x2, y2, colorr, txt, size, off, txtcol, txts)
  Parameters:
    cond (bool)
    x1 (int)
    y1 (float)
    x2 (int)
    y2 (float)
    colorr (color)
    txt (float)
    size (int)
    off (int)
    txtcol (color)
    txts (string)

Actualizado:
f_drawLine(cond, x1, y1, x2, y2, colorr, txt, txtcol, act, offset, txts, ls)
  Parameters:
    cond (bool)
    x1 (int)
    y1 (float)
    x2 (int)
    y2 (float)
    colorr (color)
    txt (string)
    txtcol (color)
    act (bool)
    offset (int)
    txts (string)
    ls (int)

f_Vline(cond, x1, y1, x2, y2, colorr, txt, sel, txts, txtc, size, bxcol)
  Parameters:
    cond (bool)
    x1 (int)
    y1 (float)
    x2 (int)
    y2 (float)
    colorr (color)
    txt (string)
    sel (bool)
    txts (string)
    txtc (color)
    size (int)
    bxcol (color)
Pine脚本库

本着真正的TradingView精神,作者将此Pine代码以开源脚本库发布,以便我们社区的其他Pine程序员可以重用它。向作者致敬!您可以私下或在其他开源出版物中使用此库,但在出版物中重用此代码受网站规则约束。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想使用这个脚本库吗?

复制以下行并将其粘贴到您的脚本中。