Market Data » Charts via API not loading Jan 07, 2013 @ 06:17 PM (Total replies: 7) | |||||
Great, I confirm it works again now. Giovanni |
|||||
Market Data » Charts via API not loading Jan 07, 2013 @ 04:28 PM (Total replies: 7) | |||||
we use version 3.5.0.0 API.dll the parameters we send are cntr, StartDate, EndDate, OecBarType, BarInterval everything was working fine until last Friday... did you make any changes? Giovanni |
|||||
Market Data » Charts via API not loading Jan 07, 2013 @ 02:56 PM (Total replies: 7) | |||||
You can test any user name for example "GGiovanni fast" (demo) or any other one demo or live. This is with PathFinder Trader platform. Giovanni |
|||||
Market Data » Charts via API not loading Jan 07, 2013 @ 01:52 PM (Total replies: 7) | |||||
Today we are unable to retrieve charts via API live and demo. When loading a chart we received the message Unable to retreive history for symbol ESH3. Everything was working fine until last Friday. Other live data (streaming quotes, level II) are okay. This is the request we use: OEC.API.Global.RequestBars(contract, endDate, barsAmount, sbType, interval, False). Any idea what changed? Giovanni |
|||||
API Support » Session closed/open during holidays May 23, 2011 @ 04:32 PM (Total replies: 1) | |||||
How does the API handle holidays for all markets including CME, Eurex, LIFFE, etc? Do you report a Session Closed during a holiday? Is there any way to query the API to receive the "Action is not Supported for instrument status" message which I receive when market is on halt or closed other than sending an order? Thanks, Giovanni |
|||||
API Support » Connection via Proxy Jul 19, 2010 @ 12:37 PM (Total replies: 1) | |||||
Hi, how can I set up a proxy connection via the API? Is it supported? Is there a particular configuration or predefined command? thanks. Giovanni |
|||||
API Support » Volume histogram Jun 18, 2010 @ 04:32 PM (Total replies: 3) | |||||
We made it work, however we still have to request the histogram for each price. Is there a way to receive the comple histogram for the whole session instead? thanks, Giovanni |
|||||
API Support » Volume histogram Jun 15, 2010 @ 02:09 PM (Total replies: 3) | |||||
Hi, we are trying to recreate the volume histogram just like the one on the OEC Trader DOM. What is the best parameter to use to recall the current session data since opening until we connect? We have tried using for example GetBars(ESM0, startdate,enddate,SubricptionType.Histogram,barsize) but it returns an error on SubricptionType.Histogram. thanks, Giovanni Edited by GGiovanni50 on Jun 15, 2010 at 14:11:03 Edited by GGiovanni50 on Jun 15, 2010 at 14:12:07 |