forex software

Create and Test Forex Strategies

forex software

eas-guide:data-import

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eas-guide:data-import [2018/02/02 08:42] yavoreas-guide:data-import [2021/01/13 07:20] (current) Ilan Vardy
Line 2: Line 2:
  
  
-EA Studio provides an easy way to upload your own history data for backtesting. It is very important to create and test your strategies on data from the broker you will use later for trading. The different brokers have different data providers and time zones. If you use different data it very likely that the tests in EA Studio and MetaTrader will not match.+EA Studio provides an easy way to upload your own history data for backtesting. It is very important to create and test your strategies on data from the broker you will use later for trading. The different brokers have different data providers and time zones. If you use different data it is very likely that the tests in EA Studio and MetaTrader will not match. 
 + 
 +{{youtube>3wDK_738NxM?medium }}
  
 ===== Data export scripts ===== ===== Data export scripts =====
Line 8: Line 10:
  
 In the Data Import page we provide two Data Export Scripts (MQL). One for MetaTrader 4 and one for MetaTrader 5. In the Data Import page we provide two Data Export Scripts (MQL). One for MetaTrader 4 and one for MetaTrader 5.
 +
 +{{:eas-guide:export-scripts-1.png?nolink&600|}}
  
 Here is how to install a data import script in MetaTrader: Here is how to install a data import script in MetaTrader:
Line 28: Line 32:
 The end result should look like this: The end result should look like this:
  
-{{ :eas-guide:data-export-script.png?nolink |Data export script}}+{{:eas-guide:data-export-script.png?nolink |Data export script}}
  
 ===== Export Files from MetaTrader ===== ===== Export Files from MetaTrader =====
Line 35: Line 39:
   - Disable auto-scrolling on new tick (See **Disabling auto-scroll on new tick** below)   - Disable auto-scrolling on new tick (See **Disabling auto-scroll on new tick** below)
   - Use **Ctrl** + **-** to zoom out the chart so more bars can be loaded at once   - Use **Ctrl** + **-** to zoom out the chart so more bars can be loaded at once
-  - Press the **Home** key on your keyboard as long as new bars appear to the left (this and the previous one allow you to load all bars your broker would send to your MetaTrader) +  - Press and hold down the **Home** key on your keyboard as long as new bars appear to the left (this and the previous one allow you to load all bars your broker would send to your MetaTrader) 
-  - Drag and drop the Script to the chart. If everything works OK you should see messages on the chart similar to **Working script** (see below)+  - Drag and drop the Script to the chart. When the Script Properties window opens, select the Input Tab (see below) and change any of the variables you wish to. If everything works as it should, you will see messages on the chart similar to **Working script** (see below)
  
 **Disabling auto-scroll on new tick** **Disabling auto-scroll on new tick**
  
-{{:eas-guide:disable-chart-scrolling.png|Disabling auto-scroll on new tick}}+{{:eas-guide:disable-chart-scrolling.png?nolink|Disabling auto-scroll on new tick}}
  
 **Working script** **Working script**
  
 {{:eas-guide:data-export-meta-trader-chart.png?nolink|Exported files}} {{:eas-guide:data-export-meta-trader-chart.png?nolink|Exported files}}
 +
 +**Input Tab**
 +
 +{{:eas-guide:eastudio-data-import-4.png?nolink&400|}}
  
 ===== Import Files to EA Studio ===== ===== Import Files to EA Studio =====
Line 52: Line 60:
   - Go to **File > Open Data Folder**   - Go to **File > Open Data Folder**
   - From the list open the **MQL4** folder   - From the list open the **MQL4** folder
-  - Open the **Files** folder. You should see multiple JSON files in it. Select all files and drag and drop them to EA Studio +  - Open the **Files** folder. You should see multiple JSON files in it. Select all files and drag and drop them to the Drop Zone in the Data window in EA Studio
- +
-{{ :eas-guide:drag-and-drop-data-files.png |}}+
  
 +{{:eas-guide:drag-and-drop-data-files.png?nolink|}}
  
 The program will show the list of the loaded files. The program will show the list of the loaded files.
  
-You can return in the Editor page and to select your data server and symbols. If you are signed in, the application will store the files on the cloud.+You can return in the Editor page and to select your data server and symbols. If you are signed in, the application will store the files in the cloud.
  
 ~~DISQUS~~ ~~DISQUS~~