API Support Forum
User Profile

Viewing User Profile for: CBabula4045


About

Oct 19, 2015 12:09 PM

Apr 11, 2016 03:44 AM

Apr 11, 2016 04:01 AM



Post Statistics
CBabula4045 has contributed to 11 posts out of 5593 total posts (0.20%) in 3110 days (0.00 posts per day).

20 most recent posts:

Advanced Order Management » The OSO and OCO link are server-side or client-side? Apr 11, 2016 @ 03:44 AM (Total replies: 1)

Hello,

1) If one sends 2 OCO orders and then for whatever reason shuts down the pc, will the execution of one order still cancel the another?
2) What about OSO? Once sent, the link will continue to work even in the case the user shuts down his pc?

Thanks!
Cristian nicanor Babula


User Interface » Custom Indicator with multiple areas Apr 04, 2016 @ 11:02 AM (Total replies: 2)

Please...

Thanks!
Cristian nicanor Babula


User Interface » Custom Indicator with multiple areas Apr 04, 2016 @ 05:58 AM (Total replies: 2)

Dear Support,

I want to code a custom indicator that would display some histogram in a separate area below the chart and when specific conditions are satisfied, would also like to draw on the price chart a diamond. So far I only managed to make it draw either everything on new area or on price area.

How can programmatically choose on which area to draw in for a specific subseries?

Thanks!
Cristian.
Cristian nicanor Babula


Advanced Order Management » OCO and OSO order Mar 24, 2016 @ 11:47 AM (Total replies: 3)

Thank you very much for the reply.

I already used those APIs. The problem is that I cannot combine them to obtain a slightly more complex result.

Here's what I need:
In the typical scenario I want to send the following orders as OCO:

EntryLong1 @ 14.5
EntryShort1 @ 13.0


But if we zoom in a little bit, they are also OSO orders with the takeProfit/stopLoss orders linked to them as follows:


EntryLong1 @ 14.5 -----------------------------------------------
=> EntryLong1TakeProfit(*) @ 15.0 |
=> EntryLong1StopLoss(*) @ 14.0 OCO
|
EntryShort1 @ 13.0 ----------------------------------------------
=> EntryShort1TakeProfit(**) @ 13.5
=> EntryShort1StopLoss(**) @ 12.5


* - EntryLong1TakeProfit and EntryLong1Stoploss must be Held until EntryLong1 gets filled
** - EntryShort1TakeProfit and EntryShort1StopLoss must be held until EntryShort1 gets filled

In other words I would need to call twice SendLinkedOrders, where the main orders are linked with OCO between each other.

Hope this clarifies my needs a bit.

Thanks!

Cristian nicanor Babula

Advanced Order Management » OCO and OSO order Mar 24, 2016 @ 07:10 AM (Total replies: 3)

Hello there,

I would like to send from C# API 2 entry orders, one long and one short that would cancel each other when either is filled. Additionally I want to send the take profit and stop loss orders for position closing when one of the above orders are executed. Is there any way I could create this kind of order linking?

How would I achieve this?

Thanks!

Cristian nicanor Babula

User Interface » OECTrader Developer doesn't start anymore Mar 15, 2016 @ 05:41 AM (Total replies: 3)

Hello,

Thank you very much! Installed the update and everything is working fine.

Have a nice day,
Cristian :)

Cristian nicanor Babula

User Interface » OECTrader Developer doesn't start anymore Mar 14, 2016 @ 12:49 PM (Total replies: 3)

Hello,

Sorry if this is the wrong forum, but I don't know where else to post this issue.

Lately when I start OECTrader Developer it gives me a strange error msg (similar to windows' send/don't send, but it is not windows') and then it closes. I managed to get the exception stack trace and noticed it complains about being unable to find OEC.Trader.Default.xml resource file. Could you please point me to where this file is so I can eventually fix it by hand? Please note that I should have the latest version of OECTrader Developer.

Here is the stack trace:

Thanks!


An error occurred. Please contact support with following information:

14/03/2016 17:38:51, OEC Trader Developer 3.5 Ver:3.5.15.141, User:, OS: Microsoft Windows NT 6.1.7600.0, Culture: en-US
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not load resource file: OEC.Trader.Default.xml
at OEC.UI.Storage.ConfigurationLoader.Load(String primaryFile, String secondaryFile, Boolean trySavedConfigurations)
at OEC.Trader.MainForm.LoadConfiguration(String primaryFile, String secondaryFile, Boolean trySavedConfigurations)
at OEC.Trader.MainForm.InternalInitialize()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.Activator.CreateInstance[T]()
at OEC.UI.Starter`2.Run(MainForm mainForm, UpdateNeeded checkupdate, ApplicationSettingsBase appSettings)

Plugins:
Chart Package 3.5.15.58
Market Replay 3.5.7.10
RSS News Feed 3.5.6.2


Cristian nicanor Babula

API Support » Bar Subscription limit Nov 20, 2015 @ 07:18 AM (Total replies: 3)

Thank you very much for the answer.

So, if I would like to distribute the application to a number of customers, everyone of them would have to request special limits for their accounts in order to use more than 10 subscriptions?

Thanks!

Cristian nicanor Babula

API Support » Bar Subscription limit Nov 19, 2015 @ 04:33 PM (Total replies: 3)

Hello there,

The 10 subscriptions limit is a standard or it is applied only to demo accounts?

I mean:
I am writing an auto-trading application. I will most definitely run more than 10 strategies at a time, very probably on more than 10 symbols. Should this limit be a hard one, what would I have to do go work around it?

Thanks!

Cristian nicanor Babula

API Support » How far back in the history can RequestBars and similar methods go? Nov 12, 2015 @ 05:35 AM (Total replies: 2)

Hi NShine,

Thank you very much for the answer and sorry for the dates... I forget sometimes.

Thanks!

Cristian nicanor Babula

API Support » How far back in the history can RequestBars and similar methods go? Nov 05, 2015 @ 06:49 AM (Total replies: 2)

Hello there!

How much historical data is available for a continous futures contract with RequestBars?

I tried to load @ES 15 min bars but it stopped at 12/07/2015 22:15:00. Is this normal? Or is it a limitation for the demo account?

Also, is there a table with the historical data limitations per kind of request (bars, ticks, daily bars, vol bars, etc)?

Thank you very much!!1

Best regards,
Nicanor

Cristian nicanor Babula