Wemerson Guimaraes
Wemerson Guimaraes
  • Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Wemerson Guimaraes
Added topic Push notifications are not comming to my android mt4
Hi,   I've install mt4 mobile on my android and activate PUSH notifications on my PC. MT4 informs no errors on sending a notification, but nothing comes to my mobile. I've check on the app details and the "Accept notifications" options is
Wemerson Guimaraes
Added topic How to discover how many assets are opened?
Hello everybody! There are any way to discover how many graphics are opened on the Metatrader 4
Wemerson Guimaraes
Added topic How can i get properties of an Custom Indicator ?
Hi all. I have a custom arrow indicator and need to put calculate the arrow position based on the buffer width (indicator_width1,, indicator_width2, etc).... How can i get the width of a specific buffer or other properties of the custom indicator
Wemerson Guimaraes
Added topic here are a way to disble AutoTrading via MQL4 Code ?
Hi... There are a way to disble AutoTrading  via MQL4 Code ? I am using a third party EA thats good, but not with strong news.... then i think on improve trade blocking on news, doing it on an indicator and put in the same graphic... then the
Wemerson Guimaraes
Added topic Wrong value on calculating difference in hours between TimeCurrent() and TimeLocal()
Hi guys, I am trying to do some calculations with datetimes, and one of them is to detect the difference in hours between the Computer time [ TimeLocal() ] and the Broker Time on Metatrader  [ TimeCurrent() ] : datetime ComputerTime = TimeLocal
Wemerson Guimaraes
Added topic Can i define/change trailling stop using mql4
Hi guys,   There are a way to define and change trailling stop manually via mql4 code ?    I need to put the trailling stop on orders created on my EA
Wemerson Guimaraes
Added topic How to use friendly labels for enum options in an external parameter ?
Olá,   How can i do to add friendly labels for enum  options? See my code below, i used 2 external parameters with enum : AppliedPrice and TradeMode. The first uses a language native enum (ENUM_APLIED_PRICE)  e the second uses an enum
Wemerson Guimaraes
Added topic How to get the Payout of an Binary Options Expiration?
Hi guys.   I am making a Binary Options Expert  for a customer, and need to block the Order Creation when the payout is below 70%, like in the image below because is only 65% not 70% or greather.     I try to get the payout
Wemerson Guimaraes
Added topic How to move MT4 Data Folder to another place?
Hi guys,  I need to download a lot of data on my metatrader 4 using TickStory lite for backtesting , but my free space on C:  is small than the amount of data need to download. Then need to move the datafolder to another partition. How can
Wemerson Guimaraes
Added topic Detect strategy tester
Hi all..   There are a way to detect if it's running normally or in Strategy Tester ? 
Wemerson Guimaraes
Added topic How to initialize extern datetime with current time?
Hy guys... There is a way to initialize an external datetime variable with the current time ?   I'm try something like this:  extern datetime fundamental = TimeCurrent ();   But returns me the following error: 'TimeCurrent' - constant
Wemerson Guimaraes
Added topic How can i get the Volumes color (high/low values)
Hi all.   How can I get the Volume  color ? Using Volume[0], or iVolume() function I can get only the amount, not if it is on High/Low value. See the Volumes indicator properties: How  
Wemerson Guimaraes
Added topic How to do Backtest for OB Advisor ?
Hi... I am developing an Expert for Binary Options it is openig orders for BO normally... But when i try to do Backtests, stops when an order is created... see :       Below the code for creating an order with expiration in 5
Wemerson Guimaraes
Added topic Arrows/ObjectCreate overwriting Bars..
I am printing some arrows on the graphics.. Only for learning purposes... As you can see on the image below, There are times, that the arrow is over the bar. There are a way to print the arrows more distant (upper or down) to the bar end?  
Wemerson Guimaraes
Added topic Point() is giving me 1e-005.0 instead 1.12358... what is that?
I'm not certain about Point... I trying to get the value of the EURUSD actual tick usging Point(), but receive 1e-005.0 instead 1.12358 ... what is the way to get the value in right format
Wemerson Guimaraes
Added topic There are other Timer elements or Timer implementations better than OnTimer() on MQL4?
Greetings from Brazil!   MQL4 has other TIMER elements in addition to the OnTimer() function ? I am making a simulation EA for Binary Options, and need to simulate (not open real orders)... then, need to define the open/close interval and on
Wemerson Guimaraes
Added topic How can i put fixed text on a specific area on the graphic ?
Hello all. I'm newbye on mql4 programing and there are some basic stuff that i don't know...  How can i put fixed text on a specific area on the graphic ?   
Wemerson Guimaraes
Added topic How to force EA to don't calculate anything in the first bars!!
Hi... Greetings from Brazil! I'm starting to build my first EA and one of his strategies is analise RSI from the last 3 past candles... But i need to force the EA to do start the calculations only on data after EA stated, then the past candles on EA
Wemerson Guimaraes
Added topic iRSI() function.. how to get data from past candles?
Hi guys... There are a way to use iRSI() function to get data from past candles ? Not only for actual candle... if yes, how can i do that
Wemerson Guimaraes
Added topic How to detect candle open/close inside an Expert Advisor
Hi folks! I'm start to learn basics to construction an Expert, and it's going well so far. Eevery day some options become clearer and easy to understand, but others, not so much. Need to know how to detect the exact moment when a candle is
123