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

I had same issue with IE, try with a different browser.
May be problem was with server at that time. Now I could download from IE or Firefox.
 

TracerBullet

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

1) I think you left old 64 bit exes - NOWVwapBackFill_x64_0.4.exe / NestVwapBackFill_x64_0.4.exe maybe after rename.
btw why do you need a seperate 64 bit binary? Can you notice any performance difference? Rest code is same for both 64 bit and 32bit.

2) If you didnt already know, autoit has a debugger. It is quite slow though and takes a long time to go through DTC.au3

3) Minor bug - Error if we do backfill without selection

I still couldnt get vwap to work. It does not select the dropdown filters. Get statistics therefore gives error - Please enter all the values. Will try to debug it. Datatable worked great yesterday.

I am trying to go through code structure just get brief idea and customize it a bit as below.
a) Admin - Admin mode is not needed if ZT is not running as admin. i dont run ZT as admin. For me, vwap backfill (with empty data) would open another AB instance (dont know why). So i just commeneted the admin flag.
b) i dont want it to close automatically after backfill. Rather let me close it when i want. So need to stop rename of button and not delete markwatch array rows.

Edit - it seems that those combo box options are supposed to be selected automtically. That does not happen for me. So i added code to do that and it seems to be working.
 
Last edited:

josh1

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

1) I think you left old 64 bit exes - NOWVwapBackFill_x64_0.4.exe / NestVwapBackFill_x64_0.4.exe maybe after rename.
btw why do you need a seperate 64 bit binary? Can you notice any performance difference? Rest code is same for both 64 bit and 32bit.

2) If you didnt already know, autoit has a debugger. It is quite slow though and takes a long time to go through DTC.au3

3) Minor bug - Error if we do backfill without selection

I still couldnt get vwap to work. It does not select the dropdown filters. Get statistics therefore gives error - Please enter all the values. Will try to debug it. Datatable worked great yesterday.

I am trying to go through code structure just get brief idea and customize it a bit as below.
a) Admin - Admin mode is not needed if ZT is not running as admin. i dont run ZT as admin. For me, vwap backfill (with empty data) would open another AB instance (dont know why). So i just commeneted the admin flag.
b) i dont want it to close automatically after backfill. Rather let me close it when i want. So need to stop rename of button and not delete markwatch array rows.
1. 32 bit binary was not working on win 8 x64. If compiled for 64 bit on a 32 bit XP, it was creating havoc on win 8. However, 64 bit binary compiled on Win8 was working properly. So I had to compile separately. Code is same in both.
2. Nest Trader of RKSV does require Admin Mode to work on Win 8.

3 a) Admin - Admin mode is not needed if ZT is not running as admin. i dont run ZT as admin. For me, vwap backfill (with empty data) would open another AB instance (dont know why). So i just commeneted the admin flag.

All these things happen when you are in running in Normal Mode.

b) i dont want it to close automatically after backfill. Rather let me close it when i want. So need to stop rename of button and not delete markwatch array rows.

I really do not know how to return control/program flow back to the top of application in Autoit. There is no GOTO statement. The structure of the program will have to be changed for this.
 

TracerBullet

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

All these things happen when you are in running in Normal Mode.
If Zt is running as admin then everything should run as admin. If not then everything should run as normal mode. I am able to run all now as normal mode including backfill 0.4

I really do not know how to return control/program flow back to the top of application in Autoit. There is no GOTO statement. The structure of the program will have to be changed for this.
Fixed it

In addition, for me vwap stats menu -> tv never works on first attempt. There seems to be some problem with right click over selected row. i am trying to check it.
Also note for ZT, i had to add code to select combobox options in vwap stats. They are not selected automatically for me. Its working fine now.
 

josh1

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

If Zt is running as admin then everything should run as admin. If not then everything should run as normal mode. I am able to run all now as normal mode including backfill 0.4


Fixed it

In addition, for me vwap stats menu -> tv never works on first attempt. There seems to be some problem with right click over selected row. i am trying to check it.
Also note for ZT, i had to add code to select combobox options in vwap stats. They are not selected automatically for me. Its working fine now.
That means you are on 32 bit OS. In that case admin mode is not necessary.
Most problems are with Nest Trader /ZT and 64 bit .
 

lvgandhi

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

There are two 64 bit exes
NestVwapBackFill_0.4 _x64.exe
NestVwapBackFill_x64_0.4.exe
which one is to use.
I used first one. It was not showing symbols, but showing 2 numbers which matches with my number of scrips in watchlist.
It updated nifty with banknifty data once and banknifty with nifty data once.
 

Steve

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

Hi Josh1

Downloaded the new app still not able to get the alising working,
scrip updates in Ami as per name in trading Symbol.
Changes made in dropdown of NestVwapBackFill_0.4.exe
not taking effect..
Tried on win-7 64, Nest 3.10.57.98.3 ,
RKSV, Datatable data, NestVwapBackFill_0.4.exe.
I want scrip to backfill as only NIFTY, not NIFTY_F1, or whatever..
Backfill works well except for this issue.
Posted this to keep you updated.

Thanks for sharing.
 

TracerBullet

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

That means you are on 32 bit OS. In that case admin mode is not necessary.
Most problems are with Nest Trader /ZT and 64 bit .
i have 64 bit windows 7.

i modified NestVwapBackFill_0.4 for my use here

changes i did are
1) Removed #RequireAdmin - With admin it opens another AB for me
2) Dont close after done - allows multiple backfills - instead of deleting rows from $MwatchScrips, i just make a list of selected rows and use that as input $Scrips
3)Vwap - Search criteria not selected in ZT - Set them from market watch row using some ControlCommand calls
4)Vwap - 1st time get error after automatic right click - workaround for vwap stats by right clicking ZT window immediately after clicking row.

it seems to work ok, i uploaded source and exe. if you want you can merge some of them. You can compare them eassily by say 'Beyond Compare' or 'WinMerge'

Index backfill is no working for me. Is it tested? it seems its trying to use TitleNdx=Index Value Bar to match ZT window. i didnt really understand it.

In future we can try to integrate all of this into one tool, but anyway its almost there now.

There are two 64 bit exes
NestVwapBackFill_0.4 _x64.exe
NestVwapBackFill_x64_0.4.exe
which one is to use.
I used first one. It was not showing symbols, but showing 2 numbers which matches with my number of scrips in watchlist.
It updated nifty with banknifty data once and banknifty with nifty data once.
NestVwapBackFill_x64_0.4.exe and NOWVwapBackFill_x64_0.4.exe have older dates + no related au3 files - these i think are leftovers. Use the other one. You can also try my slightly modified ones esp if you use ZT
 
Last edited:

josh1

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

Hi Josh1

Downloaded the new app still not able to get the alising working,
scrip updates in Ami as per name in trading Symbol.
Changes made in dropdown of NestVwapBackFill_0.4.exe
not taking effect..
Tried on win-7 64, Nest 3.10.57.98.3 ,
RKSV, Datatable data, NestVwapBackFill_0.4.exe.
I want scrip to backfill as only NIFTY, not NIFTY_F1, or whatever..
Backfill works well except for this issue.
Posted this to keep you updated.

Thanks for sharing.
But there is no Nifty in Marketwatch. It is there in Symbol column but all futures and options of Nifty have Nifty as symbol. That cannot be used
You try typing couple of spaces where -F1 is given.
 

josh1

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

There are two 64 bit exes
NestVwapBackFill_0.4 _x64.exe
NestVwapBackFill_x64_0.4.exe
which one is to use.
I used first one. It was not showing symbols, but showing 2 numbers which matches with my number of scrips in watchlist.
It updated nifty with banknifty data once and banknifty with nifty data once.
They're leftovers. Try the second.
 
Status
Not open for further replies.

Similar threads