Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 Tim-c, Today, 03:54 AM
          0 responses
          3 views
          0 likes
          Last Post Tim-c
          by Tim-c
           
          Started by FrancisMorro, Today, 03:24 AM
          0 responses
          3 views
          0 likes
          Last Post FrancisMorro  
          Started by Segwin, 05-07-2018, 02:15 PM
          10 responses
          1,772 views
          0 likes
          Last Post Leafcutter  
          Started by Rapine Heihei, 04-23-2024, 07:51 PM
          2 responses
          31 views
          0 likes
          Last Post Max238
          by Max238
           
          Started by Shansen, 08-30-2019, 10:18 PM
          24 responses
          945 views
          0 likes
          Last Post spwizard  
          Working...
          X