Forum

Import CSV file

Hello, Id like to import comma separated CSV files to MT4. I downloadad CSV files from yahoo and compared it with the format what I can export from MT4. I modified the original CSV and MT4 can recognize it now but I don't know where can I find it in MT4 after that. How can I open it as a chart and

Historical stock data

Hello, Is there anybody know a site where I can download data for US stocks? (in CSV format, tick by tick not just open, close, high, low...) So data what I can use in strategy tester for M1 period also. It is not a problem if I should pay for the datas. Thanks, David

Strategy tester and closing method problem

Hello, I’d like to programming the following strategy: 1.) If the current H1 bar is in the last half min and the current price is higher than the current bars open + the current bars range * 0.8 then the robot should buy. 2.) The stop is the current bars low. 3.) If the robot bought on the previous

How can I declare the current price and time?

Hello, I'd like to programm the following simple strategy: If the current bars price is higher than the (current bars open + the 80% of the current bars range) in the last 1 min of the bars period (H1) the program should buy.. So i want something like this: if ( "current price" >