Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]

The indicator determines and displays on the chart a harmonious Cypher pattern (also known as Anti-Butterfly) according to the scheme,
shown in the screenshot. The pattern is selected by the vertices of the ZigZag indicator (included in the resources, does not require additional
installation). At the moment of pattern recognition, a message is displayed in a pop-up window, and alerts are sent to the mobile device
and email mailbox. The indicator highlights not only the completed shape, but also the moment of its formation. At the formation stage, the shape is
displayed as contour triangles. After the figure is finally formed, the potential zone is displayed on the chart
u-turn. The default settings are slightly expanded to get more shapes.

Parameters
  • zzDepth, zzDev, zzBack – parameters of the ZigZag indicator
  • AB_min, AB_max – minimum and maximum ratio of AB and AX levels
  • CX_min, CX_max – minimum and maximum ratio of CX and AX levels
  • CD_min, CD_max – minimum and maximum ratio of CD and CX levels
  • bearColor – the color of the bear shape
  • bullColor – the color of the bullish figure
  • CountBars-limit the number of bars to be processed by the indicator (reduces the initial loading time)
  • UseAlert-allow pop-up messages
  • UseNotification-allow push notifications
  • UseMail-allow email notifications
  • prefix-a text label for the uniqueness of the indicator objects on the chart (if you set several indicators on the chart).
    for indicators, you need to enter different values in these parameters)
  • MessageAdd – a text string that is added to alerts sent to indicators
  • ShowPreset-allow the shape to be displayed at the pattern formation stage
  • CustomEventBuy,CustomEventSell events of the terminal
  • Example of using signals in the Expert Advisor:

    void OnTick() {
    double x;
    x = iCustom(Symbol(),PERIOD_CURRENT,"Harmonic-Cypher",0,1); if (x != 0

    Add review
    Reviews ( 0 ):