量化交易系统

MT4-Harmonic SWAN

  • 型号:
Main Image

The indicator detects and displays the White Swan and Black Swan harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the figure is displayed by triangle outlines. Once the figure is finally formed, a potential reversal zone is displayed on the chart. The patternPreset parameter was added to the setting, which allows to determine the proportions of the detected patterns. The BLACK_SWAN and WHITE_SWAN values set the standard proportions of the corresponding patterns, while the MANUAL value enables the usage of the user-defined proportions.


Parameters

  • zzDepth, zzDev, zzBack - ZigZag parameters
  • patternPreset - type of the pattern to detect (WHITE_SWAN, BLACK_SWAN, MANUAL)
  • XB_min (ab/ax), XB_max (ab/ax) - minimum and maximum ratio of AB and AX levels
  • AC_min (bc/ab), AC_max (bc/ab) - minimum and maximum ratio of BC and AB levels
  • BD_min (cd/bc), BD_max (cd/bc) - minimum and maximum ratio of CD and BC levels
  • XD_min (xd/xa), XD_max (xd/xa) - minimum and maximum ratio of XD and XA levels
  • bearColor - bearish pattern color
  • bullColor - bullish pattern color
  • CountBars - limit the amount of bars to be processed by the indicator (reduces the initial download time)
  • UseAlert - enable pop-up messages
  • UseNotification - enable push notifications
  • UseMail - enable email notifications
  • prefix - text label to ensure the uniqueness of the indicator objects on the chart (if multiple indicators are attached to the chart, different values must be entered in these parameters)
  • MessageAdd - the text string added to the notifications sent by the indicator.