|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
- OutQuotings.mq4 is script to download the data for selected period into the file; - Currency_Loader.mq4 is EA. |
|
||||
|
Quote:
i will test when the market is open Currency_Loader.mq4 i really dont know what doing because dont save any fille or somethink like this any help? thanks for sharing |
|
|||
|
Quote:
I open this EA in MetaEditor and it is written the following: Code:
extern int BarsMin=100; // Minimal number bars in history which might be loaded into files. extern int MaxBarsInFile = 20000; // Max Bars for loading into file. extern int FrequencyUpdate = 60; // this value identify frequency update for files in sec. extern bool LoadM1 = false; //Timeframes of securities which data will be loaded onto File if True extern bool LoadM5 = false; extern bool LoadM15 = false; extern bool LoadM30 = false; extern bool LoadH1 = false; extern bool LoadH4 = false; extern bool LoadD1 = false; extern bool LoadW1 = false; extern bool LoadMN = false; extern bool AllowInfo = True; extern bool AllowLogFile = True; |
|
||||
|
Quote:
is very strange |
|
||||
|
the Currency_Loader.mq4 EA do a great joob but on the first line of the CSV fille i have this "Date" "Time" "Open" "High" "Low" "Close" "Volume"
is posible to modify the EA to dont show me this i need the CSV fille to start directly with the right line 2006.02.15,23:00,0.8547,0.8557,0.8545,0.8554,118 thanks and i hope you understand what i mean |
|
||||
|
Try to comment "FirstLine", see below:
PHP Code:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script Programming Request | MNFX | Metatrader 4 | 2 | 02-13-2007 04:11 PM |
| T/p S/L ....script | hitman | Metatrader 4 | 5 | 12-14-2006 09:37 PM |
| Hedge position- script request | SloForeX | Martingale/Average Cost and Hedging | 1 | 12-07-2006 03:29 PM |
| Script | halfasleep | General Discussion | 4 | 12-01-2006 02:44 PM |