Automated-Trading:
MQL5 Wizard - Trade Signals Based on Reversal Candlestick Patterns:
Author: MetaQuotes Software Corp.
Hello, is there any update version that replace this one? Bcos the CSignalCandles class seem no longer exist.
Thx
Do you mean it does not appear as an option in the Wizard?
I found out...you need to change the Type from "Signal" to "SignalAdvanced" in order for it to appear as option in the Wizard
//+------------------------------------------------------------------+
//| Description of the class |
//| Title=Signals based on reversal candlestick patterns |
//| Type=SignalAdvanced |
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
MQL5 Wizard - Trade Signals Based on Reversal Candlestick Patterns:
MQL5 Wizard provides the automatic creation of Expert Advisors (see MQL5 Wizard: Creating Expert Advisors without Programming).
The CSignalCandles class provides trade signals, based on reversal candlestick patterns. The strategy called "Signals based on reversal candlestick patterns" (when creating EA automatically in MQL5 Wizard).
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and ">Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal.
Author: MetaQuotes Software Corp.