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 CarlTrading, 03-31-2026, 09:41 PM
          1 response
          153 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          89 views
          1 like
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          133 views
          2 likes
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          129 views
          1 like
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          107 views
          0 likes
          Last Post CarlTrading  
          Working...
          X