Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to avoid placing an order

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

    How to avoid placing an order

    Hello

    What would be a good approach for coding to avoid place an order in chart if some conditions happen? For example, if RSI>80, avoid placing BUY orders.

    Thanks,

    #2
    Hi Rosario, thanks for posting.

    One way of doing it would be to include it in your entry condition e.g.

    if(<entry condition> && !(RSI(14)[0] > 80)) //note the negation of the boolean condition
    EnterLong();

    Kind regards,
    -ChrisL

    Comment


      #3
      Hello Chris

      I have not explained well. What I need is working in a code that avoids placing a manual order in chart trader after evaluating certain conditions.

      Sincerely,

      Comment


        #4
        Hi Rosario, thanks for your reply. There's nothing that can be done in a script that will block all orders going through the platform. One would need to make an indicator that would signal wether you should manually trade or not.

        Kind regards,
        -ChrisL

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        558 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        545 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X