Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Transition

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

    Transition

    Hello,

    In a real-time strategy, OnStateChange with State==State.Configure is the correct moment to request bid/ask series.
    (I am not clear on how I should request and use bid/ask series, my question below ...)

    Let's suppose some call to AddDataSeries had been done.

    Then I guess some historical data is loaded (bid/ask series as the strategy requested) and Bars is filled with it.

    In OnStateChange, when State==State.Configure, which variant of AddDataSeries should I use to get the maximum of historical bid/ask series available ?

    Then, is it true to say that since Bars.GetAsk() or Bars.GetBid() allow to retrieve some past tick, a bid or ask available via GetCurrentBid or GetCurrentAsk will be transfered just after into Bars ?

    How to get the maximum index for Bars.GetAsk() argument ? Bars.TickCount ? Bars.TotalTicks ?
    I notice these property have setters. Can these setters be used in order to truncate the series ?


    Thanks for your help
    Last edited by carmiFR; 10-03-2016, 12:46 PM.

    #2
    Hello carmiFR,

    Thank you for your post.

    Please visit the following link for information on using AddDataSeries() for Bid and Ask data: http://ninjatrader.com/support/helpG..._ask_serie.htm

    The syntax to use for the full available data on the chart is as follows:
    AddDataSeries(string instrumentName, BarsPeriodType periodType, int period, MarketDataType marketDataType)

    You would not use GetAsk() or GetBid(). You would use Closes for example to pull the close. I recommend reviewing our details on multiple data series in your code for further details: http://ninjatrader.com/support/helpG...nstruments.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    558 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