OPEN-SOURCE SCRIPT

[e2] Fibonacci, Tribonacci, Tetranacci Sequence Calculator

8372
The script is a simple calculator to obtain numbers of Fibonacci, Tribonacci or Tetranacci Sequence.

The script contain calculations for constants (up to 16 digits) that could be used as one of the sequence's number.
The Calculator has 3 modes. Users can define the numbers to initialize the sequence in the options:

 - The Fibonacci Sequence is the series of numbers, every next number is found by adding up the two numbers before it.


 - The Tribonacci Sequence is the series of numbers, every next number is found by adding up the three numbers before it.


 - The Tetranacci Sequence is the series of numbers, every next number is found by adding up the four numbers before it.


The Calculator can return a single number or a set of numbers based on the selected sequence mode.
The script is made for other scripts integration rather than stand-alone usage.
snapshot

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.