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:	191
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, 05-11-2026, 05:56 AM
          0 responses
          53 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 05-10-2026, 08:12 PM
          0 responses
          32 views
          0 likes
          Last Post CarlTrading  
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          195 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Started by CaptainJack, 04-24-2026, 11:07 PM
          0 responses
          357 views
          0 likes
          Last Post CaptainJack  
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          277 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X