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:	190
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 Mindset, 04-21-2026, 06:46 AM
          0 responses
          89 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          135 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          68 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by cmoran13, 04-16-2026, 01:02 PM
          0 responses
          119 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          69 views
          0 likes
          Last Post PaulMohn  
          Working...
          X