API Support » SubscribeBars not working? Sep 23, 2011 @ 08:50 AM (Total replies: 11) | |||||
I can't figure out how to see my private messages... But yes, I was expecting more than 1 bar in OnBarsReceived. I thought that's what the new overload for SubscribeBars would do with the Amount field, which is why I passed in 41. I thought I would get the last 40 bars. I will modify the code at some point today, run it, and let you know how that goes. Timothy Decilveo |
|||||
API Support » SubscribeBars not working? Sep 23, 2011 @ 08:16 AM (Total replies: 11) | |||||
Victor, I don't know why my user name is showing up as TDecilveo930, I am logged in as KZetterstrom... In either case, Timothy is my client, I (Kevin) am his developer. So yes, the code I sent you is still not working. Timothy Decilveo |
|||||
API Support » SubscribeBars not working? Sep 23, 2011 @ 07:48 AM (Total replies: 11) | |||||
Any luck? I am very confused as to why I am not hitting the OnBarsReceived function Timothy Decilveo |
|||||
API Support » Orders for some contracts executing, but not sending "Completed" state Jul 11, 2011 @ 01:45 AM (Total replies: 2) | |||||
Hello, I've noticed a problem with one of the programs I'm developing. When I run the program with FX contracts... everything works fine. However, when I run the program with some futures contracts... (ESU1, for example).... I receive "Sent" and "Working" OrderStates, but I never get a completed one even though the order executes. Is there possibly something going on server-side that could cause this? I've gone over my code and there's nothing on my end that's filtering out these incoming OnOrderStateChanged events so there's no reason I shouldn't see it. Thanks! Timothy Decilveo |
|||||
API Support » Moving Averages Jun 07, 2011 @ 11:34 AM (Total replies: 4) | |||||
Is it available to download? Sample source code to look at? Timothy Decilveo |
|||||
API Support » Moving Averages Jun 07, 2011 @ 11:20 AM (Total replies: 4) | |||||
I am not seeing the Chart Package in the API documentation, what is it under? Timothy Decilveo |
|||||
API Support » Moving Averages Jun 06, 2011 @ 09:10 PM (Total replies: 4) | |||||
I've looked through the forum and searched the API but can't seem to find anything on moving averages for a contract. Does the API have functions to use that return a price of a moving average over a time period for a contract? If not, what is the best way to go about creating this? One of the moving averages I need is a 40 day, can I request historical data this far back? I'm brand new to this API and creating financial software in general, any help is appreciated! Timothy Decilveo |