Piotr
Added topic How to import data directly from Web Site into MT4 indicator - STRING VARIABLE ???
I would like to import time of publication newses from web site: http://www.dailyfx.com/calendar/index.html?sort=dateDesc&timezone=GMT into string variable of indicator I 'm writing now... For example we have EURUSD currency pair , if ((today
Piotr
Added topic I write EA's under MT4 - what better to do?
If I would like to send order to market and I have to round the function or variable (double type) to 4 or 5 decimal points then better to use NormalizeDouble or DoubleToStr function ? For example we have: double price_ask, price_bid, lots; price_ask
Piotr
Added topic How to calculate in $ the 1 PIP / 1 POINT value of EURUSD in Meta Trader 4 ?
Hi, I have opened a micro account where 1 micro lot equals 0.01 Lots. How can I calculate 1 PIPS value of EURUSD for opened 0.01 Lot position in USD? And how can I calculate the value of 1 PIPS/Points into USD for the other currency pairs ? Is there
Piotr
Added topic Meta Trader 5 is only for NFA brokers and clients
If I am wrong please correct me. In my opinion the Meta Trader 5 platform was released according to new rules on forex market : " The new NFA regulations have arrived. For those of you who are trading with American brokers, here’s a basic list
Piotr
Added topic Windows 7 Home Premium - MT4/MT5 quick question
Hi, I am going to buy Windows 7 Home Premium (without Windows XP compatibility). My question is : Will the Meta Trader 4 and Meta Trader 5 work under that OS ? Rgds, PUNCHER
Piotr
Added topic Meta Trader 4 under Vista 64 Bit operating system does not save REPORTS after BACK TESTER
How to repair this function in order to save report into the HTML file after the back testing
Piotr
Added topic How to properly make BACK TEST of the Expert Advisor using the Time[0] function ?
My Expert generates a few signals, but I would like to make the validity of these signals on 5 or 7 bars (the signal should be not valid after 5th or 7th bar) . I 've added the NewBar function to my expert, but I am not sure if that function will be
Piotr
Added topic dispatch the order on market, with omission the answer on demand about acceptance the broker's price
I wrote the expert in MQL using the OrderSend () function. The expert works ok in back tests. But the program does not work properly on real time. The expert makes only a few or one transaction in spite, that there was a lot of signals to make more
Piotr
Added topic Strategy EA Tester on Meta Trader - important question
Hello, I have tested a lot of experts under Meta Trader and I don't know how to improve the source code a few of them. Could you please explain me how to change the items: 1/. Modelling quality : n/a <--- into ---> over 90 2/. Mismatched charts
Piotr
Added topic Trading on GTS under the new NFA FIFO Rules on Meta Trader - Question
Starting August 2, 2009: http://www.fxsolutions.com/learning-tools/tutorials/nfa/fifo.asp I heard that the platform Meta Trader 4 is not compatible with the NFA. Why is that? Will made some moves in that direction and when? If not, the days of the
Piotr
Added topic #???# Back Tests on Meta Trader 4 - important questions #???#
Meta Trader platform has 3 different counting methods for back tests. There are: 1. Every tick - the most precise method based on all available least timeframes to generate each tick 2. Control points - a very crude method based on the nearest less
Piotr
Added topic Could YOU Add on Meta Trader Editor the
numbering of the individual rows - as is the case, the editor Notepad + + It is very useful visual function for the programmers
Piotr
Added topic Error on Meta Trader 4 under Vista Home Basic 64 Bit (PL)
Hi, During using the Meta Trader and my EA, the following problem occured: STOP There has been a critical error Time : 2009.03.10 08:57 Program : Client Terminal Version : 4.00 (build: 221, 05 Mar 2009) OS : Windows Vista Professional 6.0 Service
Piotr
Added topic How to modify StopLoss of opened order every new bar using the Magic Number of the opened order?
My conditions are: 1/. If Buy order is opened then set StopLoss = Low [1] every new bar 2/. If Sell order is opened then set StopLoss = High [1] every new bar If you have any idea how to best solve the problem - please for the answer
Piotr
Added topic How to find in MQL the 2 max & 2 min prices of the recent 300 candles & draw the line ?
What MQL command can I search last two min. and two max. prices of the recent 300 candles, and how to draw lines by those min. prices and max. prices - connecting the two biggest min. (the first red line) and the two largest max. prices (the second
Piotr
Added topic How to start script under Expert Advisor?
I would like to run script in the external file under Expert Advisor after the condition is done. Anybody knows how to write code in MQL ? For example: if (Period() == 5) { RUN SCRIPT SET_ORDER.MQ4 } How to modify above code
Piotr
Added topic What for is testing mode of expert advisors ?
What for is testing mode for Expert Advisors and what for is the function IsTesting () ? How to switch Meta Trader into TESTING MODE
Piotr
Added topic How to draw lines between TWO LOWEST/HIGHEST candles among last 300 bars ?
I would like to draw automatically on 30 MIN chart two lines (support and resistance) indicated by the last 300 bars. From the last 300 bars indicator should find two MAXIMUM BARS (ONLY 2 HIGHEST BARS AMONG THE LAST 300 BARS) and draw the RED LINE
Piotr
Added topic Meta Trader 4 - problem on Vista Home Basic 64 Bit
The application works OK, but my problem is the end of the program. When I finish my work with charts and I close the meta trader terminal the settings of menu are not saved. When I start MT4 terminal again - there is no menu what was before I close