Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

High

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

    High

    Hello : how to express : if ( high 1 > high 2 ) last(persist​)10 seconds then enter trade. thanks
    Last edited by bill2023; 05-08-2024, 08:30 AM.

    #2
    Hello bill2023,

    You can form price conditions by specifying the bars ago for the price, for example the current bar price and the last bar price:

    Code:
    if(High[0] > High[1])

    Comment


      #3
      how about this part " last(persist​)10 seconds " , how to express " last(persist​)10 seconds "

      Comment


        #4
        Hello bill2023,

        That heavily depends on what series you are using. Are you using a series that has 10 second intervals?

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        88 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        134 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