Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Problem to download some eSignal data

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

    Problem to download some eSignal data

    Hello,
    I got problem with downloading some symbols data from my eSignal OnDemand data source. Specifically Wheat (ZW) and Natural Gas (NG) both daily and minutely. After some experimentations (download data via MultiCharts DT, export, convert into NT format, import) I found that problem is caused by two things.
    1. NT has problem if, for example, Open is bigger than High or lower than Low. The same with Close value. What about to do some simple heuristic like

      Code:
      If Open > High
      Then Swap(Open, High)
      Same with other combinations.
    2. NT has problem with duplicated bars (by same datetime value). Shouldn't be better to rather ignore duplicated bar if values are same for all OHLCV?

    Is it the problem of unsuccessful download? In my opinion it is better to try to repair this few broken data than let fall whole download process.
    I attach Print Screen of my downloaded NG daily data. ZW is completely empty.
    Attached Files

    #2
    dalisdj,

    I am happy to assist you.

    It should be impossible for High < Open on the same bar from data sources NinjaTrader can receive through supported connections. If its data in a .csv or other file, then I would say the issue is caused by whatever conversion is being used.

    As far as the datetime value, it is possible to have the same time stamp for tick resolution, as time-stamps only have second resolution.

    I would humbly suggest reading this in the help guide :


    I look forward to helping you solve your issue.
    Adam P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    556 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X