Library "Mad_Fibonaccibox" This library is designed to create and manage multiple Fibonacci boxes, which are graphical representations based on the inputs.
----------------- exports:
f_fib_calc(_Fibonacci_box, _itemnumber) fibonacci calc. description This function block uses the levels and paramters set into the type_fibonacci_box(levels) and fills the corresponding array of prices. Parameters: _Fibonacci_box (type_Fibonacci_box[]) _itemnumber (int) Returns: returns a type_Fibonacci_box with the filled data
f_fib_draw(_Fibonacci_box, _itemnumber) fibonacci draw. description This function block uses the levels, prices and paramters set into the type_fibonacci_box(levels) and draws the fib on the chart Parameters: _Fibonacci_box (type_Fibonacci_box[]) _itemnumber (int) Returns: returns lines labels and fills on the chart, no data returns
type_level s for defining a lines and texts of a fibonacci box Fields: level (series float) price (series float) drawline (series bool) linewidth (series int) linetype (series string) fiblinecolor (series color) drawlabel (series string) labeltext (series string) textshift (series int) fibtextcolor (series color) fibtextsize (series string) transp (series int)
type_fill s for defining the fills of a fibonaccibox Fields: partner_A (series int) partner_B (series int) fill_color (series color) transp (series int)