Alligator
Click the file above to Download.
NOTE: For easy import into your charts, save to some where that you will be able to remember, for example your computer's desktop. Be sure to save using .alt as the file extension.
Copy to Clipboard Local JT = 0 Local LT = 0 Local JL = 0 if CrossUP (Chaos_Alligator_Jaw[0](Close, 5, 3, 8, 5, 13, 8), Chaos_Alligator_Teeth[0](Close, 5, 3, 8, 5, 13, 8)) or CrossDOWN (Chaos_Alligator_Jaw[0](Close, 5, 3, 8, 5, 13, 8), Chaos_Alligator_Teeth[0](Close, 5, 3, 8, 5, 13, 8)) then JT = 1 endif if CrossUP (Chaos_Alligator_Lip[0](Close, 5, 3, 8, 5, 13, 8), Chaos_Alligator_Teeth[0](Close, 5, 3, 8, 5, 13, 8)) or CrossDOWN (Chaos_Alligator_Lip[0](Close, 5, 3, 8, 5, 13, 8), Chaos_Alligator_Teeth[0](Close, 5, 3, 8, 5, 13, 8)) then LT = 1 endif if CrossUP (Chaos_Alligator_Jaw[0](Close, 5, 3, 8, 5, 13, 8), Chaos_Alligator_Lip[0](Close, 5, 3, 8, 5, 13, 8)) or CrossDOWN (Chaos_Alligator_Jaw[0](Close, 5, 3, 8, 5, 13, 8), Chaos_Alligator_Lip[0](Close, 5, 3, 8, 5, 13, 8)) then JL = 1 endif if (JT + LT + JL) > 1 then if DMI_P[0](Close, 14, 14) > DMI_S[0](Close, 14, 14) then addbuyentry else addsellentry endif JT = 0 LT = 0 JL = 0 endif
Enlarge Chart