Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

bars since entry

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

    bars since entry

    Im trying to set a stop loss at the lowest low at the time of entry. I have just made a simple strategy in the wizard and unlocked it. I only need to adjust this stop loss.

    I am thinking that this might be on the right track

    ExitLongStop(MAX(Low, 10)[this.BarsSinceEntry], "", "")

    However I get the following error
    Argument '1': cannot convert from 'method group' to 'int'

    Is this just a case of needing to change the code somewhere from 'int'?

    #2
    The editor intellisense and the docs will show you that your code should read:
    ExitLongStop(MAX(Low, 10)[this.BarsSinceEntry()], "", "")

    Comment


      #3
      Thanks Dierk, now works like a charm!!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      156 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      307 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      244 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      346 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      176 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X