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 stalt, 12-28-2015, 01:36 PM
      6 responses
      1,536 views
      0 likes
      Last Post giulyko00  
      Started by Tburg1073, Today, 08:36 AM
      0 responses
      5 views
      0 likes
      Last Post Tburg1073  
      Started by alexstox, 10-16-2018, 03:29 PM
      10 responses
      333 views
      0 likes
      Last Post Tburg1073  
      Started by smartromain, 03-13-2024, 01:42 AM
      6 responses
      98 views
      0 likes
      Last Post smartromain  
      Started by Jonker, 04-27-2024, 01:19 PM
      4 responses
      29 views
      0 likes
      Last Post Jonker
      by Jonker
       
      Working...
      X