API Support Forum
User Profile

Viewing User Profile for: DMu72


About

May 28, 2008 12:31 PM

Jun 20, 2008 03:49 PM

Jun 30, 2008 04:17 PM



Post Statistics
DMu72 has contributed to 20 posts out of 5593 total posts (0.36%) in 5814 days (0.00 posts per day).

20 most recent posts:

API Support » Delphi sent error Jun 20, 2008 @ 03:49 PM (Total replies: 0)

I compiled successfully sampe OECsample in Delphi.
But when sarted OECsample.exe it returned error message
"Class not registreted"
Why?

Market Data » Tick Data Jun 16, 2008 @ 04:00 PM (Total replies: 32)

Y not understoud me.
I asked about counter returned records.
"How many records returned?"

In debuger I see it.

How I can get it value in program variable?

Market Data » Tick Data Jun 16, 2008 @ 02:13 PM (Total replies: 32)

How about question ?2 :
2. object Ticks return some records, in example 4096
In Watches it look as:
Expression Value Type
Prices Single(0 to 4095)
...........

How get quantity records in returned object Ticks ?

Market Data » Tick Data Jun 16, 2008 @ 12:55 AM (Total replies: 32)

and (for example ESM8)
4. Timestamps NOT unique because NOT include milisecond
Timestamps Prices
13.06.08 00:01:03,0 ; 1 342,25
13.06.08 00:01:03,0 ; 1 342,25
13.06.08 00:01:03,0 ; 1 342,25
13.06.08 00:01:03,0 ; 1 342,25
13.06.08 00:01:03,0 ; 1 342,50
13.06.08 00:01:03,0 ; 1 342,50
13.06.08 00:01:03,0 ; 1 342,50
13.06.08 00:01:03,0 ; 1 342,50
13.06.08 00:01:03,0 ; 1 342,50
13.06.08 00:01:04,0 ; 1 342,50
13.06.08 00:01:04,0 ; 1 342,50
13.06.08 00:01:04,0 ; 1 342,50
13.06.08 00:01:04,0 ; 1 342,50
13.06.08 00:01:04,0 ; 1 342,50
13.06.08 00:01:12,0 ; 1 342,25
13.06.08 00:01:16,0 ; 1 342,75
13.06.08 00:01:17,0 ; 1 342,75

What I must do to make more precise Timestamps ?

Market Data » Tick Data Jun 15, 2008 @ 03:23 PM (Total replies: 32)

Thanks for helps - I did it by self
All ok.
But
1. object Ticks return Volumes in formate UInt16[] and Excel.VBA return error.
In Watches it look as:
Expression Value Type
Volumes <Unsupported variant type>
Volumes(0) <Unsupported variant type>
Volumes(1) <Unsupported variant type>
....

I think, it is incompatibility of datatype VBA and OEC.API.
How overcome it?

2. object Ticks return some records, in example 4096
In Watches it look as:
Expression Value Type
Prices Single(0 to 4095)
...........

How get quantity records in returned object Ticks ?

3. Why ALL values Ticks.Types = 0 ?

Market Data » Tick Data Jun 13, 2008 @ 04:38 PM (Total replies: 32)

Pls, give an example how get tick history

Private Sub CommandButton1_Click()

Dim mSymbol, mStartDate, mEndDate As String

mSymbol = Range("B1") ' QMN8
mStartDate = Range("K8") ' 12.06.08 00:00
mEndDate = Range("K9") ' 12.06.08 12:00

?????


End Sub

What must write instead of "?????" that should have tick-history ?

Market Data » Tick Data Jun 13, 2008 @ 03:52 PM (Total replies: 32)

Before use method RequestTicks,
example
ff = api.RequestTicks(mSymbol, mStartDate, mEndDate)
neeed declareted type result variable/array, in the example "ff"
What class I must type
Dim ff As OECAPICOM.?????????
?

Market Data » Tick Data Jun 13, 2008 @ 03:21 PM (Total replies: 32)

In Help writed "OECClient.RequestTicks Method
Requests price ticks for given time range"
How get tick-history in format:
Timestamp; Price; Volume ?

Market Data » Tick Data Jun 13, 2008 @ 02:44 PM (Total replies: 32)

Pls, help me find example with RequestTicks on forum or othere

Market Data » Tick Data Jun 13, 2008 @ 02:43 PM (Total replies: 32)

Pls, help me find example with RequestTicks on forum or othere?

API Support » Problem with API COM Excel Jun 11, 2008 @ 03:37 PM (Total replies: 10)

If I right undetrstand Y,
my Api Devrlop login is DMu72.
But I forgot password for it login.
In mail-box(mikleog5@gmail.com) for DMu72 login
not have message from OEC's server with passsword for the login.
How I can remember password or inquire it?

API Support » Problem with API COM Excel Jun 11, 2008 @ 02:26 PM (Total replies: 10)

I input log\pass TFaser62\Demo11654 - it's valid, because it work in OECTrader
Repeat it many time.
Why it log\pass not valid in API COM Excel?

API Support » Problem with API COM Excel Jun 11, 2008 @ 02:06 PM (Total replies: 10)

FIRST err-messages:
1. "Application defined or object defined error"

Why?

API Support » Problem with API COM Excel Jun 11, 2008 @ 01:44 PM (Total replies: 10)

Excel send err-messages:
1. "Application defined or object defined error"
and after click "Ok" next err-message
2."Login Failed: InvalidUserOrPassword"

What problem is?

API Support » Problem with API COM Excel Jun 10, 2008 @ 04:10 PM (Total replies: 10)

Thanks,
pls write here or to my mail mikleog6@gmail.com
when update Excel-sample and
how I can get new Excel-file

API Support » Problem with API COM Excel Jun 10, 2008 @ 03:58 PM (Total replies: 10)

When I login Excel return err-message "Invalid property array index" because in
Public Sub PrepareContracts()
cmbContracts.Clear
Dim ContractList As OECAPICOM.ContractList
Set ContractList = api.Contracts
For i = 0 To ContractList.Count - 1
cmbContracts.AddItem ContractList.ItemByIndex(i).symbol
Next
cmbContracts.value = cmbContracts.List(0)
End Sub

on sheet "Abbreviated"
ContractList.Count = 0
Why ContractList.Count = 0 ?
My login TFaser62

Market Data » Tick Data Jun 07, 2008 @ 02:04 PM (Total replies: 32)

can I get 1-minute history more 3 days early?
how?

Market Data » Tick Data May 29, 2008 @ 03:51 PM (Total replies: 32)

Exist any way get early tiks-history?

Market Data » Tick Data May 29, 2008 @ 01:26 AM (Total replies: 32)

in RequestTicks condition
EndDate - StartDate <= 3 day

can I get tiks history, exampe,
EndDate = 23/03/2008
StartDate = 22/03/2008
if Today = 29/05/2008

?

Market Data » Tick Data May 28, 2008 @ 03:21 PM (Total replies: 32)

Pls, prompt where get examples API code (VBA, C,...)
receive ticks history (DateTime; Price; Volume)
from DateTimeBegin to DateTimeFinish

Exist limitation remoteness DateTimeBegin relative to DateTimeNow?