Skip to main content

Butterfly Pattern for Amibroker (AFL)

asdaf1 about 16 years ago Amibroker (AFL)

  • Rating:
    3 / 5 (Votes 34)
  • Tags:
    amibroker, pattern, exploration

معادلة التداول التوافقي
من ابو حسنين

What this says translated by google:
Trading the harmonic pattern

By Abu Hassanein

Screenshots

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

56 comments

about 16 years ago

Mahesh nobody can help you if you don’t provide details like error type, the line it occurred on and Amibroker version.

about 16 years ago

Dear Administrator – Sorry for the inconvenience

Message appears as follows

Butterfly:
SetOption(“Refreshwhencompleted,True”)
……………..^

Error 37
Unsupported field in set options

This error message is on Amibroker 5.1

about 16 years ago

Yes I am also getting the same message in 5.1 but in 5.2 version it is working fine.Also in 5.1 version for all the stocks rates are displayed from 0 onwards.Is there any way by which we can correct it to auto range.This problem is not faced in 5.2 version

almost 16 years ago

Hello,
Is there a possible way to add arrows like Buy = TroughBars(EW, pr, 1) == 0;
Sell = PeakBars(EW, pr, 1) ==0;
Buy = ExRem(Buy, Sell);
Sell = ExRem(Sell, Buy);
PlotShapes( shapeUpArrow * Buy, colorGreen, 0, Low );
PlotShapes( shapeDownArrow * Sell, colorRed, 0, High );

at the peak and troughs for zig zag part of its indicator alog with X,A,B,CD

almost 16 years ago

Works fine I checked it. Please make sure your running a more recent version of Amibroker.

11. zode
over 15 years ago

I have used this Formulla ,
I can say It is fantastic, Thanks a Million.

12. vaenu999
over 15 years ago

PLZ MODIFY THIS AFL FOR AMIBROKER 5.00. WE DONT KNOW HOW CHANGE,.

over 15 years ago

SetOption(“RefreshWhenCompleted”, True );
sir, am face the above problem… am using AMI-5…pls try to solve…thx

over 15 years ago

dear admin ,

my amibroker version is 5.20 when applied this afl "no valid pattern or valid " is showing
pls slove the issue

25. shariful
over 12 years ago

thank lot very handy and useful specially for those often hesitate to sell at top

44. kanguru
about 9 years ago

Hello,
Is there a possible way to add arrows like Buy = TroughBars(EW, pr, 1) == 0;

Sell = PeakBars(EW, pr, 1) ==0;
Buy = ExRem(Buy, Sell);
Sell = ExRem(Sell, Buy);
PlotShapes( shapeUpArrow * Buy, colorGreen, 0, Low );
PlotShapes( shapeDownArrow * Sell, colorRed, 0, High );

at the peak and troughs for zig zag part of its indicator alog with X,A,B,CD

45. derek2209
about 9 years ago

To Abu Hassanein

My gratitude
I really appreciate all of your hard work and effort in this formula
Thank you so much

Best regards.

Derek

Comment hidden — Show
47. mdlbq
almost 9 years ago

Thank you very much for this formula Abu Hassanein!!!

over 7 years ago

Hello,

Buy = TroughBars(EW, pr, 1) == 0;
Sell = PeakBars(EW, pr, 1) ==0;
Buy = ExRem(Buy, Sell);
Sell = ExRem(Sell, Buy);
PlotShapes( shapeUpArrow * Buy, colorGreen, 0, Low );
PlotShapes( shapeDownArrow * Sell, colorRed, 0, High );
Comment hidden — Show

Leave Comment

Please login here to leave a comment.