|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
ITick Data |
jimmyknoppers
|
Post subject: ITick Data |
Post rating: 0
|
Posted: Sat 03 Nov, 2012, 11:05
|
|
User rating: 0
Joined: Mon 25 Jun, 2012, 15:55 Posts: 13
|
Hello,
is it possible to get out all Ticks in a time intervall e.g from x (value in ms) to y(value in ms).
Thanks Jimmy
|
|
|
|
 |
API Support
|
Post subject: Re: ITick Data |
Post rating: 0
|
Posted: Mon 05 Nov, 2012, 08:25
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
|
|
|
 |
jimmyknoppers
|
Post subject: Re: ITick Data |
Post rating: 0
|
Posted: Tue 06 Nov, 2012, 18:19
|
|
User rating: 0
Joined: Mon 25 Jun, 2012, 15:55 Posts: 13
|
Thank you for the quick answer. I tried that code but it doesn't provide all the ticks in the selected interval (I get just the first tick and the last tick of the interval). How can I get out all the ticks of that time interval, if that is possible anyway? Thank you Jimmy
|
|
|
|
 |
API Support
|
Post subject: Re: ITick Data |
Post rating: 0
|
Posted: Wed 07 Nov, 2012, 14:37
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
You need to iterate over the resulting list List<ITick> ticks and print every tick to the console.
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|