-
Returns the Fibonacci number at the specified index.
Test Code:
if not Load('done', false) then for i = 0, 30 do local fib = CC_Fib(i) Log(i..' is '..fib) end Save('done', true) end
HaasOnline’s purpose is to help more people gain control of their financial freedom as the new age of finance evolves. As a trusted partner to investors and a leading provider of financial technology, our customers look to us for the solutions they need when designing and executing on their most important trading strategies.
Returns the Fibonacci number at the specified index.
Test Code:
if not Load('done', false) then
for i = 0, 30 do
local fib = CC_Fib(i)
Log(i..' is '..fib)
end
Save('done', true)
end
Create a free account and enjoy everything we have to offer.
Join for Free