Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 06:18:28 +0000



DTC client implementation in C#-some pointers needed

View Count: 4178

[2014-04-01 00:23:47]
Sierra Chart Engineering - Posts: 104368
The relay server has been tested with FXCM data and it works properly. We have not tested the relay server with every single data feed because it makes generally no sense because if it works with one data feed, it will work with all of them.

Anyway, one of the problems is very clear.

This has spaces in it:
GER30 | MDD

There must be no spaces when adding |MDD after the symbol.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2014-04-02 00:23:23]
Sierra Chart Engineering - Posts: 104368
One thing about the FXCM data feed is that it only provides Quote data. No last trade data.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2014-04-02 02:15:22]
User57650 - Posts: 50
Thanks for that note, was troubleshooting with a client to find that very thing out.

Another thing I noticed is that, for OEC data feed, there are updates that look like this:

117,QUOTE_INCREMENTAL_UPDATE_COMPACT,28,2,1280.8,0,0,0,1396382366

-i.e., bid/ask sizes both zero, I just ignore such quotes completely, as there is no logic that would allow us to do anything about them.

Do you have an estimate on when you will be uploading C# source code to github? Some people are asking us about that, there seems to be interest to explore it by developers.
[2014-04-02 02:33:19]
Sierra Chart Engineering - Posts: 104368

117,QUOTE_INCREMENTAL_UPDATE_COMPACT,28,2,1280.8,0,0,0,1396382366
This has to do with how the OEC FAST data feed works. We can fill in the missing values with the present values at that moment in time. We will do that.

We will upload the files in the next couple of days. What should the title of the project be?
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2014-04-02 02:35:10]
Sierra Chart Engineering - Posts: 104368
Actually, the files have already been uploaded. Here is the link:
https://github.com/SierraChart/C-_DTC_client

If you want it renamed, let us know.

But we need to link to it from our website. We will do that.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2014-04-02 02:59:26]
User57650 - Posts: 50
Thanks for letting me know. Yes, the only thing really needed is to link it from your website as you will do.

As far as naming, I am not exactly sure if characters would allow it, but it could be called
C# DTC client instead of 'C-_DTC_Client' on github, not sure if it would take '#' character there instead of hyphen. If not, it could be renamed CSharp DTC client.
[2014-04-22 19:17:42]
User57650 - Posts: 50
Based on a client request, I updated to latest Sierra-1125. It seems that Relay Server Port keeps getting reset to 0 after changing it to a different number. Could you check on that?
[2014-04-22 21:36:11]
Sierra Chart Engineering - Posts: 104368
We apologize for this. This was unexpected. It will be resolved later today with a new release.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2014-04-22 21:37:26]
Sierra Chart Engineering - Posts: 104368
We will also be linking to your DTC project on github on the Sierra Chart DTC page. We apologize we had not gotten to that earlier.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2014-04-22 21:46:32]
Sierra Chart Engineering - Posts: 104368
Your project is now linked to from here:
http://www.sierrachart.com/index.php?l=doc/doc_GeneralDataTradeServiceProtocol.php#CommunityContributed
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2014-04-29 02:03:33]
User57650 - Posts: 50
Thank you for posting the link to it. It might be helpful to mention that link also under 'Wrapper Classes' for people to see.


To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account