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

RSqueeze

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

    RSqueeze

    Dear Cservice,

    I'm trying to implement the RSqueeze into my strategy. However, it keeps givings faults.
    I've used the following codes:

    When I type: Add (RSqueeze(
    it gives the following: RSsqueezeStrategy.RSqueeze(SqueezeStyle sStyle)

    So I've tried the following codes:

    Add (RSqueeze(SqueezeStyle, CounterTrend));
    Add (RSqueeze(SqueezeStyle.CounterTrend));

    But it keeps saying name Squeezestyle does not excist and CounterTrend does not excist.

    Please help.
    Attached Files

    #2
    Hello Robert87,

    Thanks for your post.

    The issue here is that the RSqueeze file contains another namespace called RSqueeze.Utility. because of that (different namespace) you will need to add a using statement in your strategy declarations (at the top of your strategy)

    using RSqueeze.Utility;
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      This might sounds stupid. But I can't find where to put the using statement. On wich line do I put the statement on an empty script?

      Comment


        #4
        Hello Robert87,

        Thanks for your reply.

        No worries, please see attached.
        Attached Files
        Paul H.NinjaTrader Customer Service

        Comment


          #5
          Thanks! You're the best

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Waxavi, Today, 02:10 AM
          0 responses
          6 views
          0 likes
          Last Post Waxavi
          by Waxavi
           
          Started by TradeForge, Today, 02:09 AM
          0 responses
          11 views
          0 likes
          Last Post TradeForge  
          Started by Waxavi, Today, 02:00 AM
          0 responses
          2 views
          0 likes
          Last Post Waxavi
          by Waxavi
           
          Started by elirion, Today, 01:36 AM
          0 responses
          4 views
          0 likes
          Last Post elirion
          by elirion
           
          Started by gentlebenthebear, Today, 01:30 AM
          0 responses
          5 views
          0 likes
          Last Post gentlebenthebear  
          Working...
          X