taran1tul

fibo_levels

taran1tul 已更新   
Library "Fibo_levels"
Calculate Fibo levels from any 2 levels. Your need know only 2 price of 2 levels for calculate any level of Fibo: function 'fibo_lvl',
or calculate array of price Fibo levels : function 'fibo_lvls'

fibo_lvl(fibo_lvl1, price1, fibo_lvl2, price2, calc_level)
  Parameters:
    fibo_lvl1: First of any level of fibo from 0 to 1 (example 0.236)
    price1: Price for 1th any level (example 2356.1)
    fibo_lvl2: Second of any level of fibo from 0 to 1 (example 0.382)
    price2: Price for 2th any level (example 2497.4)
    calc_level: Price for level to calculate (example 0.5)
  Returns: return price for calc_level fibo

fibo_lvls(bars, time1, time2, fibo_lvl1, price1, fibo_lvl2, price1)
  Parameters:
    fibo_lvl1: First of any level of fibo from 0 to 1 (example 0.236)
    price1: Price for 1th any level (example 2356.1)
    fibo_lvl2: Second of any level of fibo from 0 to 1 (example 0.382)
    price1: Price for 2th any level (example 2497.4)
  Returns: array of price for fibo levels : (0.0, 0.118, 0.236, 0.384, 0.5, 0.618, 0.786, 1.0, 1.27,-0.27,1.618,-0.618)
版本注释:
v2 -remove some unnecessary description of params
版本注释:
v3
- remove error w reversed fibo

With best regards, Sergey.
Pine脚本库

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

免责声明

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

想使用这个脚本库吗?

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