Hi all !
I've recently reinstalled MT-4 platform and for some reason my EA stopped executing trades, although It has worked before
when the EA tries to make a trade, I get the following messages:
I've enabled live trading
here is the code:
please help !
Install MT from other broker, see if your EA still working.
BTW, there's no need for sleep (2000) after OrderSend(), you don't have to use that sleep().
:D
OK, you get the last error and do what with it ? nothing, what is the point . . . you need to understand the code you are copying and pasting together . . .
else GetLastError(); }
Read this carefully, understand it, apply what you learn to the code you have posted above: https://www.mql5.com/en/forum/139592
when the EA tries to make a trade, I get the following messages:
I've enabled live trading
OK, you get the last error and do what with it ? nothing, what is the point . . . you need to understand the code you are copying and pasting together . . .
Read this carefully, understand it, apply what you learn to the code you have posted above: https://www.mql5.com/en/forum/139592
hello
thanks for the advice
but I don't get any error number.. I get nothing..
hello
thanks for the advice
but I don't get any error number.. I get nothing..
If you have no Print statement then you will get nothing . . . did you bother to read the post I gave a link to ?
Perhaps you can answer my question ?
"OK, you get the last error and do what with it ? nothing, what is the point ? "
If you want to be able to write meaningful code you need to be able to think . . .
If you have no Print statement then you will get nothing . . . did you bother to read the post I gave a link to ?
Perhaps you can answer my question ?
"OK, you get the last error and do what with it ? nothing, what is the point ? "
If you want to be able to write meaningful code you need to be able to think . . .
I can think..
give me a router and I do wonders with it
I forgot how to write programs.. it was just a hobby of mine long time ago
thanks for the help
I can think..
give me a router and I do wonders with it
I've recently reinstalled MT-4 platform and for some reason my EA stopped executing trades, although It has worked before
here is the code:
I can think..
Apparently not. If it use to work, you haven't changed the code, then the problem is NOT the code, but you posted it anyway.
Trading Disabled is a setting problem, not a code problem.
- Do you have a smiley face on the chart.
- Did you set options -> experts.
- Using tester? ex prop -> testing -> positions = long & short
- Did you install in \program files* on Vista/Win7
MOV Converter
MOV Converter is specially designed for users to convert MOV files to other video formats, via it, we can convert MOV to AVI, MPEG, 3GP, WMV. M4V, DivX, XviD, ASF, WMV, MPEG-1, MPEG-2, 3GP, 3GPP, MKV, FLV, SWF, etc formats. Before converting videos, you can conveniently set video effects, adjust video brightness, saturation, contrast, join several videos to one file, trim any segment of your video exactly.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi all !
I've recently reinstalled MT-4 platform and for some reason my EA stopped executing trades, although It has worked before
when the EA tries to make a trade, I get the following messages:
I've enabled live trading
here is the code:
please help !