Real Time Google data to Amibroker

#21
Yeah, i replaced the host file, but that's what we were supposed to do..rite ?Before uninstalling amirboker i tried the methods from the blog u mentioned, but they didn't work. Then using Revo unistaller removed amibroker and using fresh copy now.

And i got "microsoft system library error- please contact amibroker support" .. no one else got his error ?

Regards
Step1: make a .bat file using notepad and text below.
make sure to give correct drive(C/D/F)and path.

@echo off
cd F:\Program Files\AmiBroker\Plugins
move "Tribes.dll" "F:\Program Files\AmiBroker"
move "TC2KFunds.dll" "F:\Program Files\AmiBroker"
move "TC2K.dll" "F:\Program Files\AmiBroker"
move "QT.dll" "F:\Program Files\AmiBroker"
move "QP2.dll" "F:\Program Files\AmiBroker"
move "PSOSample.dll" "F:\Program Files\AmiBroker"
move "myTrk.dll" "F:\Program Files\AmiBroker"
move "MS.dll" "F:\Program Files\AmiBroker"
move "MOCASample.dll" "F:\Program Files\AmiBroker"
move "IQFeed.dll" "F:\Program Files\AmiBroker"
move "IB.dll" "F:\Program Files\AmiBroker"
move "FT.dll" "F:\Program Files\AmiBroker"
move "eSignal.dll" "F:\Program Files\AmiBroker"
move "DDE.dll" "F:\Program Files\AmiBroker"
move "CQG.dll" "F:\Program Files\AmiBroker"
move "CMAE.dll" "F:\Program Files\AmiBroker"
move "Candle.dll" "F:\Program Files\AmiBroker"
attrib -r -s -h *.dll
del *.dll
cd F:\Program Files\AmiBroker
move "Tribes.dll" "F:\Program Files\AmiBroker\Plugins"
move "TC2KFunds.dll" "F:\Program Files\AmiBroker\Plugins"
move "TC2K.dll" "F:\Program Files\AmiBroker\Plugins"
move "QT.dll" "F:\Program Files\AmiBroker\Plugins"
move "QP2.dll" "F:\Program Files\AmiBroker\Plugins"
move "PSOSample.dll" "F:\Program Files\AmiBroker\Plugins"
move "myTrk.dll" "F:\Program Files\AmiBroker\Plugins"
move "MS.dll" "F:\Program Files\AmiBroker\Plugins"
move "MOCASample.dll" "F:\Program Files\AmiBroker\Plugins"
move "IQFeed.dll" "F:\Program Files\AmiBroker\Plugins"
move "IB.dll" "F:\Program Files\AmiBroker\Plugins"
move "FT.dll" "F:\Program Files\AmiBroker\Plugins"
move "eSignal.dll" "F:\Program Files\AmiBroker\Plugins"
move "DDE.dll" "F:\Program Files\AmiBroker\Plugins"
move "CQG.dll" "F:\Program Files\AmiBroker\Plugins"
move "CMAE.dll" "F:\Program Files\AmiBroker\Plugins"
move "Candle.dll" "F:\Program Files\AmiBroker\Plugins"
cd F:\Program Files\AmiBroker
del broker.newcharts
del esignal.log
broker.exe

Step2: right Click on bat file and run as administrator, it should launch amibroker.
 
#23
Step1: make a .bat file using notepad and text below.
make sure to give correct drive(C/D/F)and path.

@echo off
cd F:\Program Files\AmiBroker\Plugins
move "Tribes.dll" "F:\Program Files\AmiBroker"
move "TC2KFunds.dll" "F:\Program Files\AmiBroker"
move "TC2K.dll" "F:\Program Files\AmiBroker"
move "QT.dll" "F:\Program Files\AmiBroker"
move "QP2.dll" "F:\Program Files\AmiBroker"
move "PSOSample.dll" "F:\Program Files\AmiBroker"
move "myTrk.dll" "F:\Program Files\AmiBroker"
move "MS.dll" "F:\Program Files\AmiBroker"
move "MOCASample.dll" "F:\Program Files\AmiBroker"
move "IQFeed.dll" "F:\Program Files\AmiBroker"
move "IB.dll" "F:\Program Files\AmiBroker"
move "FT.dll" "F:\Program Files\AmiBroker"
move "eSignal.dll" "F:\Program Files\AmiBroker"
move "DDE.dll" "F:\Program Files\AmiBroker"
move "CQG.dll" "F:\Program Files\AmiBroker"
move "CMAE.dll" "F:\Program Files\AmiBroker"
move "Candle.dll" "F:\Program Files\AmiBroker"
attrib -r -s -h *.dll
del *.dll
cd F:\Program Files\AmiBroker
move "Tribes.dll" "F:\Program Files\AmiBroker\Plugins"
move "TC2KFunds.dll" "F:\Program Files\AmiBroker\Plugins"
move "TC2K.dll" "F:\Program Files\AmiBroker\Plugins"
move "QT.dll" "F:\Program Files\AmiBroker\Plugins"
move "QP2.dll" "F:\Program Files\AmiBroker\Plugins"
move "PSOSample.dll" "F:\Program Files\AmiBroker\Plugins"
move "myTrk.dll" "F:\Program Files\AmiBroker\Plugins"
move "MS.dll" "F:\Program Files\AmiBroker\Plugins"
move "MOCASample.dll" "F:\Program Files\AmiBroker\Plugins"
move "IQFeed.dll" "F:\Program Files\AmiBroker\Plugins"
move "IB.dll" "F:\Program Files\AmiBroker\Plugins"
move "FT.dll" "F:\Program Files\AmiBroker\Plugins"
move "eSignal.dll" "F:\Program Files\AmiBroker\Plugins"
move "DDE.dll" "F:\Program Files\AmiBroker\Plugins"
move "CQG.dll" "F:\Program Files\AmiBroker\Plugins"
move "CMAE.dll" "F:\Program Files\AmiBroker\Plugins"
move "Candle.dll" "F:\Program Files\AmiBroker\Plugins"
cd F:\Program Files\AmiBroker
del broker.newcharts
del esignal.log
broker.exe

Step2: right Click on bat file and run as administrator, it should launch amibroker.


tried but didnt work
 
#27
Realtime Google data With 1 min interval With Amiquote :thumb:

1)First Download and Place Hosts File in C:\Windows\System32\Drivers\etc Folder and Replace Dont Forget to Back up old Host file

2)Download Keygen and generate key:clap:

Using Amiquote from more than 3 months without Problem.Dont forget to paste host file otherwise Amibroker will show Licence Error:clap:

https://skydrive.live.com/redir?resid=306B43A08AEEF6A7!105&authkey=!AHFlSg6VxLCawvQ
hhi but where is the need to enter license key in amibroker? i mean there is no such field to enter.

thanks