API Support Forum
User Profile

Viewing User Profile for: RVail8713


About

Sep 21, 2017 11:38 AM

Nov 21, 2021 08:51 PM

Nov 21, 2021 08:51 PM



Post Statistics
RVail8713 has contributed to 9 posts out of 5593 total posts (0.16%) in 2407 days (0.00 posts per day).

20 most recent posts:

Documentation » About new update (StoneX) Nov 21, 2021 @ 08:51 PM (Total replies: 4)

Thanks.

Documentation » About new update (StoneX) Nov 16, 2021 @ 07:31 AM (Total replies: 4)

Is there anything changed from before 5 months ago to now?
Thanks

Documentation » About new update (StoneX) Nov 14, 2021 @ 04:58 PM (Total replies: 4)

Can anyone tell is there anything changed after update the StoneX on gain api?

API Support » Automatically breaking the OCO Bracket orders for no reason. Oct 13, 2021 @ 12:16 PM (Total replies: 2)

public void updateRambotValues(string symbol)
{
try
{
ContractConf ContractConf = SymbolRepo.contractRepo[symbol];
if (ContractConf.getRambotStatus())
{
string key1min = symbol + "1";
Indicators indicator = IndicatorCalculator.indicatorRepo[key1min];
if (indicator.getdivergance_9_3() != null)
{
Divergence divergence10 = indicator.getdivergance_9_3();
if (divergence10.bearishDivergence)
{
label56.Text = divergence10.bearishDivergence.ToString();
}
else
{
label56.Text = divergence10.bearishDivergence.ToString();



Here i changed if (ContractConf.getRambotStatus()) to if it is true and false then get the value.
and it was working. and it gave me 4+ symbols to work. But when trade executes then Bracket problem.

API Support » Automatically breaking the OCO Bracket orders for no reason. Oct 11, 2021 @ 04:19 PM (Total replies: 2)

I have made a force checkbox button. when we turn it on then all of the symbols rombatstatus changes to TRUE.
And then I can see the datafeeds. But when trade executes then OCO Bracket orders broke for no reason.
Anyone can explain what is the issue with changing rombatstatus to true?

API Support » All symbols are working but SILZ21 is not working Sep 30, 2021 @ 05:23 PM (Total replies: 2)

Others and SIL symbol is working. But SIL is only working when i force it to get data.
But the problem is if i force it then trade brackets are not executing.

API Support » Several symbols are not working Sep 29, 2021 @ 07:12 AM (Total replies: 1)

Hello.
I am using gain api in c# language. And there mostly all symbols are working very correctly and only 3 or 4 symbols are not working. And they are mm, ftse, fstx, sil.
Also there has some brackets issues.

API Support » All symbols are working but SILZ21 is not working Sep 28, 2021 @ 11:18 AM (Total replies: 2)

hello,
I am using C# for this. But it is taking all symbols but it is not taking some symbols.
certain symbols like SIL not working at all.
But over 17+ symbols are working.
Please any answer.

API Support » Unable to get bars Oct 11, 2017 @ 12:56 PM (Total replies: 1)

Hi,

I am trying to get HistoricalBars for api using following method

OECClient.Global.RequestBars(cbSymbol.SelectedContract,
DateTime.UtcNow - TimeSpan.FromMinutes(interval*chart.IntervalCnt),
DateTime.UtcNow, Data.SubscriptionType.DayBar,1);

From Some symbol i am getting complete bars history while for some symbol i am getting empty array.

I am passing following parameter in that case and only getting single Bars. Can you please help me on that ? Any help would be appreciated
{ESU8}

{10-10-2017 17:52:03}

{11-10-2017 17:52:51}