Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Acoustic Signal and Market Replay

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

    Acoustic Signal and Market Replay

    Hallo traders,

    I have two questions and hope anyone can help me.

    1. How can I merge two NT market replay files? For example. I have one file which include the ym data for the 2009-12-16 and one wich from the 2009-12-17. To get longer statistics for the market replay I want to merge this two files. So I can trade more days in one replay and have the statistic of my simulated trading. Without this I can only plot one day. If I then connect to the next day, the statistic starts at zero.


    2. I´m looking for some acoustic alerts. Here a description:
    - I want an acoustic signal, if a simple swing low is made. (high too).
    - swing low: the swing low bar has an low that is lower then the two bar lows before and after.


    thy. Rene

    ps. sorry for my english.

    #2
    1. Not supported in 6.5 but will be available in 7.

    2. You can use PlaySound() in your code to get the audibles you want.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Ok, my first steps doesn´t work. Why?

      I used the wizard and only changed the calculation.

      it works
      Plot0.Set(Close[0] == Close[0] ? 1 : 0);

      but I want to compare the current close with the close the bar before:
      Plot0.Set(Close[0] == Close[1] ? 1 : 0);

      This function doesn´t work. Where is the error. Thx for your help.




      Comment


        #4
        rebe1,

        Please see your Control Center log for the runtime error. You have run into this issue discussed here: http://www.ninjatrader-support2.com/...ead.php?t=3170
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          thank you.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          576 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          334 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
          553 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          551 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X