Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multiple Instruments/time frames example for indicator NT7

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

    #16
    Bertrand,

    I am using IQfeed. I have tried to use Help>Mail but got message that email could not be send. I don't remember which exact code I have used. I had to delete the indicator and rebuilt workspace. I have just tried to send mail again and got the following message:
    "Failed to send mail. Aconnection attempt failed because the connected party did not properly respond affter a period of time....connected host failed to respond ..."

    What about- if (CrossAbove(Close, PP, 1)) -what is the correct way?

    Thank You.

    Gene

    Comment


      #17
      Gene, then please contact me directly at support at ninjatrader dot com Attn Bertrand so I can give you directions for sending the logs in manually so we can review.

      For the Pivot long, something along this snippet should do it -

      Code:
       
      if (CrossAbove(Close, Pivots(PivotRange.Daily, HLCCalculationMode.CalcFromIntradayData, 20).PP, 1))
      {
      EnterLong(DefaultQuantity, "");
      }

      Comment


        #18
        Rearm Alerts script?

        Good morning Bertrand,

        Thank you very much for snippet. I have send an email via support page.
        One more question.Since I am not setting alerts via market analyzer but in my script(indicator), I need to know how to rearm alerts programaticly?


        if (AlertOnBreakout == true)
        {

        Alert(
        "Myalert", Priority.High, "MyAlert"+ Close[0], "Alert2.wav", 100000, Color.White, Color.Blue);


        }
        Anything I can add to above line to rearm alerts?

        Thank You for Help.

        Gene.

        Comment


          #19
          Gene, thanks got the note - the 100000 in your code below are the rearm seconds - http://www.ninjatrader-support.com/H...eV6/Alert.html

          With a setting this high, it would in reality never rearm thus please use a lower one.

          Comment


            #20
            Weekend Gaps on Spread charts

            Good Morning Everybody,

            Is there any way to eliminate weekend and holiday gaps from spread (2 symbols) charts? When I plot one symbol there is no gap(USA equities RTH template) as soon as I add second symbol both symbols show weekend gaps.
            Ahy Ideas?

            Thank you.

            Comment


              #21
              Gene, unfortunately expected since you would use then non-equidistant chart spacing per default (for MultiSeries charts).

              Comment

              Latest Posts

              Collapse

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