Skip to main content

Fibonacci Cluster for Amibroker (AFL)

sd_stocks about 16 years ago Amibroker (AFL)

  • Rating:
    2 / 5 (Votes 9)
  • Tags:
    amibroker, fibonacci

The probability of trend reversal can be determined by Fibonacci Clusters for each price level. Use this tool to find major fibonacci levels and possible price action.

You cannot view the code for the following reasons:
  • You must be a member and have contributed at least 1 indicator

14 comments

about 16 years ago

jetb read the “Read This before Posting” announcement. If you submitted then it probably was a duplicate that’s why you don’t have access.

4. ford7k
about 14 years ago

NO CHART IS SHOWING UP ON 1 MIN OR 5 MIN OR 15MIN
PLEASE POST A CHART AND SUGGEST SETTINGS FOR PARAMETRS THANKS

over 13 years ago

Just remove “//” at line
//Plot(C, "", IIf(O>=C, colorOrange, colorGreen), ParamStyle(“Price Style”,styleCandle,maskPrice));

like this:
Plot(C, "", IIf(O>=C, colorOrange, colorGreen), ParamStyle(“Price Style”,styleCandle,maskPrice));

It works.

Thanks the Authors

Comment hidden — Show
Comment hidden — Show
14. kv_maligi
8 months ago

Wow, super.
Thank a lot for sharing this wonderful AFL, also very useful for targets

Leave Comment

Please login here to leave a comment.