Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to access tick + volume information threw the history?

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

    How to access tick + volume information threw the history?

    So how to access tick + volume information threw the history? What formulas/functions should i use to get volume of all ticks by 13.02.2008 12:21:49?

    And what syntax would it be?

    TickSize


    Definition

    The minimum fluctuation value; the value of 1 tick for the corresponding instrument.

    Examples
    // Prints the ticksize to the output window
    Print("The ticksize of this instrument is " + TickSize.ToString());

    // Prints the value of the current bar low less one tick size
    double value = Low[0] - TickSize;
    Print(value.ToString());
    Is that what i need? It seems to me that not, because fluctuation != volume..
    ____________________
    Addition:

    the main my target is to automatize (by script) this function:
    Control Center -> Tools -> Historical Data -> Export -> ..

    So i want to make it automatically and get i.e. one hour ticks, two day ticks, one week ticks etc.. Diapasons will be programmed by script.
    Last edited by alexmaster; 12-27-2008, 12:29 PM.

    #2
    You would need to create an indicator/strategy and apply it on a 1 tick chart and filter by time.

    See more information on time.

    - http://www.ninjatrader-support.com/H...eV6/ToDay.html
    - http://www.ninjatrader-support.com/H...V6/ToTime.html
    RayNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    161 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    309 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    245 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    349 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    179 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X