Forum

Zero stop level?

hello traders, there's this EA that i want to purchase but the author says says it needs a broker with zero stop level . what does "zero stop level" mean

Registration in the market failed

Hello, my application to register as a seller in the market was rejected several months ago and since then iam not allowed to re-register and submit the documents again. i have tried contacting the service desk but they do not reply?? what could be the problem

MT4 shows "old version"

hello, it's been about a months when i last opened my MT4 terminal, when i opened it today, it only shows "old version" and it does not allow me to make trade operations . any help

code for an EA to identify support and resistance levels

hello coders; could you just help me with a piece of MQL4 code that i can include in my EA to identify support and resistance levels Or the principle which i can make use of to code it

which indicator can i use to determine wheather the market is trending or not.

hello traders, which indicators can i use to ; 1.determine market volatility 2.determine a trending and non trending market

what are the limitations of the strategy tester?

Iam trying to test an EA using the strategy tester but it gives positive results(as i programmed it) for the first few ticks and then stops following the programmed instructions, Apart from the sleep() function ,what other disadvantages can one face while using the strategy tester

what does the OrderCloseBy function realy do??

Am confused with this OrderCloseBy function, i thought it only closes one order by another but it is closing both orders at once

mql errors

help me about what these errors mean 1. error 3 (invalid trade parameters) 2. error 138 (requote) 3.error 4108 (invalid ticket)

when are Global variables updated??

i declared something like "B1=Bid", so am wondering when the variable, B1 is updated. Is it every time i load the EA, or every time a new tick(price) comes in

ordercloseby() function

can some one explain to me what exactly the Ordercloseby() function does, am having hard time to code it into my robot. Does it close and order and then opens an opposite one, or...it just closes an order depending on the opposite one. what exactly do the parameters of this function mean