Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Stop Limit Order Entry

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

    Stop Limit Order Entry

    After about five days of experimenting I have finally have a script that identifies my signal bars. But for the life of me I am not able to get a stop limit entry one tic above/below the Hi/Lo of the signal bar. I have not found "Current Price" greater/less than, so am at a loss. May I have some guidance please. Thanks RickR . . . Sorry I forgot I want a Target of 10 Tics and a Stop of 12 Ticks
    Last edited by rickr; 10-15-2020, 01:35 PM.

    #2
    Hello rickr, thanks for writing in.

    A Buy Stop Limit order one tick above the high with no stop price would be written as: EnterLongStopLimit(High[0] + TickSize, High[0] + TickSize);

    Is the order you are submitting getting rejected or ignored? If so always make sure you check the requested order price level is at a legal price level before submitting it. Buy Stop Limit orders must be above market price and Sell Stop Limits must be below market price. You can check the latest updated close price by referencing the Close[0] index.

    Please let me know if I can assist any further.


    Comment


      #3
      Sorry Chris, I failed to tell you I am using Strategy Builder as I am not a coder. I have attached pics of the script written which ID's my SignalBars. Not sure if I need additional condition like "CurrentPriceOneTickAboveCloseOneBarAgo" or just an "Action" line to enter orders. Additionally I need Target/Stop Orders entered'
      Thx, Rick

      . Click image for larger version  Name:	SignalBarScript.png Views:	0 Size:	12.0 KB ID:	1122997Click image for larger version  Name:	SignalBarID.png Views:	0 Size:	1.6 KB ID:	1122998
      Last edited by rickr; 10-16-2020, 05:39 AM.

      Comment


        #4
        Hello rickr, thanks for your reply.

        I am not sure about what is not working. Are you unable to submit the order at the desired price level? I would need to see what you are attempting and what is not working.

        Protective orders can be set up through the Stops and Targets page of the builder.

        We have multiple examples on making conditions on this help guide section:


        Here are also instructions on performing your entry order:


        Best regards.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Today, 05:17 AM
        0 responses
        52 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        130 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        70 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        43 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        48 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X