+91-0000000000

}

Monday – Friday : 9:00 AM – 6:30 PM

FibboGatto

FibboGatto, an Amibroker AFL indicator, might integrate Fibonacci retracement and projection levels with other technical analysis tools. It likely helps traders identify key levels where price reversals or continuations are probable, aiding in decision-making for trade entries or exits.

/_SECTION_BEGIN("FibboGatto");

FG = ((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;

Plot(FG, "FibboGatto", colorRed);
Plot(EMA(FG,38), "", colorLightBlue);
_SECTION_END();

Open chat
1
Hi, how can I help you?