Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

stop loss doesnt work

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

    stop loss doesnt work

    I've seen this so many times. If I set a stop loss through the builder. It totally gets ignored.
    How can I debug to find out what is causing this?
    Is this just a feature of the program? thanks

    #2
    how would I even PRINT what the builder's stop loss is doing?

    Comment


      #3
      Hi ezrollin, thanks for posting. Can you post a screen shot of the stop you are submitting?

      Comment


        #4
        Click image for larger version

Name:	fsdfsdfsdfsdfsddf.png
Views:	185
Size:	22.8 KB
ID:	1205360

        I dont know what you wanted to see?
        Theres not anything I can give you?
        This is built into the program.


        Code:
        else if (State == State.DataLoaded)
        {
        EMA1 = EMA(Close, 3);
        EMA2 = EMA(Close, 10);
        EMA3 = EMA(Close, 6);
        SetStopLoss("", CalculationMode.Percent, 0.002, false);
        SetProfitTarget("", CalculationMode.Percent, 1);
        }

        Comment


          #5
          Hi ezrollin, The price you have for the stop loss is likely too small and below the TickSize of the instrument you are working with. If you adjust this stop to .02 it should work.

          Kind regards,
          -ChrisL

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by CarlTrading, 03-31-2026, 09:41 PM
          1 response
          43 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          21 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          30 views
          1 like
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          50 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          41 views
          0 likes
          Last Post CarlTrading  
          Working...
          X