PureBytes Links
Trading Reference Links
|
Hello,
Just one small thing someone else pointed out, there was a small typo
in the instructions:
Was:
"Type:
TC20000DEV.EXE /REGSERVER
"
while should be:
"Type:
TC2000DEV.EXE /REGSERVER
"
(Three zeros in TC2000 instead of four)
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Quad Rate Serial Abby" <quad_pumped_abby@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, February 04, 2005 3:16 AM
Subject: [amibroker] Re: Amibroker & TC2005 - Question to Tomasz
>
>
> Tomasz,
>
> Thanks. I employed your fix with no difficulty. The only strange
> thing that happened was that the first time I restarted AmiBroker The
> "$" indicators were present. Since then I have restarted it a couple
> of times and they aren't transfered in. Probably something on Wordens
> end. No sense worrying about it just yet.
>
> Thanks,
>
> Bret
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
> wrote:
>> Hello,
>>
>> As it turned out these special symbols (starting with $, like $AMAD,
> $AMXA, $NSAD)
>> were causing problems on when there was only one bar of data collected
>> (Worden started collecting it at Jan 28, and I had database updated
> to January 28
>> - so there was only one bar available) and then indeed SFDev hung.
>>
>> But as soon as more data are added (after updating quotes upto today)
>> these symbols with $ start to function OK.
>>
>> So, as it seems everything works OK with old plugin and you can just
> apply the procedure
>> outlined below to work with TC2005. There is no need for new plugin
> as old one works
>> just fine with TC2005. Instead of the new plugin I will provide for
> novice users is just a script or
>> small program that will perform steps outlined below in "one click".
>>
>
>
>
>>
>> 1. Update your TC2005 software to version 5.9.0069 or higher
>> (you can find out TC2005 version in Help->About menu in TC2005)
>> and update your database upto today.
>>
>> 2. Locate TC2005 installation folder
>> (by default it is C:\Program Files\TeleChart\ )
>>
>> 3. Check if TC2000Dev.exe resides in installation folder
>>
>> 4. Open command line window:
>> (Windows Start menu -> Programs->Accessories -> Command Prompt
>> (or MS-DOS in Win98/95/Me)
>>
>> 5. In the command line, change the directory to TC2005 installation
>> folder
>>
>> CD "C:\Program Files\Telechart"
>>
>> 6. Type the command
>>
>> TC20000DEV.EXE /REGSERVER
>>
>> and press ENTER
>>
>> 7. Run AmiBroker and configure database with TC2000/TCNet plugin
>> (if not already configured)
>> http://www.amibroker.com/video/tc2k.html
>>
>>
>> Best regards,
>> Tomasz Janeczko
>> amibroker.com
>> ----- Original Message -----
>> From: "Tomasz Janeczko" <amibroker@xxxx>
>> To: <amibroker@xxxxxxxxxxxxxxx>
>> Sent: Thursday, February 03, 2005 6:34 PM
>> Subject: Re: [amibroker] Re: Amibroker & TC2005 - Question to Tomasz
>>
>>
>> >
>> > Hello,
>> >
>> > "SFdev is busy" problem seems to appear only for newly introduced
> "special" symbols (those beginning with $
>> > (like advancing issues, declining issues)),
>> > regular stock symbols seem to work OK.
>> >
>> > Best regards,
>> > Tomasz Janeczko
>> > amibroker.com
>> > ----- Original Message -----
>> > From: "Tomasz Janeczko" <amibroker@xxxx>
>> > To: <amibroker@xxxxxxxxxxxxxxx>
>> > Sent: Thursday, February 03, 2005 6:10 PM
>> > Subject: Re: [amibroker] Re: Amibroker & TC2005 - Question to Tomasz
>> >
>> >
>> >>
>> >> Hello,
>> >>
>> >> It works when it works, but unfortunatelly I find TC2005 not too
> stable
>> >> as far as 3rd party interface is considered (I am getting "SFDev
> busy"
>> >> error in 50% of attempts (SFDev is a part of TC2K) - I have
> reported it to Worden),
>> >> so I suggest to wait a bit.
>> >>
>> >> Best regards,
>> >> Tomasz Janeczko
>> >> amibroker.com
>> >> ----- Original Message -----
>> >> From: "bobbyklr" <bobbyklr@xxxx>
>> >> To: <amibroker@xxxxxxxxxxxxxxx>
>> >> Sent: Thursday, February 03, 2005 5:33 PM
>> >> Subject: [amibroker] Re: Amibroker & TC2005 - Question to Tomasz
>> >>
>> >>
>> >>>
>> >>>
>> >>> Tomasz,
>> >>>
>> >>> This procedure works. Now I can use the new version (TC2005) and not
>> >>> have to update the old to use Amibroker.
>> >>>
>> >>> Thanks......Bob
>> >>>
>> >>>
>> >>> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
>> >>> wrote:
>> >>>> Hello,
>> >>>>
>> >>>> Indeed TC2005 features new interface, however old interface is also
>> >>> working
>> >>>> with TC2005 according to my preliminary tests.
>> >>>>
>> >>>> There are however some steps required to make it work, because
> older
>> >>>> (released earlier than Feb 2nd, 2005) versions of TC2005 did not
>> >>> come with
>> >>>> updated TC2000Dev.exe ActiveX component that is used by all 3rd
>> >>> party apps.
>> >>>>
>> >>>> Here is the procedure that was successful for me in getting
> TC2005 data:
>> >>>>
>> >>>> 1. Update your TC2005 software to version 5.9.0069 or higher
>> >>>> (you can find out TC2005 version in Help->About menu in TC2005)
>> >>>>
>> >>>> 2. Locate TC2005 installation folder
>> >>>> (by default it is C:\Program Files\TeleChart\ )
>> >>>>
>> >>>> 3. Check if TC2000Dev.exe resides in installation folder
>> >>>>
>> >>>> 4. Open command line window:
>> >>>> (Windows Start menu -> Programs->Accessories -> Command Prompt
>> >>>> (or MS-DOS in Win98/95/Me)
>> >>>>
>> >>>> 5. In the command line, change the directory to TC2005 installation
>> >>> folder
>> >>>>
>> >>>> CD "C:\Program Files\Telechart"
>> >>>>
>> >>>> 6. Type the command
>> >>>>
>> >>>> TC20000DEV.EXE /REGSERVER
>> >>>>
>> >>>> and press ENTER
>> >>>>
>> >>>> 7. Run AmiBroker and configure database with TC2000/TCNet plugin
>> >>>> (if not already configured)
>> >>>> http://www.amibroker.com/video/tc2k.html
>> >>>>
>> >>>>
>> >>>> Note that this solution is temporary (until new plugin is
> released) and
>> >>>> may or may not work for you.
>> >>>>
>> >>>> Best regards,
>> >>>> Tomasz Janeczko
>> >>>> amibroker.com
>> >>>> ----- Original Message -----
>> >>>> From: "Quad Rate Serial Abby" <quad_pumped_abby@xxxx>
>> >>>> To: <amibroker@xxxxxxxxxxxxxxx>
>> >>>> Sent: Thursday, February 03, 2005 3:22 PM
>> >>>> Subject: [amibroker] Re: Amibroker & TC2005 - Question to Tomasz
>> >>>>
>> >>>>
>> >>>> >
>> >>>> >
>> >>>> > Tomasz posted that he has obtained information from Worden and is
>> >>>> > working on an updated plugin. If you have run the beta version,
>> >>>> > you'll notice how fast it is to update now. Much better than
> the CD.
>> >>>> >
>> >>>> >
>> >>>> > --- In amibroker@xxxxxxxxxxxxxxx, "sgfuchs" <sgfuchs@xxxx> wrote:
>> >>>> >>
>> >>>> >> Hello,
>> >>>> >>
>> >>>> >> Worden is in the progress to change their database to a new
> version -
>> >>>> >> from TC2000 to TC2005.
>> >>>> >> The old TC2000 format / database will not be available
> anymore after
>> >>>> >> March 2005
>> >>>> >>
>> >>>> >> Along with these changes, the format of the data shall be
> changed
>> >>>> >> also.
>> >>>> >>
>> >>>> >> TC2005 can be tested by selected users in pre-release
> version, of
>> >>>> >> which the latest includes also the new TCSDK for TC2005.
>> >>>> >>
>> >>>> >> Will Amibroker recognize the new format as long as the
> proper SDK is
>> >>>> >> installed with TC2005 or will you to change dour TC2000
> plugin as
>> >>>> >> well ?
>> >>>> >>
>> >>>> >> regards
>> >>>> >> Stefan
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>> > Check AmiBroker web page at:
>> >>>> > http://www.amibroker.com/
>> >>>> >
>> >>>> > Check group FAQ at:
>> >>> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>> >>>> > Yahoo! Groups Links
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> Check AmiBroker web page at:
>> >>> http://www.amibroker.com/
>> >>>
>> >>> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>> >>> Yahoo! Groups Links
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>
>> >>
>> >>
>> >> Check AmiBroker web page at:
>> >> http://www.amibroker.com/
>> >>
>> >> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>> >> Yahoo! Groups Links
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >
>> >
>> >
>> > Check AmiBroker web page at:
>> > http://www.amibroker.com/
>> >
>> > Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>> > Yahoo! Groups Links
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|