API Support Forum
User Profile

Viewing User Profile for: DKnapp3857


About

Jul 05, 2022 09:10 AM

Sep 20, 2022 05:10 PM

Sep 20, 2022 05:10 PM



Post Statistics
DKnapp3857 has contributed to 7 posts out of 5593 total posts (0.13%) in 654 days (0.00 posts per day).

20 most recent posts:

API Support » Live Trading Follow Up Sep 20, 2022 @ 05:10 PM (Total replies: 1)

I am going live and I tried the username and password that I use to log into the LIVE Gain Trader and it did not work for the API ( with the API the login, quotes and trading works with the test account user ID and password but not the live account user ID and password and all the other setting are the same)??

Also, Can you entitle for 600 symbols on the live account so I can trade options??

API Support » Live Trading Connection Parameters and Limits Sep 19, 2022 @ 03:06 PM (Total replies: 2)

Thanks for the reply:

I am going live and I tried the username and password that I use to log into the LIVE Gain Trader and it did not work for the API ( with the API the login, quotes and trading works with the test account user ID and password but not the live account user ID and password and all the other setting are the same)??

Can you entitle for 600 symbols on the live account so I can trade options??

API Support » Live Trading Connection Parameters and Limits Sep 19, 2022 @ 01:21 PM (Total replies: 2)

I have a funded a live account and would like to connect.

What is the host?? (Testing it was api.gainfutures.com)

Is the UUID just any unique string I choose or do I need a specific one?

Is the username and password the same as I use to login to Gain Trader?

What is the remote Port?

Can I increase the number of symbols I register to 1500 so I can receive options quotes and if so how?

Thanks,

Darryl

API Support » Options for a base contract Aug 18, 2022 @ 10:07 PM (Total replies: 4)

Is there a limit to the number of symbols in development that I can subscribe to? Is there a limit in production and if so can I get 1500 symbol (options)?

Thanks
Edited by DKnapp3857 on Aug 24, 2022 09:26 PM

API Support » Options for a base contract Jul 16, 2022 @ 03:38 PM (Total replies: 4)

Thanks for your reply.

I can retrieve options on ES for EW3 (OEW3) and EW (OEW), which are the end of month and the regular monthly expirations. I cannot retrieve the weekly options. I've tried E3A (OE3A) and (OE3) and I don't get anything. How do I get the weekly options?

API Support » Options for a base contract Jul 10, 2022 @ 07:01 PM (Total replies: 4)

How do I retrieve all the options contracts for a base symbol?

API Support » Contracts Lookup Jul 10, 2022 @ 07:00 PM (Total replies: 2)

This is the code in the example:

_frontEsSymbolLookupRequestID = client.Contracts.Lookup.ByCriteria(
new SymbolLookupRequestBuilder()
.WithResultCount(1)
.WithSymbol("ES", TextSearchMode.StartsWith)
.Build());

if " .WithResultCount(1)" is removed, it will return 1 contract.

if " .WithResultCount(1)" is set to high it will generate a "software error.

How do I get all of the futures contracts for a base symbol?