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 Hwop38, 05-04-2026, 07:02 PM
          0 responses
          161 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Started by CaptainJack, 04-24-2026, 11:07 PM
          0 responses
          308 views
          0 likes
          Last Post CaptainJack  
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          245 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          349 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          179 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Working...
          X