Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bar Request

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Bar Request

    Hi

    I have a question related to the BarRequest. At State Historical I am requesting a bars request.
    I have created a method to download the bar series called RequestSeries().
    Sometimes ( not every time ) I get an object not set to an instance of an object error.

    I have included the method call inside a dispatcher. Could that be the source of my problem ?

    ChartControl.Dispatcher.InvokeAsync((Action)(() =>
    {
    RequestSeries();
    }}));

    Should I call the method directly ?

    Thank you !

    #2
    Hello blar58,

    Thanks for your post.

    BarsRequests are asynchronous operations. Without a deeper understanding of your code, I am only left to speculate, but I do not think that using a dispatcher is an issue here since the operation is already asynchronous.

    You could test with a timer that checks for the returned bars after a "reasonable amount of time" to confirm if you are hitting an issue where the BarsRequest did not complete where your null reference is seen.

    I could not provide further insight for making this operation synchronous, but other community members may be able to share their insight if they have been able to use BarsRequests in a synchronized fashion.

    If this does not resolve your inquiry, could you share a bit more code that can demonstrate what you are doing? A testable example would be helpful to see what exactly it is that you are hitting.

    We look forward to assisting.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    81 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    68 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    55 views
    0 likes
    Last Post CarlTrading  
    Working...
    X