Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts MS

Status
Not open for further replies.

lvgandhi

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

For those who are using windows 8 (and most probably windows 7 also), installing excel, Amibroker and NEST(or NOW) in D: drive folders allows one to start programs as normal user and get data feed with Josh utilities with out admin privileges. In normal installation, C:\Program Files folder is used. That needs admin privileges to access.
 

josh1

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

pls josh or some1 guid me on using both real time data feed and eod data on same chart in amibroker..

i m using google real time data feed using method as josh described...i have also downloaded eod data using data downloader..and i m able to backfill intraday data in rtfeed..

issue is my real time data feed is in different database..and my default database is (data folder) of amibroker ..i dont get real time feed if i change amibroker path of real time feed to data folder ..i dont get real time feed...(so there may be something wrong here)

if there is no way for using same database for both instances..pls guide what could be possible way of using eod data and real time data on same chart ...?
one more thing how can i download eod data on the basis of particular stock ..not by day..there is no feature in data downloader ..there is no feature in it..any other free software..
im newbee ..pls tolerate...
pls josh/ sm1 help me
Ashish,

Please read section 'Setup For AmiBroker Users' in Setup Instructions document. Also make you Realtime database your default database.
 

josh1

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

For those who are using windows 8 (and most probably windows 7 also), installing excel, Amibroker and NEST(or NOW) in D: drive folders allows one to start programs as normal user and get data feed with Josh utilities with out admin privileges. In normal installation, C:\Program Files folder is used. That needs admin privileges to access.
Thanks LV Gandhi,

Such contributions enable improvements to open source software.

regards
Josh1
 

lvgandhi

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Thanks LV Gandhi,

Such contributions enable improvements to open source software.

regards
Josh1
Only a small note to help your great contribution.
 

lvgandhi

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

I have found a problem. If I open any spreadsheet while rtnest.xlsm is opened, its cell D4 changes to indicate the result of macro of rtnest.xlsm date time indication. Is there any solution to work in other spread sheets when rtnest is opened.
 

gambler

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

I have found a problem. If I open any spreadsheet while rtnest.xlsm is opened, its cell D4 changes to indicate the result of macro of rtnest.xlsm date time indication. Is there any solution to work in other spread sheets when rtnest is opened.
same problem is observed by me also
 

josh1

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

I have found a problem. If I open any spreadsheet while rtnest.xlsm is opened, its cell D4 changes to indicate the result of macro of rtnest.xlsm date time indication. Is there any solution to work in other spread sheets when rtnest is opened.
same problem is observed by me also
Find these lines of code in Timer() subroutine.

Range("D4") = "Time is- " + Now() + " Exchange closed"
Range("D4") = "Time is- " & Now() & " Exchange not open yet"
Range("D4") = ""

Change them to

MyBook.Sheets("Nest").Range("D4") = "Time is- " + Now() + " Exchange closed"
MyBook.Sheets("Nest").Range("D4") = "Time is- " & Now() & " Exchange not open yet"
MyBook.Sheets("Nest").Range("D4") = ""

If that does not work, just comment them out.
This was added to stop RTNest from pushing data to AmiBroker when exchange is closed and start pushing when it opens. If I have some other work at 9:15, I can start RTNest earlier and it will push data to AmiBroker after Market Starts. Similarly it will stop pushing data after market close.

This problem may happen in RTNOW also.

However, it should not happen if you open another excel in separate instance.
 

trader21

Active Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

I do not have Ninja Trader. Is it able to fetch quotes from ASCII file at specified interval?
I'm also looking for data to NT7. GFDL does not supplies data compatible for NT, actually no quality vendor from India supplies data for it so many people can be helped by your utility.

It is legally free software... please see http://www.ninjatrader.com

Yes it can fetch ASCII files
 
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Dear Josh,

I am using your utility from last six months, but now I have purchased new PC operating system is XP sp3. Now I am able to fetch data upto Odin.xmls. Data is updaged nicely. but macro not creating data fetch file MkDir ("C:\RT") 'This will create a folder RT in C Drive.
FileName = "C:\RT\MyCSVOdin.txt" so data is not comming in Amibroker. When I tried to run macro manualy for make csvodin file follwing error comming
Attomation Error(The specified module could not be found)in debug window following error comming Set fs = CreateObject("Scripting.FileSystemObject").
It is giving runtimeerror 2147024770. not creating RT folder in C:drive as well as txt file and CSV file in that.

Before writing this I have tried my level best all instruction mentioned in your setup instruction re.date setup, time setup. but all efforts not useable.

I have attached screenshots for your perusal please help to solve the problem.

http://imageshack.us/a/img202/5259/vberror.jpg
http://imageshack.us/a/img856/7987/runtimeerror.jpg
http://imageshack.us/a/img28/6226/rtodin.jpg
http://imageshack.us/a/img6/6819/rtnow.jpg
http://imageshack.us/a/img94/7627/vsverror.jpg

Thanks and regards
 

Attachments

Last edited:

gambler

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Hi All,

What are the options to backfill data other than 'data dowloader' ?
 
Status
Not open for further replies.

Similar threads