Joao Rosas
Joao Rosas
  • Information
11+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

Add friends via their profile or user search and you will be able to see if they are online

Joao Rosas
Added topic keeping inside the start() function
Hi, my EAs have worked by just reacting to the incoming ticks, in order to activate the start() function . Now, I need my EAs to become much more pro-active, making calculations without waiting for ticks. My question is whether this template may work
Joao Rosas
Added topic four versus five digit brokers
Hi everyone, long time ago I did not care much about the "slippage" limit in ordersend/orderclse, during the conversion of EAs from four to five digit brokers. My question is whether these orders are equivalente, either a 2 point spread in
Joao Rosas
Added topic Should I worry about this?
I've just tried to run the terminal, which is usually running night and day, and my firewall presented this alert. Any help or suggestion? Should I worry? Thanks
Joao Rosas
Registered at MQL5.community
Joao Rosas
Added topic Is universal trading EA like a CHIMERA?
Hi all, I friend of mine is trying to apply his EA to the whole currencies in the terminal's List. I've told him that using the EA in such a way, even if well configured for each currency, is not likely to provide profit. Could you tell me your
Joao Rosas
Added topic What is the acceptable range for the INFAMOUS "Maximal drawdown" percentage?
When you tune an EA for establishing adequate leverage, lote size, it yields distinct "net profit", "profit factor", and "MAXIMAL DRAWDOWN". So, my question is which values are considered as acceptables for the
Joao Rosas
Added topic Does any one has got the MAHALANOBIS indicator?
I can develop it, but before I would like to know if it is whort to make the effort, and whether someone already has it implemented. Thanks
Joao Rosas
Added topic Which EA model is best to use?
Which model to use Which working model is the best for running the EAs ? - approach 1: wait for each incoming tick in order to open/close/modify orders int start() { // do the work here // then go away, until the next tick comes in. } - approach 2
Joao Rosas
Added topic Windows "Screen Saver?" and Metatrader terminal
Hello everybody, I’m performing forward testing to several EAs in a computer running Vista . It appears that when the windows' screen saver is activated, MetaTrader Terminal becomes less reactive to incoming ticks. I’ve noticed this symptom for
Joao Rosas
Added topic Question addressed to Phy: "tick-dimension" on charts.
Hi Phy, sometime ago you helped a member about an indicator that would average the time between "up ticks", and time between "down ticks", on a separated indicator windows in the minute chart. You even developed the indicator and