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 sjsj2732, Yesterday, 04:31 AM
    0 responses
    30 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    286 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    282 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    132 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    90 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X