API Support Forum
User Profile

Viewing User Profile for: GFranceschi4034


About

Jun 04, 2018 08:36 AM

Feb 08, 2019 10:12 AM

Feb 08, 2019 10:46 AM



Post Statistics
GFranceschi4034 has contributed to 4 posts out of 5593 total posts (0.07%) in 2151 days (0.00 posts per day).

20 most recent posts:

API Support » Request Historical for option bar, return empty bar Feb 08, 2019 @ 10:12 AM (Total replies: 0)

Hi,

I'm trying to request option bar with this call:

client.RequestBars(option, DateTime.UtcNow.AddDays(-1), DateTime.UtcNow, SubscriptionType.Bar, 1440);

When OnBarsReceived are triggered, return always an empty bar, i don't know why...

Someone have any idea?

thanks

API Support » request options chain problem Nov 29, 2018 @ 09:41 AM (Total replies: 5)

So how did you use that?

Exist similar criteria filter for expiration data?

API Support » request options chain problem Nov 29, 2018 @ 09:01 AM (Total replies: 5)

Hi,

I've tested this code:
https://bitbucket.org/snippets/GainFuturesDev/6eg47K/paginated-options-lookup

but where I can find criteria properties MinStrikePrice and MaxStrikePrice in API Documentation?

thanks for support

API Support » request options chain problem Nov 23, 2018 @ 10:46 AM (Total replies: 5)

Hi mates,

public void requestOption(Contract futures) {
SymbolLookupCriteria criteria = new SymbolLookupCriteria();
criteria.SearchText = "*";
criteria.ParentContract = futures;
client.SymbolLookup(criteria);
}


I used this functions for request options chain of futures underlying, but returning all options with same expiration date.

How can I request first 3 option for all expiration date, what's wrong?

Thanks for support
best regards