API Support Forum
User Profile

Viewing User Profile for: SHowes


About

Jun 12, 2012 01:26 PM

Aug 23, 2012 08:26 AM

Aug 24, 2012 03:09 PM



Post Statistics
SHowes has contributed to 8 posts out of 5593 total posts (0.14%) in 4328 days (0.00 posts per day).

20 most recent posts:

API Support » OEC Example Code - Advanced and Basic - Disconnects Aug 23, 2012 @ 08:26 AM (Total replies: 3)

Hello

When using the following code, I get disconnected, then after trying again, get connected with no problemss for the rest of the session.

oec.UUID = "9e61a8bc-0a31-4542-ad85-33ebab0e4e86";
oec.Connect("api.openecry.com", 9200, @"UID", @"PWD", true);
UpdateStatus("OEC Server found");

Regards

Sherry Howes

API Support » Unexpected Disconnect... Jul 18, 2012 @ 11:03 AM (Total replies: 1)

Feeling like a rookie.

Sorry, forgot to add ProtoSharp.Core.dll.

Sherry Howes

API Support » Unexpected Disconnect... Jul 18, 2012 @ 10:41 AM (Total replies: 1)

Hello

Continually getting an Unexpected Disconnect with:
Have latest samples download.

try {
oecClient.UUID = "9e61a8bc-0a31-4542-ad85-33ebab0e4e86";
oecClient.Connect("api.openecry.com", 9200, tbUID.Text, tbPWD.Text, true);
UpdateStatus("OEC Server found");
} catch(Exception ex) {
ex.Data.Add("Login ", "Failed");
handleError(ex);
}

Regards
Sherry

Sherry Howes

API Support » DOM showing different Entry Points Jul 17, 2012 @ 10:36 AM (Total replies: 2)

Hello Victor

Did it again this morning.

https://www.dropbox.com/sh/5674os65okpbvfw/B48MCSA2Yp/ESU2.10K.VBars.2012.07.17.1.png

A little disconcerting. Does this happen on the sim and live servers as well?

Regards
Sherry

Sherry Howes

API Support » DOM showing different Entry Points Jul 12, 2012 @ 10:48 AM (Total replies: 2)

Hello

https://www.dropbox.com/sh/5674os65okpbvfw/9jqsnASmhC

Using api.openecry.com transaction shows DOM's entry point over 2 points off of what it should be.

Confirmation dialog shows 1 bought at 1323.50 order # 202359400 and DOM shows 1 @ 1325.75.

Using ESU2 - volume bars 10K

Pics at above link.

Regards
Sherry

Sherry Howes

API Support » Not able to get OHLC data for 1 minute through API Jun 20, 2012 @ 08:39 AM (Total replies: 5)

Hello Ruslan

I Get it now. Thanks.

Regards
Sherry

Sherry Howes

API Support » Not able to get OHLC data for 1 minute through API Jun 18, 2012 @ 07:14 PM (Total replies: 5)

Hello Ruslan

Thanks for quick response.

How should I request Bars with only one response per 5 minutes?

Regards
Sherry

Sherry Howes

API Support » Not able to get OHLC data for 1 minute through API Jun 18, 2012 @ 05:04 PM (Total replies: 5)

Hello Ruslan

I tried:

Data.SubscriptionType Type, int Interval, bool IgnoreSessionBoundaries)

with Amount = 1 and EndDate = DateTime.Now

when oecClient_OnBarsReceived returns zero Bars, but I keep getting the same bar numerous times.


Am I doing something wrong?

When requesting 5 min Bars, how can I get OEC to fire OnBarsReceived only once per 5 minutes.

Regards
Sherry

Sherry Howes