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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    640 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    366 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    107 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    569 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    572 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X