Join our fan page
cIntSpeech - library for MetaTrader 5
- Views:
- 3723
- Rating:
- Published:
- 2011.02.17 15:04
- Updated:
- 2016.11.22 07:32
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Example of use of speech engine.
- cIntSpeech.mqh (cIntSpeech class) should be located in MQL5/Include.
- sSpeechExample.mq5 is an example of use of the class, it needs to enable of dll use
The cIntSpeech class has an only Say() method, it has two parameters. The first is the text to speak, the second is used to allow printing the text in "Experts" tab.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/294
The class can be used for creation of trade signal classes with reversal candlestick patterns.
MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + StochasticTrade signals based on "3 Black Crows/3 White Soldiers" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Trade signals based on "3 Black Crows/3 White Soldiers" candlestick pattern, confirmed by Commodity Channel Index (CCI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + MFITrade signals based on "3 Black Crows/3 White Soldiers" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.