Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Where's the StopLoss

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

    Where's the StopLoss

    At some point in my script I need to check what price the StopLoss is at. I'm using 'Ticks' to initially set the StopLoss. How can I check this?

    #2
    Hello Bluebeep, Thanks for your post.

    You would need to calculate this with your code. When you say "set a stop loss at x ticks" that means to set the stop x ticks away from your average entry, whatever that price may be. Set up a int variable at the class level that represents the tick value being used, then if you are long, the price the stop will be at will be written as such: var stopprice = Close[0]-TickSize*<number of ticks for the stop>.

    Best regards.

    Comment


      #3
      That makes sense I'll use it. Thanks. However, as a possibility this might help for the future (maybe a feature request, and maybe to make things a bit easier) - there's a line on my screen where the stop-loss is. Give me a hook so I can get it's value. For example: Your.Cool.Stoploss[0]. Would be amazing to grab Your.Cool.Stoploss[1] no?

      Comment


        #4
        Hi Bluebeep, thanks for your reply.

        I will submit a feature request to add a stop loss collection property to easily access stop loss values.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        87 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
        118 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        67 views
        0 likes
        Last Post PaulMohn  
        Working...
        X