Search results

  1. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M I have an idea. :! 1. Open one more file in append mode. Name of file should have time stamp HHmmquotes.rtd. Say 0915quotes.rtd or quotes0915.rtd 2. AB will keep importing from quotes.rtd. 3. After 1 min...
  2. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M @ TracerBullet, NestRTD is creating a file "quotes.rtd" in the temporary CSV folder for importing into AB. It is opened for writing for writing fresh quotes and closed after writing. When does it delete the...
  3. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M Yes. It won't take much time to create separate utility.
  4. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M Yes, I did, after your last post. That is why I opened the data file and tried again when I saw it was in descending order. :rofl:
  5. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M That changes the whole perspective. My backfill utility has to use different format file with $tickmode 1. TB need not do any changes to his code.It is taking into account each and every tick received from...
  6. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M It worked. :thumb::thumb: Damn it. In my earlier test, data from VWAP was in Descending Order :annoyed: so the first record was of 15:51:33 When I imported two records of 9:15:33 and 9:20:33, AB deleted...
  7. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M rtd client receives data in - SAFEARRAY "*data_sa" from rtd server. poll() receives it into an array "data" and passes it on to Worker::processRTDData(). ProcessRTDData() puts it into Current and also if...
  8. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M Already Tested with $Overwrite 1 and $Tickmode 1. Documentation is confusing. It replaces old tick of same timestamp and inserts new tick if there is none.
  9. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M Don't worry about it at the moment, since job is complete.
  10. josh1

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

    Re: NOWRTD Happy is right there. AB overwrites data of same time stamp. Other quotes remain as is. NOW does not give index data thru rtd server.
  11. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M
  12. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M
  13. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M @TracerBullet 1>------ Build started: Project: NestRTD, Configuration: Debug Win32 ------ 1> Could Not Find .....\My Documents\Visual Studio 2010\Projects\AmiBrokerFeeder\NestRTD\Debug\*.ini 1> Could Not...
  14. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M If you have multiple Market watch, keep the first /leftmost open.
  15. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M There is no command in AFL to remove quotations. It is possible only thru COM calls and that too by iteration one at a time. That is bottleneck. Yusi application does backfill. However, his data feed...
  16. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M Yes Advantages are given by TracerBullet on his site.
  17. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M NestVwapBackfill_0.2 (much more elegant than 0.1) along with DeleteRT Download from here - http://ubuntuone.com/6K3Id280AxbseUIZZpfpIm It will create .ini file in same folder
  18. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M
  19. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M Working Script for removing quotes. You will have to install Autoit to run #cs ........Intro ;// // // ;// // File: DelRT.au3...
  20. josh1

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

    Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M Edit - Can you please change your signature link from the test build to https://github.com/SpiffSpaceman/AmibrokerFeeder/releases/latest This one will always have the latest build so you wont have to change...