Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

calculated stop order price ?

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

    calculated stop order price ?

    can someone tell me what this log entry means in the pic ?

    shane
    Attached Files

    #2
    Shane,

    Are you using the same strategy in these two posts :



    Adam P.NinjaTrader Customer Service

    Comment


      #3
      yes Adam,

      Is it related to the same thing ?
      the cause is my faulty code, right ?

      thanks
      shane

      Comment


        #4
        adam
        sorry, no but the code is similar ; here it is

        {
        // Condition set 1
        if (RSI(Rsi, Smooth).Avg[0] > 70
        && Rising(RSI(14, 3).Avg) == true)
        {
        EnterLong(DefaultQuantity, "");
        }

        // Condition set 2
        if (Falling(RSI(Rsi, Smooth).Avg) == true)
        {
        ExitLong("", "");
        }

        // Condition set 3
        if (RSI(Rsi, Smooth).Avg[0] < 30
        && Falling(RSI(Rsi, Smooth).Avg) == true)
        {
        EnterShort(DefaultQuantity, "");
        }

        // Condition set 4
        if (Rising(RSI(Rsi, Smooth).Avg) == true)
        {
        ExitShort("", "");
        }

        Comment


          #5
          shane,

          This is saying that your SetStopLoss() calculation is smaller than or equal to zero for some reason here.

          I see you are just setting it once :

          SetStopLoss("", CalculationMode.Percent, 1, false);

          I am wondering if that "else if" addition I showed you would fix this as well. Are you operating with COBC = false when you run the strategy? I can see in the code itself you have COBC = true.

          COBC = abbreviation for CalculateOnBarClose;
          Adam P.NinjaTrader Customer Service

          Comment


            #6
            i use true for cobc due to the renko bars.
            the false setting creates havoc with renko.

            shane

            Comment


              #7
              i will get rid of the stop loss and see what happens

              thanks Adam

              shane

              Comment


                #8
                shane,

                It looks like Matthew requested some files from you in another thread. We would like to take a closer look if possible so it would be appreciated if you could send these.

                Here is the thread : http://www.ninjatrader.com/support/f...ad.php?t=52413

                We believe there is some relation between all three issues you were describing in the threads, and would like to look closer.
                Adam P.NinjaTrader Customer Service

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by CortexZenUSA, Today, 12:53 AM
                0 responses
                1 view
                0 likes
                Last Post CortexZenUSA  
                Started by CortexZenUSA, Today, 12:46 AM
                0 responses
                1 view
                0 likes
                Last Post CortexZenUSA  
                Started by usazencortex, Today, 12:43 AM
                0 responses
                5 views
                0 likes
                Last Post usazencortex  
                Started by sidlercom80, 10-28-2023, 08:49 AM
                168 responses
                2,265 views
                0 likes
                Last Post sidlercom80  
                Started by Barry Milan, Yesterday, 10:35 PM
                3 responses
                11 views
                0 likes
                Last Post NinjaTrader_Manfred  
                Working...
                X