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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    153 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    89 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    133 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    127 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    107 views
    0 likes
    Last Post CarlTrading  
    Working...
    X