API Support Forum
User Profile

Viewing User Profile for: DRyaboshapka


About

Aug 31, 2020 09:28 AM

Sep 21, 2020 09:51 AM

Oct 12, 2020 12:00 PM



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

20 most recent posts:

API Support » List of Options Sep 21, 2020 @ 09:51 AM (Total replies: 1)

Hello,

I've looked at the examples posted a long time ago (https://bitbucket.org/snippets/GainFuturesDev/7oLd4/options-lookup) for list of underlying options, and I've attempted to translate the example code to the current GF API version with no luck. Any time I try and Lookup a Symbol that Has Options the Options Property always returns a list of length 0. How do I get a list of options contracts from ESZ20?

Thanks

API Support » Automated Trading Sep 08, 2020 @ 03:45 PM (Total replies: 1)

Hello,

I am writing today to ask about the Trading Strategy Manager user guide (apparently last updated in 2018) specified here (https://gainfutures.com/wp-content/uploads/Trading-Strategy-Manager.pdf). I want to ask if there are any differences between the current platform and API (along with functionality) when creating a custom C# automated strategy. I know that the API and GAIN Trader have been updated multiple times since the user guide was last modified and am worried that I'll be wasting my time with this solution.

My client requires me to create a server that follows a strategy once they open a position in the Options on Futures market. The server must then manage the trade and take proper action (depending on the algorithm) without any human interaction. If possible, should I write the server and use the GF API or follow the Trading Strategy Manager user guide? If possible, please let me know if you have any resources or other users who have had the same issue.

API Support » Advanced Example Sep 03, 2020 @ 07:30 AM (Total replies: 4)

Thanks!

API Support » Advanced Example Sep 02, 2020 @ 05:19 PM (Total replies: 4)

I'm using visual studio as well..... If you don't mind me asking, how would you compile the examples hosted here (https://bitbucket.org/%7Bceed7364-bb21-483b-9227-0e5812555824%7D/)

API Support » Advanced Example Sep 02, 2020 @ 12:39 PM (Total replies: 4)

Hello,

I'm mostly a Python programmer on *NIX systems with little background in .NET. I cloned the Basic and Advanced Examples from bitbucket and have tried many different ways to run the applications with build errors occurring. I have .NET 4.8 and .NET Core 3.1. I clone, cd into the root directory, and tried dotnet run (and dotnet add GF API). I can send a picture/log of the build errors if needed. Basically OrderLinksControl.cs can't locate the GF Api namespace, even though I can run the sample summary code and connect to GF servers.

Is there a standard way of building .NET applications after cloning? Sorry for the newbie questions