algoritma
e iπ +1=0
- Katılım
- 23 Eki 2020
- Mesajlar
- 1,338
- Puanları
- 48
FibboGatto 1 ((c + ref(c,-1) + ref(c,-2) + ref(c,-3) + ref(c,-5) + ref(c,-8) + ref(c,-13) + ref(c,-21) + ref(c,-34) + ref(c,-55) + ref(c,-89) + ref(c,-144)) / c) * -1 | ||||||
| ||||||
Adding closing price only on fib days 1,2,3,5,8,13,21,34,55,89 and 144and then dividing by today's close. | ||||||
| ||||||
FibboGatto 2 mov(((c + ref(c,-1) + ref(c,-2) + ref(c,-3) + ref(c,-5) + ref(c,-8) + ref(c,-13) + ref(c,-21) + ref(c,-34) + ref(c,-55) + ref(c,-89) + ref(c,-144)) / c) * -1, 34,e)
|