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

0.00

Automatic / semi-automatic trading robot that works on the signals of the AB=CD pattern. It can work as an indicator. Supports sending signals to
notifications, to a mobile device, as well as an e-mail. The search for patterns is carried out using a universal Zigzag, Peak ZigZag,
which has been specially adapted to work in this Expert Advisor. Thanks to the use of trace mode (when scanning
patterns are made at once on several Zig-zags with different Peak dist, see the description of parameters) it is possible to find all possible
patterns AB=CD from the smallest to the largest.

The depth and range of the scan can be adjusted using minPeakDist and maxPeakDist. The accuracy or step of the Zig-zag scan is selected
using peakDistStep, starting from 1. The Peak dist parameter of the zig-zag on which the pattern was found is displayed (see the illustrations),
this allows you to see on which Zig-zags, with which Peak dist, there are the most patterns. Thus, the Expert Advisor allows you to
easily select the optimal range (minPeakDist, maxPeakDist) of scan Zigzags. Also, when the pattern appears, on the screen
the “Select” button appears, which allows you to highlight the pattern from which the data was read (this is useful when
there are too many patterns on the screen and it makes it easier for the trader to navigate).

[spoiler title=”Read More…”]

Automatic / semi-automatic trading robot that works on the signals of the AB=CD pattern. It can work as an indicator. Supports sending signals to
notifications, to a mobile device, as well as an e-mail. The search for patterns is carried out using a universal Zigzag, Peak ZigZag,
which has been specially adapted to work in this Expert Advisor. Thanks to the use of trace mode (when scanning
patterns are made at once on several Zig-zags with different Peak dist, see the description of parameters) it is possible to find all possible
patterns AB=CD from the smallest to the largest.

The depth and range of the scan can be adjusted using minPeakDist and maxPeakDist. The accuracy or step of the Zig-zag scan is selected
using peakDistStep, starting from 1. The Peak dist parameter of the zig-zag on which the pattern was found is displayed (see the illustrations),
this allows you to see on which Zig-zags, with which Peak dist, there are the most patterns. Thus, the Expert Advisor allows you to
easily select the optimal range (minPeakDist, maxPeakDist) of scan Zigzags. Also, when the pattern appears, on the screen
the “Select” button appears, which allows you to highlight the pattern from which the data was read (this is useful when
there are too many patterns on the screen and it makes it easier for the trader to navigate).

Thanks to this method of pattern search, a well-thought-out entry strategy, as well as the tracing method, we managed to achieve a sufficient
flexibility in finding patterns and a fairly high probability of entering a reversal signal. If, at the moment of the pattern appearance, y
if you have your own reversal signal, then you can enter the market manually, using the appropriate buttons. Set the parameter
nEntriesMax is set to 0 if you want the EA not to open trades on its own. In this case, you will only have access to signals
that you can use at your own discretion.

Thanks to this method of pattern search, a well-thought-out entry strategy, as well as the tracing method, we managed to achieve a sufficient
flexibility in finding patterns and a fairly high probability of entering a reversal signal. If, at the moment of the pattern appearance, y
if you have your own reversal signal, then you can enter the market manually, using the appropriate buttons. Set the parameter
nEntriesMax is set to 0 if you want the EA not to open trades on its own. In this case, you will only have access to signals
that you can use at your own discretion.

Sending notifications to your email and mobile device

Harmohic ABCD Wizard is equipped with the functions of sending alarm notifications to your e-mail and mobile device. In the settings, the trader can
choose which signals it wants to receive. the selection is made using the two parameters patternSignals and trades. More
information here.

Three main trading modes

Harmohic ABCD Wizard is equipped with the functions of sending alarm notifications to your e-mail and mobile device. In the settings, the trader can
choose which signals it wants to receive. the selection is made using the two parameters patternSignals and trades. More
information here.

A more detailed description of the expert can be found in the blog.

Harmonic
ABCD Wizard for MetaTrader 4.

  • Expert Advisor parameters
    • magic – magic ID
    • deviation – deviation
  • Peak ZigZag Parameters 
    • minPeakDist – minimum distance of Zig-zag peaks
    • maxPeakDist – maximum distance of Zig-zag peaks
    • peakDistStep-Zig-zag Peak Distance Step
  • Parameters AB=CD
    • cProjMin – minimum projection of point C
    • cProjMax – maximum projection of point C
    • dProjMin – minimum projection of the point D
    • dProjMax – maximum projection of the point D
  • Input parameters AB=CD
    • entryPMin – minimum price projection for entry (entry range)
    • entryPMax – maximum price projection for the entry (entry range)
    • waitTurnPeriod – the waiting period for the reversal signal at point D
    • nEntriesMax – number of simultaneous inputs
    • revercePositions-invert inputs
  • SL TP Parameters          
    • minSL – minimum stop loss
    • kTP_OfAD-take profit ratio (calculated from the distance A-D)
    • indentSL-stop loss offset from the peak
    • minK_TP_SL – minimum TP ratio/SL or winning / losing a position
    • levelsCalculation – method for calculating levels
  • Breakeven parameters
    • useBreakeven – use breakeven
    • bkTrigLvFromTP-breakeven trigger factor (from 0 to 1) 
    • bkValue – breakeven value
  • Risk management
    • lotsManagement-Volume management mode
    • volume – volume
    • riskIDC-risk / SL (in the deposit currency)
    • percRisk – risk percentage for risk management
    • percEquity – percentage of risk from free margin
  • Optimal Lot mode
    • riskMin-minimum risk
    • profitReduced – recovery value
    • kDR-volume build-up factor
  • Other settings
    • vTradeBacklight-highlighting virtual transactions
  • Notification Settings
    • testNotif – test notifications (for testing)
    • sendMail-email notifications
    • sendNotif-notifications to your mobile device
    • alert – alerts
    • patternSignals – types of pattern signals 
    • trades – types of entry signals
  • Expert Advisor parameters
    • magic – magic ID
    • deviation – deviation
  • Peak ZigZag Parameters 
    • minPeakDist – minimum distance of Zig-zag peaks
    • maxPeakDist – maximum distance of Zig-zag peaks
    • peakDistStep-Zig-zag Peak Distance Step
  • Parameters AB=CD
    • cProjMin – minimum projection of point C
    • cProjMax – maximum projection of point C
    • dProjMin – minimum projection of the point D
    • dProjMax – maximum projection of the point D
  • Input parameters AB=CD
    • entryPMin – minimum price projection for entry (entry range)
    • entryPMax – maximum price projection for the entry (entry range)
    • waitTurnPeriod – the waiting period for the reversal signal at point D
    • nEntriesMax – number of simultaneous inputs
    • revercePositions-invert inputs
  • SL TP Parameters          
    • minSL – minimum stop loss
    • kTP_OfAD-take profit ratio (calculated from the distance A-D)
    • indentSL-stop loss offset from the peak
    • minK_TP_SL – minimum TP ratio/SL or winning / losing a position
    • levelsCalculation – method for calculating levels
  • Breakeven parameters
    • useBreakeven – use breakeven
    • bkTrigLvFromTP-breakeven trigger factor (from 0 to 1) 
    • bkValue – breakeven value
  • Risk management
    • lotsManagement-Volume management mode
    • volume – volume
    • riskIDC-risk / SL (in the deposit currency)
    • percRisk – risk percentage for risk management
    • percEquity – percentage of risk from free margin
  • Optimal Lot mode
    • riskMin-minimum risk
    • profitReduced – recovery value
    • kDR-volume build-up factor
  • Other settings
    • vTradeBacklight-highlighting virtual transactions
  • Notification Settings
    • testNotif – test notifications (for testing)
    • sendMail-email notifications
    • sendNotif-notifications to your mobile device
    • alert – alerts
    • patternSignals – types of pattern signals 
    • trades – types of entry signals
  • magic – magic ID
  • deviation – deviation
  • minPeakDist – minimum distance of Zig-zag peaks
  • maxPeakDist – maximum distance of Zig-zag peaks
  • peakDistStep-Zig-zag Peak Distance Step
  • cProjMin – minimum projection of point C
  • cProjMax – maximum projection of point C
  • dProjMin – minimum projection of the point D
  • dProjMax – maximum projection of the point D
  • entryPMin – minimum price projection for entry (entry range)
  • entryPMax – maximum price projection for the entry (entry range)
  • waitTurnPeriod – the waiting period for the reversal signal at point D
  • nEntriesMax – number of simultaneous inputs
  • revercePositions-invert inputs
  • minSL – minimum stop loss
  • kTP_OfAD-take profit ratio (calculated from the distance A-D)
  • indentSL-stop loss offset from the peak
  • minK_TP_SL – minimum TP ratio/SL or winning / losing a position
  • levelsCalculation – method for calculating levels
  • useBreakeven – use breakeven
  • bkTrigLvFromTP-breakeven trigger factor (from 0 to 1) 
  • bkValue – breakeven value
  • lotsManagement-Volume management mode
  • volume – volume
  • riskIDC-risk / SL (in the deposit currency)
  • percRisk – risk percentage for risk management
  • percEquity – percentage of risk from free margin
  • riskMin-minimum risk
  • profitReduced – recovery value
  • kDR-volume build-up factor
  • vTradeBacklight-highlighting virtual transactions
  • testNotif – test notifications (for testing)
  • sendMail-email notifications
  • sendNotif-notifications to your mobile device
  • alert – alerts
  • patternSignals – types of pattern signals 
  • trades – types of entry signals

[/spoiler]

Add review
Reviews ( 0 ):