
- How to read brokdat4 amibroker file how to#
- How to read brokdat4 amibroker file rar#
- How to read brokdat4 amibroker file code#
No,fun is not over yet…………Because when we will see how this whole process can be edited easily,and how things work behind this AutoFeed,we may be surprised. You will see data being autofeed in realtime……. It will stop……….įor retesting, you may go to “Symbols>Quote Editor”. If you want to Stop the autofeed then just click on “Stop” button. Now after each five seconds interval data is being autofeed to Amibroker. We will learn to get rid of this messagebox later when we learn to edit the Jscript below. I have added this message box just to show you that the autofeed is working. A message box appears in IE saying “Done”. You would see that Data(from Data.csv of C: drive) is auto exported in Amibroker. Just click on “Yes”!! I suggest you to change your setting of IE to get rid of this message in future. Depending on your IE setting a message box may appear for ActiveX activation.Fuck it. And in Amibroker,we have three candles,till. Unblock by allowing ActiveX to be loaded. BTW,your IE may block the ActiveX to be loaded. After opening the html file,namely AutoFeed.html,in Internet Explorer,you would see two buttons in the webpage. Now open the html file, “AutoFeed.html” in Internet Explorer. You must keep your Amibroker Open while doing this whole thing!Ģ. Open your Amibroker,and the “00 test” Database(for testing purpose. Put the “Day” file in Amibroker’s file format definition folder.And if you like,then put the “00 test” folder inside Amibroker.Put the “AutoFeed.html” on your desktop.
How to read brokdat4 amibroker file rar#
Now,put the “Data.csv” of the rar file in your C:\ drive.

You would see four different files in the unrar folder. NB: I have deleted the first link,as it had three files,and “Day.format” file was missing in it.
How to read brokdat4 amibroker file how to#
How to import data with this process…….May be,it is better to do it in real life situation………Īt first download this rar file and unrar it : It can also stop the autofeed with a button click. And it automatically exports data at a specific time interval. The script that I have generated starts to AutoFeed when a button in IE is clicked. I have generated a html/java script for this.

Here I’m gonna explain how it works, and how you can edit it in future to use it for importing csv/txt data in Amibroker……….The trick is to open the Jscript found in Amibroker UserKB by TJ or help file in IE(internet explorer) and then run the Jscript at a specific interval. Moreover, you can edit the script yourself without hassles to suit your purpose. You don’t need to be a programmer to do that. In short, you can use Javascript to import Data in Amibroker in real time. Besides, as it was not my creation, so I can’t shred light on it here…………….īut I found another technique which is as effective as ActiveX object(as it actually uses the ActiveX object),but not worthless like DDE. However,as COM object that we know about is related to programming, I would rather like to avoid discussing it here. We have been using COM with our Dot.Net tools for long time.
How to read brokdat4 amibroker file code#
Then,Nasim bhai created code for importing data with COM object of Amibroker. Some data don’t refresh in Amibroker……….So,we abandoned that technique!!!! At one point,I thought about implementing DDE in my Dot.net tools(through NDDE),but later I came to know that DDE itself is an obsolete thing which MicroSoft seems to have already abandoned.

While using DDE,we found that numeric symbols(i.e 1STBSRS) don’t get updated during trade hour. We tried DDE with excel sheet in when the forum was open. Now, let me go through them one by one in short in order to make you understand the difference among them. Through COM object that I use with my tools via programming(thanks to Nasim bhai for this discovery!!).I’ve so far learned three different ways to AutoFeed Data in Amibroker : Let me tell you : there is no mystery about autofeed,no complexity in it. There seem to be a lot of secrecy and a lot of mystery shrouded around this AutoFeed thingy!!!! I see a lot of shits in internet regarding this “AutoFeed data to Amibroker”.
