Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Tickreplay problem Open Close

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

    Tickreplay problem Open Close

    Hi i have a problem on a very simple code.

    FDAX 12-17
    Ninjatrader 8.0.9.0 64 Bit


    if (Open[0] > Close[0])
    {
    Draw.Diamond(this,"High Diamond" + CurrentBar,true,0,Open[0] + 5*TickSize,Brushes.Aqua);
    }

    Open[0] > Close[0] should always show a Red BAR (DownBar) but when i switch on tick Replay, i have the same result on sum green bars.

    Please have a look at the first to images.
    I wrote many indicator like a footprint Chart (3. image) so please help me i sure i have a black out at the moment

    Thanks Stefan
    Attached Files

    #2
    Hello Stefan_1982,

    With tick replay there are intra-bar actions.

    If the bar was green and then became red, the drawing object would be drawn.

    Are you removing the drawing object if the bar becomes red?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Ohh yes sure Thanks blackout is gone

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by itrader46, Today, 09:04 AM
      0 responses
      3 views
      0 likes
      Last Post itrader46  
      Started by timmbbo, Today, 08:59 AM
      0 responses
      1 view
      0 likes
      Last Post timmbbo
      by timmbbo
       
      Started by bmartz, 03-12-2024, 06:12 AM
      5 responses
      33 views
      0 likes
      Last Post NinjaTrader_Zachary  
      Started by Aviram Y, Today, 05:29 AM
      4 responses
      14 views
      0 likes
      Last Post Aviram Y  
      Started by algospoke, 04-17-2024, 06:40 PM
      3 responses
      28 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X