I believe that someone wants to update realtime data to the amibroker. Especially, Trading Plus software can only run on Amibroker software. Therefore, investors need to get realtime data from MT4 to amibroker to analyze forex, gold, stocks, etc. on Trading Plus software.
So, I will guide people to do this very simply and quickly. Right now you need to have:
2. Amibroker Software: Download the entire software, including Trading Plus. See the instructions for installing Trading Plus software.
3. Robot (EA): retrieve data, and export it into a .csv file. Download.
4. Data-mt4: Data format of forex to put into amibroker. Download
5. Script: This is a set of code to put data into the amibroker. Download
So, I will guide people to do this very simply and quickly. Right now you need to have:
How to amibroker forex data feed from MT4 in realtime?
Prepare, download, fully install.
1. MT4 software: Can be installed arbitrarily by any broker. This is software to run a robot (EA) to update data realtime.2. Amibroker Software: Download the entire software, including Trading Plus. See the instructions for installing Trading Plus software.
3. Robot (EA): retrieve data, and export it into a .csv file. Download.
4. Data-mt4: Data format of forex to put into amibroker. Download
5. Script: This is a set of code to put data into the amibroker. Download
Start step by step.
1. Format the column in .csv to bring it into the amibroker. Copy file Datamt4.format in Data-mt4 you download, and paste it into Formats folder in the amibroker. (Frequently: Amibroker.folderdirectory -->AmiBroker -- >Formats)
2. First, run Robot(EA)-Currency_Loader in MT4, it has to run on every pair you want to update. You can define timeframes to update and delay (between every update).
This EA is creating .csv files with quotes and update them frequently. (MT4folderdirectory->experts->files->export_history).
3. Now you have to put this data into Amibroker, and do it frequently. So I've created .bat and.js files. In .js file (open it via Notepad or Geany) define path to your updating .csv's. At the end of the loop you can set delay between updates in Amibroker (in msec.)
In .bat define path to your .js script.
It's done ! Now when you open Metatrader, data will be loaded to .csv. When you run (double click) .bat file, this docs will be saved in Amibroker database automatically (Ami must be opened too).
Basic installation is successful, and now you have realtime data from MT4 put into amibroker. And you can use Trading Plus-software for top-notch transaction analysis in forex trading, stocks, securities, and cryptor money...
If you have any questions, please contact us or comment below.
0 Comments