Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
3462
Rating:
(23)
Published:
2011.02.17 15:04
Updated:
2016.11.22 07:32
\MQL5\Include\
cintspeech.mqh (2.14 KB) view
\MQL5\Scripts\
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

MQL5 Wizard - Candlestick Patterns Class MQL5 Wizard - Candlestick Patterns Class

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 + Stochastic MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + Stochastic

Trade 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.

MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + CCI MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + CCI

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 + MFI MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + MFI

Trade 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.