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:	181
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 NullPointStrategies, Today, 05:17 AM
          0 responses
          49 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          126 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          67 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          42 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          46 views
          0 likes
          Last Post TheRealMorford  
          Working...
          X