Piotr
Added topic MT4: Critical error after run expert advisor - what does it mean ?
Below is the error message after I've tried start the robot. Has anybody any idea
Piotr
Added topic MQL4: I need the software for code obfuscation
Can anybody recommend any software full integrated with MQL4
Piotr
Added topic MQL4: How can I get the average trading volume over the past two weeks?
1/. How can I get the average trading volume over the past two weeks? (intiger result as the amount of 'average volume') Please for the MQL4 syntax example using the daily period. 2/. Is it possible to find out what size were the orders for each
Piotr
Added topic MT4: InputBox() in C# (sharp) sample - ask for experts/developers
Can you add the InputBox() function on Meta Trader 4 (with new release) like the sample below ? Here -> http://www.csharp-examples.net/inputbox/ is the sample of the source code in C#. Developers: Can U implemente it to the MQL4 ? MQL4 experts
Piotr
Added topic MQL4: Ask for MT4 developers
Can you add the InputBox() function on Meta Trader 4 (with new release) using this link: http://www.codeproject.com/KB/dialog/w32inputbox_1.aspx
Piotr
Added topic MQL4: tick count for each 10 last bars - how to do this using MQL syntax ?
Hi, I would like to count every tick for each 10 last bars (with the current bar) in PERIOD_M1. How to do it using MQL syntax ? I would like to get the following results: bar 0 (ticks counted: for example 25) bar 1 (ticks counted: 58) bar 2 (ticks
Piotr
Added topic MQL4: what should I do in order to use INPUTBOX on mql code?
I would like to use INPUTBOX for type the password during init the EA. There is one dll showed on forum, but it is not availbale for download. Can somebody help me in this case ? Thanks in advance
Piotr
Added topic MT4: Can I use USB key HAK2 to secure my EA ?
Please see te usb keys from website http://www.micromade.com/informatyka For secure my EA only on one computer ? Can I use hardware protection for EA
Piotr
Added topic MT4: I would like to get one random value from five values defined on global variables
For example: I have defined five global variables as int type, for example: v1=13, v2=17, v3=23, v4=29, v5=37; Now after start the robot EA I would like to get one random value from that five values. Has anobody any idea how to do it
Piotr
Added topic (MT4): How to assign the EA to the computer on which will be run the Expert Advisor?
The question is as above in the subject. Has anybody any idea? What MQL4 expression use for assign the expert to the only one computer? The best way will be use mainboard s/n
Piotr
Added topic OrderSend Error 138 Requote - what does it mean ?
How can I repair my Expert Advisor for the Fx Broker who generates Error code 138 during open the order ? Other brokers work well
Piotr
Added topic MQL4: I need MQL4 code compressor
Has anybody program like in subject
Piotr
Added topic MT4: How can I view value of each variable (after compiling the EA) after run the back test?
I mean about step by step run back test and show value of each variable. Is it possible
Piotr
Added topic Build my own DLL for MT4 under Dev- C++ program question
Hi, There is a free C++/C compiler program Dev- C++, you can download it from: http://sourceforge.net/directory/desktop/windows/development I have the question: Till now I have never build my own DLL for Meta Trader 4. My question is: should I use
Piotr
Added topic MQL4: Security of source code for started expert advisor under Meta Trader 4 platform - question
What is the probability that in the course of working with Meta Trader 4 and running robot, the source code of that robot (full source of expert advisor) will go into the hands of a broker or in the hands of the creators of the Meta Trader program
Piotr
Added topic Visual C++ Express Edition 2010 (free edition) HOW to create DLL for Meta Trader 4 ?
Hi, Anybody knows how to create DLL for Meta Trader using Visual C++ Express Edition 2010 (free edition) ? And how to code the main OrderSend(), OrderModify() and OrderClose() functions on DLL and use external DLL file on Meta Trader 4 under Expert
Piotr
Added topic Meta Trader 4: trading question - part closing order and spread ...
If I have opened for example 0.1 Lot of EURUSD and I want close only part of this order (for example 0.01 Lot) and next step will be close the other part of the same order (for example 0.03 Lot) then will I have to pay for the broker SPREAD from each
Piotr
Added topic MT4: How can I secure my EA using DLL files ?
What syntax can I input in DLL file and how to create my own DLL file in Meta Trader 4 ? Can I use Meta Editor for it
Piotr
Added topic MT4: Can I use multiple close for opened orders in MQL4 ?
My question is: what is code expression for above situation