Forum

CFDs Share at MT5, anybody knows?

Hello, please, anybody knows a broker that offers CFDs Share trades at MT5 platform

SMS by Clickatell SMTP API

Hello, please, I would like a help for send SMS by SendMail() using Clickatell SMTP API. My MT4 platform is already configured and I can use SendMail() function with success. My Clickatell account is also correctly configured with SMTP API installed. If I send from my e-mail account, works. But when

Working correclty with CExpertBase class.

Hello, I can't see what's the problem with the following code: #include <Expert\ExpertBase.mqh> #include <Trade\SymbolInfo.mqh> void OnStart () { CExpertBase candle; CSymbolInfo *mysymbol = new CSymbolInfo(); if ( CheckPointer (mysymbol)== POINTER_INVALID ) Print ( __FUNCTION__

Candlepattern Class, CPriceSeries::GetData: invalid buffer error.

Hello, I tried to make this simple script test below, but I getting this error: CPriceSeries::GetData: invalid buffer. Please anybody can help me to understand? Here you can find Candlepattern class: https://www.mql5.com/en/code/291 #include <Indicators\CandlePatterns.mqh> void OnStart () {

I'm not receiving notifications of subscribed topics.

Hello, I'm not receiving notifications of subscribed topics. I have to go to the topic's page to check the answers. In my profile , all topics are in the subscribe section. Please, does someone knows what can be

Suggestions for add a month in a date variable.

Hello, please, I need suggestion for add a month in a date variable. Example: string date = "1992.01.01" ; datetime newDate = StrToTime(date)+ 1 month; Print (TimeToStr(newDate)); //Result: 1992.02.01

Indicator that show results for a specific timeframe in a lower timeframe, but matching with its respective time candle series.

Hello guys, I wrote an indicator that functions in H1 timeframe, ie, for each candle this indicator returns 1 or -1. I'm using iHigh, iLow, etc.., So that when I switch to a smaller timeframe indicator stay intact. But now, I wish that when I switch to a smaller timeframe, the indicator showed

Starts EA just after 6am GMT. How could I do this?

Hello everybody, I would like that my ea just start after 6am GMT (3am local time). How could I do this? I did with the code below in init() function , but I guess that there are something easier. int init() { int secondsNow = TimeLocal(); for(int i=1;i<=86400;i++) if(TimeDay(secondsNow+i) ==