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

They're leftovers. Try the second.
If I understand correct, NestVwapBackFill_x64_0.4.exe is leftover. I tried NestVwapBackFill_0.4 _x64.exe. I had problems with that only.
 

josh1

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

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.

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
I have removed the leftover files.
Readme for index backfill somehow got deleted. I shall recreate it.
Meanwhile, hold the index listview on left side and drag it on to MarketWatch.
It will become separate window as Index Value Bar. Thereafter you can backfill.
Will study the above changes and integrate them. Give me a few days.
 

josh1

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

If I understand correct, NestVwapBackFill_x64_0.4.exe is leftover. I tried NestVwapBackFill_0.4 _x64.exe. I had problems with that only.
Yes. NestVwapBackFill_0.4 _x64.exe is the correct one. If you still have problems, I will have to check. You are a veteran user, I do not mind working on Teamviewer with you. Send me a PM if you are willing.
 
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

dear josh1,
Many Thanks for providing backfill tool ver0.4.i am using windows 7 os 64 bit,when i try to use your backfill tool it works perfect for the first market watch out of five such market watches,i have 5 market watches in ZT each containing 30 symbols,so i am able to backfill only first marketwatch and when i select next market watch only 5 symbols were displayed out of 30 symbols any idea where i gone wrong?
regards,
M Prakash
 

josh1

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

dear josh1,
Many Thanks for providing backfill tool ver0.4.i am using windows 7 os 64 bit,when i try to use your backfill tool it works perfect for the first market watch out of five such market watches,i have 5 market watches in ZT each containing 30 symbols,so i am able to backfill only first marketwatch and when i select next market watch only 5 symbols were displayed out of 30 symbols any idea where i gone wrong?
regards,
M Prakash
Use 64 bit version
 
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

i am not able to rename nifty 14jul fut as nifty alone if i write only nifty it backfilled as niftynifty if i leave blank it backfill as nifty 14jul fut can you help me
 

TracerBullet

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

Suggestion - Make 09:15 as the default start time. It makes sense in a lot of cases. Using current time here => will always have to be changed

; $T1 = GUICtrlCreateDate(_NowCalc(), $h+85, $v+85, 70, 18,$DTS_SHORTDATEFORMAT)
$T1 = GUICtrlCreateDate( _NowCalcDate() & " 09:15:00", $h+85, $v+85, 70, 18,$DTS_SHORTDATEFORMAT)
 

josh1

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

Suggestion - Make 09:15 as the default start time. It makes sense in a lot of cases. Using current time here => will always have to be changed

; $T1 = GUICtrlCreateDate(_NowCalc(), $h+85, $v+85, 70, 18,$DTS_SHORTDATEFORMAT)
$T1 = GUICtrlCreateDate( _NowCalcDate() & " 09:15:00", $h+85, $v+85, 70, 18,$DTS_SHORTDATEFORMAT)
If majority of users, start late, then that can be default. This utility was basically developed for filling gaps. That is why I kept current time there. Ok ...Time will always be changed for gaps.
 
Status
Not open for further replies.

Similar threads