• Information
10+ years
experience
0
products
0
demo versions
0
jobs
1
signals
0
subscribers
Rodolfo Andrade Published MetaTrader 5 signal
Rodorush
Price: 30 USD, Growth: -100.00%
Meu trades manuais
Rodolfo Andrade
Added topic CFDs Share at MT5, anybody knows?
Hello, please, anybody knows a broker that offers CFDs Share trades at MT5 platform
Rodolfo Andrade
Added topic 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
Rodolfo Andrade
Added topic 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();
Rodolfo Andrade
Added topic 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    
Rodolfo Andrade
Added topic 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
Rodolfo Andrade
Added topic 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
Rodolfo Andrade
Added topic 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
Rodolfo Andrade
Registered at MQL5.community
Rodolfo Andrade
Added topic 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